-- phpMyAdmin SQL Dump
-- version 4.8.3
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Generation Time: Oct 04, 2018 at 12:14 PM
-- Server version: 5.7.23-0ubuntu0.16.04.1
-- PHP Version: 7.2.0RC4

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `performance_schema`
--

-- --------------------------------------------------------

--
-- Table structure for table `accounts`
--

CREATE TABLE `accounts` (
  `USER` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `CURRENT_CONNECTIONS` bigint(20) NOT NULL,
  `TOTAL_CONNECTIONS` bigint(20) NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `accounts`
--

INSERT INTO `accounts` (`USER`, `HOST`, `CURRENT_CONNECTIONS`, `TOTAL_CONNECTIONS`) VALUES
(NULL, NULL, 25, 329),
('root', 'localhost', 0, 1),
('ambassador', 'localhost', 1, 5256),
('5coisas', '201.182.174.227', 0, 1),
('cbx', '179.180.156.171', 0, 33),
('cbx', '67.205.129.192', 0, 41),
('forge', '191.177.184.88', 4, 30),
('debian-sys-maint', 'localhost', 0, 2),
('cbx', 'localhost', 0, 49),
('beliv', 'localhost', 0, 2),
('forge', 'localhost', 2, 302);

-- --------------------------------------------------------

--
-- Table structure for table `cond_instances`
--

CREATE TABLE `cond_instances` (
  `NAME` varchar(128) NOT NULL,
  `OBJECT_INSTANCE_BEGIN` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `cond_instances`
--

INSERT INTO `cond_instances` (`NAME`, `OBJECT_INSTANCE_BEGIN`) VALUES
('wait/synch/cond/sql/COND_manager', 31276352),
('wait/synch/cond/sql/COND_server_started', 31193952),
('wait/synch/cond/sql/COND_compress_gtid_table', 31193760),
('wait/synch/cond/sql/COND_socket_listener_active', 31193568),
('wait/synch/cond/sql/COND_start_signal_handler', 31193440),
('wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 31404992),
('wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 31407480),
('wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 31407760),
('wait/synch/cond/sql/COND_thread_cache', 31402272),
('wait/synch/cond/sql/COND_flush_thread_cache', 31402208),
('wait/synch/cond/sql/COND_connection_count', 31252160),
('wait/synch/cond/sql/COND_thd_list', 54010160),
('wait/synch/cond/sql/COND_open', 31262176),
('wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 31192688),
('wait/synch/cond/myisam/keycache_thread_var::suspend', 31962752),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 139766825748936),
('wait/synch/cond/sql/COND_thr_lock', 139766825753472),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 139766758640008),
('wait/synch/cond/sql/COND_thr_lock', 139766758644544),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 139766624422280),
('wait/synch/cond/sql/COND_thr_lock', 139766624426816),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 139766691531144),
('wait/synch/cond/sql/COND_thr_lock', 139766691535680),
('wait/synch/cond/innodb/commit_cond', 31728416),
('wait/synch/cond/sql/Gtid_state', 62230688),
('wait/synch/cond/sql/Gtid_state', 62230832),
('wait/synch/cond/sql/COND_queue_state', 64643456),
('wait/synch/cond/sql/Event_scheduler::COND_state', 62913632),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 62244664),
('wait/synch/cond/sql/COND_thr_lock', 62249200),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 139766490277016),
('wait/synch/cond/sql/COND_thr_lock', 139766490281552),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 139766624919784),
('wait/synch/cond/sql/COND_thr_lock', 139766624924320),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 139766367781960),
('wait/synch/cond/sql/COND_thr_lock', 139766367786496),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 139766423128552),
('wait/synch/cond/sql/COND_thr_lock', 139766423133088),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 139766491202200),
('wait/synch/cond/sql/COND_thr_lock', 139766491206736),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 139766369595000),
('wait/synch/cond/sql/COND_thr_lock', 139766369599536),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 139766758750536),
('wait/synch/cond/sql/COND_thr_lock', 139766758755072),
('wait/synch/cond/myisam/keycache_thread_var::suspend', 139766372938560);

-- --------------------------------------------------------

--
-- Table structure for table `events_stages_current`
--

CREATE TABLE `events_stages_current` (
  `THREAD_ID` bigint(20) UNSIGNED NOT NULL,
  `EVENT_ID` bigint(20) UNSIGNED NOT NULL,
  `END_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `SOURCE` varchar(64) DEFAULT NULL,
  `TIMER_START` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_END` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_WAIT` bigint(20) UNSIGNED DEFAULT NULL,
  `WORK_COMPLETED` bigint(20) UNSIGNED DEFAULT NULL,
  `WORK_ESTIMATED` bigint(20) UNSIGNED DEFAULT NULL,
  `NESTING_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `NESTING_EVENT_TYPE` enum('TRANSACTION','STATEMENT','STAGE','WAIT') DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `events_stages_history`
--

CREATE TABLE `events_stages_history` (
  `THREAD_ID` bigint(20) UNSIGNED NOT NULL,
  `EVENT_ID` bigint(20) UNSIGNED NOT NULL,
  `END_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `SOURCE` varchar(64) DEFAULT NULL,
  `TIMER_START` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_END` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_WAIT` bigint(20) UNSIGNED DEFAULT NULL,
  `WORK_COMPLETED` bigint(20) UNSIGNED DEFAULT NULL,
  `WORK_ESTIMATED` bigint(20) UNSIGNED DEFAULT NULL,
  `NESTING_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `NESTING_EVENT_TYPE` enum('TRANSACTION','STATEMENT','STAGE','WAIT') DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `events_stages_history_long`
--

CREATE TABLE `events_stages_history_long` (
  `THREAD_ID` bigint(20) UNSIGNED NOT NULL,
  `EVENT_ID` bigint(20) UNSIGNED NOT NULL,
  `END_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `SOURCE` varchar(64) DEFAULT NULL,
  `TIMER_START` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_END` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_WAIT` bigint(20) UNSIGNED DEFAULT NULL,
  `WORK_COMPLETED` bigint(20) UNSIGNED DEFAULT NULL,
  `WORK_ESTIMATED` bigint(20) UNSIGNED DEFAULT NULL,
  `NESTING_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `NESTING_EVENT_TYPE` enum('TRANSACTION','STATEMENT','STAGE','WAIT') DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `events_stages_summary_by_account_by_event_name`
--

CREATE TABLE `events_stages_summary_by_account_by_event_name` (
  `USER` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_stages_summary_by_account_by_event_name`
--

INSERT INTO `events_stages_summary_by_account_by_event_name` (`USER`, `HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(NULL, NULL, 'stage/sql/After create', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/end', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/executing', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/init', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/insert', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/query end', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/rename', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/setup', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/update', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/updating', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/starting', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(NULL, NULL, 'stage/innodb/buffer pool load', 1, 145739580000, 145739580000, 145739580000, 145739580000),
('root', 'localhost', 'stage/sql/After create', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/altering table', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Changing master', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/closing tables', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/creating table', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/end', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/executing', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/explaining', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/freeing items', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/got old table', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/init', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/insert', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/manage keys', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/optimizing', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/preparing', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/query end', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/rename', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/rename result table', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/reschedule', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Sending data', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/setup', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/statistics', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/System lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/update', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/updating', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/updating main table', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/User sleep', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/verifying table', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Suspending', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/starting', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/User lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('root', 'localhost', 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/After create', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/altering table', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Changing master', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/closing tables', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/creating table', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/end', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/executing', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/explaining', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/freeing items', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/got old table', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/init', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/insert', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/manage keys', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/optimizing', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/preparing', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/query end', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/rename', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/rename result table', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/reschedule', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Sending data', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/setup', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/statistics', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/System lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/update', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/updating', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/updating main table', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/User sleep', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/verifying table', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Suspending', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/starting', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/User lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/After create', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/altering table', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Changing master', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/closing tables', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/creating table', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/end', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/executing', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/explaining', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/freeing items', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/got old table', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/init', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/insert', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/manage keys', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/optimizing', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/preparing', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/query end', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/rename', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/rename result table', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/reschedule', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Sending data', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/setup', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/statistics', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/System lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/update', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/updating', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/updating main table', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/User sleep', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/verifying table', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Suspending', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/starting', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/User lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/After create', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/altering table', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Changing master', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/closing tables', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/creating table', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/end', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/executing', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/explaining', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/freeing items', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/got old table', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/init', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/insert', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/manage keys', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/optimizing', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/preparing', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/query end', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/rename', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/rename result table', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/reschedule', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Sending data', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/setup', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/statistics', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/System lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/update', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/updating', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/updating main table', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/User sleep', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/verifying table', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Suspending', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/starting', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/User lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0);
INSERT INTO `events_stages_summary_by_account_by_event_name` (`USER`, `HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('cbx', '179.180.156.171', 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/After create', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/altering table', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Changing master', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/closing tables', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/creating table', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/end', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/executing', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/explaining', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/freeing items', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/got old table', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/init', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/insert', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/manage keys', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/optimizing', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/preparing', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/query end', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/rename', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/rename result table', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/reschedule', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Sending data', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/setup', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/statistics', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/System lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/update', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/updating', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/updating main table', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/User sleep', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/verifying table', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Suspending', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/starting', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/User lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/After create', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/altering table', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Changing master', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/closing tables', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/creating table', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/end', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/executing', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/explaining', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/freeing items', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/got old table', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/init', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/insert', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/manage keys', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/optimizing', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/preparing', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/query end', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/rename', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/rename result table', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/reschedule', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Sending data', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/setup', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/statistics', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/System lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/update', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/updating', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/updating main table', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/User sleep', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/verifying table', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Suspending', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/starting', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/User lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/After create', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/altering table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Changing master', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/closing tables', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/creating table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/end', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/executing', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/explaining', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/freeing items', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/got old table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/init', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/insert', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/manage keys', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/optimizing', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/preparing', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/query end', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/rename', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/rename result table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/reschedule', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Sending data', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/setup', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/statistics', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/System lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/update', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/updating', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/updating main table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/User sleep', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/verifying table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Suspending', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/starting', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/User lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/After create', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/altering table', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Changing master', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/closing tables', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/creating table', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/end', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/executing', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/explaining', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/freeing items', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/got old table', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/init', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/insert', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/manage keys', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/optimizing', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/preparing', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/query end', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/rename', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/rename result table', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/reschedule', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Sending data', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/setup', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/statistics', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/System lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/update', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/updating', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/updating main table', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/User sleep', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/verifying table', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Suspending', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/starting', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/User lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/After create', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/altering table', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Changing master', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/closing tables', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/creating table', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/end', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/executing', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/explaining', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/freeing items', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/got old table', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/init', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/insert', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/manage keys', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/optimizing', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/preparing', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/query end', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/rename', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/rename result table', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/reschedule', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Sending data', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/setup', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/statistics', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/System lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/update', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/updating', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/updating main table', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/User sleep', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/verifying table', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0);
INSERT INTO `events_stages_summary_by_account_by_event_name` (`USER`, `HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('beliv', 'localhost', 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Suspending', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/starting', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/User lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/After create', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/altering table', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Changing master', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/closing tables', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/creating table', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/end', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/executing', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/explaining', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/freeing items', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/got old table', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/init', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/insert', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/manage keys', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/optimizing', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/preparing', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/query end', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/rename', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/rename result table', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/reschedule', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Sending data', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/setup', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/statistics', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/System lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/update', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/updating', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/updating main table', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/User sleep', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/verifying table', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Suspending', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/starting', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/User lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('forge', 'localhost', 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `events_stages_summary_by_host_by_event_name`
--

CREATE TABLE `events_stages_summary_by_host_by_event_name` (
  `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_stages_summary_by_host_by_event_name`
--

INSERT INTO `events_stages_summary_by_host_by_event_name` (`HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(NULL, 'stage/sql/After create', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/end', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/executing', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/init', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/insert', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/query end', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/rename', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/setup', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/update', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/updating', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/starting', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(NULL, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(NULL, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(NULL, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(NULL, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(NULL, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(NULL, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(NULL, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(NULL, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(NULL, 'stage/innodb/buffer pool load', 1, 145739580000, 145739580000, 145739580000, 145739580000),
('localhost', 'stage/sql/After create', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/altering table', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Changing master', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/closing tables', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/creating table', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/end', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/executing', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/explaining', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/freeing items', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/got old table', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/init', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/insert', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/manage keys', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/optimizing', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/preparing', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/query end', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/rename', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/rename result table', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/reschedule', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Sending data', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/setup', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/statistics', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/System lock', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/update', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/updating', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/updating main table', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/User sleep', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/verifying table', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Suspending', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/starting', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('localhost', 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/User lock', 0, 0, 0, 0, 0),
('localhost', 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('localhost', 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('localhost', 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
('localhost', 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('localhost', 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('localhost', 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('localhost', 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('localhost', 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('localhost', 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/After create', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/altering table', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Changing master', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/closing tables', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/creating table', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/end', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/executing', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/explaining', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/freeing items', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/got old table', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/init', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/insert', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/manage keys', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/optimizing', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/preparing', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/query end', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/rename', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/rename result table', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/reschedule', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Sending data', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/setup', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/statistics', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/System lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/update', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/updating', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/updating main table', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/User sleep', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/verifying table', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Suspending', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/starting', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/User lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('201.182.174.227', 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/After create', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/altering table', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Changing master', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/closing tables', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/creating table', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/end', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/executing', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/explaining', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/freeing items', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/got old table', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/init', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/insert', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/manage keys', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/optimizing', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/preparing', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/query end', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/rename', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/rename result table', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/reschedule', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Sending data', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/setup', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/statistics', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/System lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/update', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/updating', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/updating main table', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/User sleep', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/verifying table', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Suspending', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/starting', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/User lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('179.180.156.171', 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/After create', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/altering table', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Changing master', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/closing tables', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/creating table', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/end', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/executing', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/explaining', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/freeing items', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/got old table', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/init', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/insert', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/manage keys', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/optimizing', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/preparing', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/query end', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/rename', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/rename result table', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/reschedule', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Sending data', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/setup', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/statistics', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/System lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/update', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/updating', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/updating main table', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/User sleep', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/verifying table', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Suspending', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/starting', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/User lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('67.205.129.192', 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/After create', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/altering table', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Changing master', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/closing tables', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/creating table', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/end', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/executing', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/explaining', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/freeing items', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/got old table', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/init', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/insert', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/manage keys', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/optimizing', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/preparing', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/query end', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/rename', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/rename result table', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/reschedule', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Sending data', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/setup', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0);
INSERT INTO `events_stages_summary_by_host_by_event_name` (`HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('191.177.184.88', 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/statistics', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/System lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/update', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/updating', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/updating main table', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/User sleep', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/verifying table', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Suspending', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/starting', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/User lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('191.177.184.88', 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `events_stages_summary_by_thread_by_event_name`
--

CREATE TABLE `events_stages_summary_by_thread_by_event_name` (
  `THREAD_ID` bigint(20) UNSIGNED NOT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_stages_summary_by_thread_by_event_name`
--

INSERT INTO `events_stages_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(1, 'stage/sql/After create', 0, 0, 0, 0, 0),
(1, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(1, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(1, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(1, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(1, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(1, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(1, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(1, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(1, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(1, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(1, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(1, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(1, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(1, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(1, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(1, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(1, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(1, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(1, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(1, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(1, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(1, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(1, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(1, 'stage/sql/end', 0, 0, 0, 0, 0),
(1, 'stage/sql/executing', 0, 0, 0, 0, 0),
(1, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(1, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(1, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(1, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(1, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(1, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(1, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(1, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(1, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(1, 'stage/sql/init', 0, 0, 0, 0, 0),
(1, 'stage/sql/insert', 0, 0, 0, 0, 0),
(1, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(1, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(1, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(1, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(1, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(1, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(1, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(1, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(1, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(1, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(1, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(1, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(1, 'stage/sql/query end', 0, 0, 0, 0, 0),
(1, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(1, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(1, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(1, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(1, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(1, 'stage/sql/rename', 0, 0, 0, 0, 0),
(1, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(1, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(1, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(1, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(1, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(1, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(1, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(1, 'stage/sql/setup', 0, 0, 0, 0, 0),
(1, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(1, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(1, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(1, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(1, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(1, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(1, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(1, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(1, 'stage/sql/update', 0, 0, 0, 0, 0),
(1, 'stage/sql/updating', 0, 0, 0, 0, 0),
(1, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(1, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(1, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(1, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(1, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(1, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(1, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(1, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(1, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(1, 'stage/sql/starting', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(1, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(1, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(1, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(1, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(1, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(1, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(1, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(1, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(1, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(1, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(1, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(2, 'stage/sql/After create', 0, 0, 0, 0, 0),
(2, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(2, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(2, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(2, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(2, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(2, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(2, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(2, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(2, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(2, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(2, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(2, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(2, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(2, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(2, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(2, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(2, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(2, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(2, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(2, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(2, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(2, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(2, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(2, 'stage/sql/end', 0, 0, 0, 0, 0),
(2, 'stage/sql/executing', 0, 0, 0, 0, 0),
(2, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(2, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(2, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(2, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(2, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(2, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(2, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(2, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(2, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(2, 'stage/sql/init', 0, 0, 0, 0, 0),
(2, 'stage/sql/insert', 0, 0, 0, 0, 0),
(2, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(2, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(2, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(2, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(2, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(2, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(2, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(2, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(2, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(2, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(2, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(2, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(2, 'stage/sql/query end', 0, 0, 0, 0, 0),
(2, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(2, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(2, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(2, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(2, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(2, 'stage/sql/rename', 0, 0, 0, 0, 0),
(2, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(2, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(2, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(2, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(2, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(2, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(2, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(2, 'stage/sql/setup', 0, 0, 0, 0, 0),
(2, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(2, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(2, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(2, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(2, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(2, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(2, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(2, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(2, 'stage/sql/update', 0, 0, 0, 0, 0),
(2, 'stage/sql/updating', 0, 0, 0, 0, 0),
(2, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(2, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(2, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(2, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(2, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(2, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(2, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(2, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(2, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(2, 'stage/sql/starting', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(2, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(2, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(2, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(2, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(2, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(2, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(2, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(2, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(2, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(2, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(2, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(3, 'stage/sql/After create', 0, 0, 0, 0, 0),
(3, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(3, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(3, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(3, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(3, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(3, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(3, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(3, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(3, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(3, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(3, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(3, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(3, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(3, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(3, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(3, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(3, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(3, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(3, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(3, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(3, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(3, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(3, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(3, 'stage/sql/end', 0, 0, 0, 0, 0),
(3, 'stage/sql/executing', 0, 0, 0, 0, 0),
(3, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(3, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(3, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(3, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(3, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(3, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(3, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(3, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(3, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(3, 'stage/sql/init', 0, 0, 0, 0, 0),
(3, 'stage/sql/insert', 0, 0, 0, 0, 0),
(3, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(3, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(3, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(3, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(3, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(3, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(3, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(3, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(3, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(3, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(3, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(3, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(3, 'stage/sql/query end', 0, 0, 0, 0, 0),
(3, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(3, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(3, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(3, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(3, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(3, 'stage/sql/rename', 0, 0, 0, 0, 0),
(3, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(3, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(3, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(3, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(3, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(3, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(3, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(3, 'stage/sql/setup', 0, 0, 0, 0, 0),
(3, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(3, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(3, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(3, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(3, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(3, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(3, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(3, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(3, 'stage/sql/update', 0, 0, 0, 0, 0),
(3, 'stage/sql/updating', 0, 0, 0, 0, 0),
(3, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(3, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(3, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(3, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(3, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(3, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(3, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(3, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(3, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(3, 'stage/sql/starting', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(3, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(3, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(3, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(3, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(3, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(3, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(3, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(3, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(3, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(3, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(3, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(4, 'stage/sql/After create', 0, 0, 0, 0, 0),
(4, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(4, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(4, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(4, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(4, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(4, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(4, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(4, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(4, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(4, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(4, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(4, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(4, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(4, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(4, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(4, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(4, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(4, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(4, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(4, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(4, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(4, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(4, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(4, 'stage/sql/end', 0, 0, 0, 0, 0),
(4, 'stage/sql/executing', 0, 0, 0, 0, 0),
(4, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(4, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(4, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(4, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(4, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(4, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(4, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(4, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(4, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(4, 'stage/sql/init', 0, 0, 0, 0, 0),
(4, 'stage/sql/insert', 0, 0, 0, 0, 0),
(4, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(4, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(4, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(4, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(4, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(4, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(4, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(4, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(4, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(4, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(4, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(4, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(4, 'stage/sql/query end', 0, 0, 0, 0, 0),
(4, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(4, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(4, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(4, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(4, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(4, 'stage/sql/rename', 0, 0, 0, 0, 0),
(4, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(4, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(4, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(4, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(4, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(4, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(4, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(4, 'stage/sql/setup', 0, 0, 0, 0, 0),
(4, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(4, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(4, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(4, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(4, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(4, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(4, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(4, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(4, 'stage/sql/update', 0, 0, 0, 0, 0),
(4, 'stage/sql/updating', 0, 0, 0, 0, 0),
(4, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(4, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(4, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(4, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(4, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(4, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(4, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(4, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(4, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(4, 'stage/sql/starting', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(4, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(4, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(4, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(4, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(4, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(4, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(4, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(4, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(4, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(4, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(4, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(5, 'stage/sql/After create', 0, 0, 0, 0, 0),
(5, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(5, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(5, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(5, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(5, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(5, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(5, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(5, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(5, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(5, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(5, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(5, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(5, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(5, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(5, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(5, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(5, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(5, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(5, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(5, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(5, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(5, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(5, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(5, 'stage/sql/end', 0, 0, 0, 0, 0),
(5, 'stage/sql/executing', 0, 0, 0, 0, 0),
(5, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(5, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(5, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(5, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(5, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(5, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(5, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(5, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(5, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(5, 'stage/sql/init', 0, 0, 0, 0, 0),
(5, 'stage/sql/insert', 0, 0, 0, 0, 0),
(5, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(5, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(5, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(5, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(5, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(5, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(5, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(5, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(5, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(5, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(5, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(5, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(5, 'stage/sql/query end', 0, 0, 0, 0, 0),
(5, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(5, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(5, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(5, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(5, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(5, 'stage/sql/rename', 0, 0, 0, 0, 0),
(5, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(5, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(5, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(5, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(5, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(5, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(5, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(5, 'stage/sql/setup', 0, 0, 0, 0, 0),
(5, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(5, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(5, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(5, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(5, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(5, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(5, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(5, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(5, 'stage/sql/update', 0, 0, 0, 0, 0),
(5, 'stage/sql/updating', 0, 0, 0, 0, 0),
(5, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(5, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(5, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(5, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(5, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(5, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(5, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(5, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(5, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(5, 'stage/sql/starting', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(5, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(5, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(5, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(5, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(5, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(5, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(5, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(5, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(5, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(5, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(5, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(6, 'stage/sql/After create', 0, 0, 0, 0, 0),
(6, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(6, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(6, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(6, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(6, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(6, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(6, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(6, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(6, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(6, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(6, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(6, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(6, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(6, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(6, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(6, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(6, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(6, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(6, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(6, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(6, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(6, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(6, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(6, 'stage/sql/end', 0, 0, 0, 0, 0),
(6, 'stage/sql/executing', 0, 0, 0, 0, 0),
(6, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(6, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(6, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(6, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(6, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(6, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(6, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(6, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(6, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(6, 'stage/sql/init', 0, 0, 0, 0, 0),
(6, 'stage/sql/insert', 0, 0, 0, 0, 0),
(6, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(6, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(6, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(6, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(6, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(6, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(6, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(6, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(6, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(6, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(6, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(6, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(6, 'stage/sql/query end', 0, 0, 0, 0, 0),
(6, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(6, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(6, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(6, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(6, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(6, 'stage/sql/rename', 0, 0, 0, 0, 0),
(6, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(6, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(6, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(6, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(6, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(6, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(6, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(6, 'stage/sql/setup', 0, 0, 0, 0, 0),
(6, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(6, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(6, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(6, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(6, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(6, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(6, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(6, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(6, 'stage/sql/update', 0, 0, 0, 0, 0),
(6, 'stage/sql/updating', 0, 0, 0, 0, 0),
(6, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(6, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(6, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(6, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(6, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(6, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(6, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(6, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(6, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(6, 'stage/sql/starting', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(6, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(6, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(6, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(6, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(6, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(6, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(6, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(6, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(6, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(6, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(6, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(7, 'stage/sql/After create', 0, 0, 0, 0, 0),
(7, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(7, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(7, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(7, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(7, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(7, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(7, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(7, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(7, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(7, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(7, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(7, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(7, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(7, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(7, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(7, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(7, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(7, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(7, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(7, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(7, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(7, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(7, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(7, 'stage/sql/end', 0, 0, 0, 0, 0),
(7, 'stage/sql/executing', 0, 0, 0, 0, 0),
(7, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(7, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(7, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(7, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(7, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(7, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(7, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(7, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(7, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(7, 'stage/sql/init', 0, 0, 0, 0, 0),
(7, 'stage/sql/insert', 0, 0, 0, 0, 0),
(7, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(7, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(7, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(7, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(7, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(7, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(7, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(7, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(7, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(7, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(7, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(7, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(7, 'stage/sql/query end', 0, 0, 0, 0, 0),
(7, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(7, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(7, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(7, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(7, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(7, 'stage/sql/rename', 0, 0, 0, 0, 0),
(7, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(7, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(7, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(7, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(7, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(7, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(7, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(7, 'stage/sql/setup', 0, 0, 0, 0, 0),
(7, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(7, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(7, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(7, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(7, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(7, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(7, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(7, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(7, 'stage/sql/update', 0, 0, 0, 0, 0),
(7, 'stage/sql/updating', 0, 0, 0, 0, 0),
(7, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(7, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(7, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(7, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(7, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(7, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(7, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(7, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0);
INSERT INTO `events_stages_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(7, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(7, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(7, 'stage/sql/starting', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(7, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(7, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(7, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(7, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(7, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(7, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(7, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(7, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(7, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(7, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(7, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(8, 'stage/sql/After create', 0, 0, 0, 0, 0),
(8, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(8, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(8, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(8, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(8, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(8, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(8, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(8, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(8, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(8, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(8, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(8, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(8, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(8, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(8, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(8, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(8, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(8, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(8, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(8, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(8, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(8, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(8, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(8, 'stage/sql/end', 0, 0, 0, 0, 0),
(8, 'stage/sql/executing', 0, 0, 0, 0, 0),
(8, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(8, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(8, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(8, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(8, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(8, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(8, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(8, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(8, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(8, 'stage/sql/init', 0, 0, 0, 0, 0),
(8, 'stage/sql/insert', 0, 0, 0, 0, 0),
(8, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(8, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(8, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(8, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(8, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(8, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(8, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(8, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(8, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(8, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(8, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(8, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(8, 'stage/sql/query end', 0, 0, 0, 0, 0),
(8, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(8, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(8, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(8, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(8, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(8, 'stage/sql/rename', 0, 0, 0, 0, 0),
(8, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(8, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(8, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(8, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(8, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(8, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(8, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(8, 'stage/sql/setup', 0, 0, 0, 0, 0),
(8, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(8, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(8, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(8, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(8, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(8, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(8, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(8, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(8, 'stage/sql/update', 0, 0, 0, 0, 0),
(8, 'stage/sql/updating', 0, 0, 0, 0, 0),
(8, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(8, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(8, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(8, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(8, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(8, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(8, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(8, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(8, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(8, 'stage/sql/starting', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(8, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(8, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(8, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(8, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(8, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(8, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(8, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(8, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(8, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(8, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(8, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(9, 'stage/sql/After create', 0, 0, 0, 0, 0),
(9, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(9, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(9, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(9, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(9, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(9, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(9, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(9, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(9, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(9, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(9, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(9, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(9, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(9, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(9, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(9, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(9, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(9, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(9, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(9, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(9, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(9, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(9, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(9, 'stage/sql/end', 0, 0, 0, 0, 0),
(9, 'stage/sql/executing', 0, 0, 0, 0, 0),
(9, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(9, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(9, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(9, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(9, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(9, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(9, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(9, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(9, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(9, 'stage/sql/init', 0, 0, 0, 0, 0),
(9, 'stage/sql/insert', 0, 0, 0, 0, 0),
(9, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(9, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(9, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(9, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(9, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(9, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(9, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(9, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(9, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(9, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(9, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(9, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(9, 'stage/sql/query end', 0, 0, 0, 0, 0),
(9, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(9, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(9, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(9, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(9, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(9, 'stage/sql/rename', 0, 0, 0, 0, 0),
(9, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(9, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(9, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(9, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(9, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(9, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(9, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(9, 'stage/sql/setup', 0, 0, 0, 0, 0),
(9, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(9, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(9, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(9, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(9, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(9, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(9, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(9, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(9, 'stage/sql/update', 0, 0, 0, 0, 0),
(9, 'stage/sql/updating', 0, 0, 0, 0, 0),
(9, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(9, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(9, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(9, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(9, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(9, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(9, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(9, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(9, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(9, 'stage/sql/starting', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(9, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(9, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(9, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(9, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(9, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(9, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(9, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(9, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(9, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(9, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(9, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(10, 'stage/sql/After create', 0, 0, 0, 0, 0),
(10, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(10, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(10, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(10, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(10, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(10, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(10, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(10, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(10, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(10, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(10, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(10, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(10, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(10, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(10, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(10, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(10, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(10, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(10, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(10, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(10, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(10, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(10, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(10, 'stage/sql/end', 0, 0, 0, 0, 0),
(10, 'stage/sql/executing', 0, 0, 0, 0, 0),
(10, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(10, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(10, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(10, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(10, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(10, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(10, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(10, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(10, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(10, 'stage/sql/init', 0, 0, 0, 0, 0),
(10, 'stage/sql/insert', 0, 0, 0, 0, 0),
(10, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(10, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(10, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(10, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(10, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(10, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(10, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(10, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(10, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(10, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(10, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(10, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(10, 'stage/sql/query end', 0, 0, 0, 0, 0),
(10, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(10, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(10, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(10, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(10, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(10, 'stage/sql/rename', 0, 0, 0, 0, 0),
(10, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(10, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(10, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(10, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(10, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(10, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(10, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(10, 'stage/sql/setup', 0, 0, 0, 0, 0),
(10, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(10, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(10, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(10, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(10, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(10, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(10, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(10, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(10, 'stage/sql/update', 0, 0, 0, 0, 0),
(10, 'stage/sql/updating', 0, 0, 0, 0, 0),
(10, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(10, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(10, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(10, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(10, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(10, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(10, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(10, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(10, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(10, 'stage/sql/starting', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(10, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(10, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(10, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(10, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(10, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(10, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(10, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(10, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(10, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(10, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(10, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(11, 'stage/sql/After create', 0, 0, 0, 0, 0),
(11, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(11, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(11, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(11, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(11, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(11, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(11, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(11, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(11, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(11, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(11, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(11, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(11, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(11, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(11, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(11, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(11, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(11, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(11, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(11, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(11, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(11, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(11, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(11, 'stage/sql/end', 0, 0, 0, 0, 0),
(11, 'stage/sql/executing', 0, 0, 0, 0, 0),
(11, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(11, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(11, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(11, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(11, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(11, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(11, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(11, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(11, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(11, 'stage/sql/init', 0, 0, 0, 0, 0),
(11, 'stage/sql/insert', 0, 0, 0, 0, 0),
(11, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(11, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(11, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(11, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(11, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(11, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(11, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(11, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(11, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(11, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(11, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(11, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(11, 'stage/sql/query end', 0, 0, 0, 0, 0),
(11, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(11, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(11, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(11, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(11, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(11, 'stage/sql/rename', 0, 0, 0, 0, 0),
(11, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(11, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(11, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(11, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(11, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(11, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(11, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(11, 'stage/sql/setup', 0, 0, 0, 0, 0),
(11, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(11, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(11, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(11, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(11, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(11, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(11, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(11, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(11, 'stage/sql/update', 0, 0, 0, 0, 0),
(11, 'stage/sql/updating', 0, 0, 0, 0, 0),
(11, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(11, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(11, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(11, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(11, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(11, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(11, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(11, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(11, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(11, 'stage/sql/starting', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(11, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(11, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(11, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(11, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(11, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(11, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(11, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(11, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(11, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(11, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(11, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(12, 'stage/sql/After create', 0, 0, 0, 0, 0),
(12, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(12, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(12, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(12, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(12, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(12, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(12, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(12, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(12, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(12, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(12, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(12, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(12, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(12, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(12, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(12, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(12, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(12, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(12, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(12, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(12, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(12, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(12, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(12, 'stage/sql/end', 0, 0, 0, 0, 0),
(12, 'stage/sql/executing', 0, 0, 0, 0, 0),
(12, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(12, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(12, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(12, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(12, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(12, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(12, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(12, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(12, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(12, 'stage/sql/init', 0, 0, 0, 0, 0),
(12, 'stage/sql/insert', 0, 0, 0, 0, 0),
(12, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(12, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(12, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(12, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(12, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(12, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(12, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(12, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(12, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(12, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(12, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(12, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(12, 'stage/sql/query end', 0, 0, 0, 0, 0),
(12, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(12, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(12, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(12, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(12, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(12, 'stage/sql/rename', 0, 0, 0, 0, 0),
(12, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(12, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(12, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(12, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(12, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(12, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(12, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(12, 'stage/sql/setup', 0, 0, 0, 0, 0),
(12, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(12, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(12, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(12, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(12, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(12, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(12, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(12, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(12, 'stage/sql/update', 0, 0, 0, 0, 0),
(12, 'stage/sql/updating', 0, 0, 0, 0, 0),
(12, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(12, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(12, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(12, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(12, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(12, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(12, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(12, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(12, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(12, 'stage/sql/starting', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(12, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(12, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(12, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(12, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(12, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(12, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(12, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(12, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(12, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(12, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(12, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(13, 'stage/sql/After create', 0, 0, 0, 0, 0),
(13, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(13, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(13, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(13, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(13, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(13, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(13, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(13, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(13, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(13, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(13, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(13, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(13, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(13, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(13, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(13, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(13, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(13, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(13, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(13, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(13, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(13, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(13, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(13, 'stage/sql/end', 0, 0, 0, 0, 0),
(13, 'stage/sql/executing', 0, 0, 0, 0, 0),
(13, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(13, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(13, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(13, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(13, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(13, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(13, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(13, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(13, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(13, 'stage/sql/init', 0, 0, 0, 0, 0),
(13, 'stage/sql/insert', 0, 0, 0, 0, 0),
(13, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(13, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(13, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(13, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(13, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(13, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(13, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(13, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(13, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(13, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(13, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(13, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(13, 'stage/sql/query end', 0, 0, 0, 0, 0),
(13, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(13, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(13, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(13, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(13, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(13, 'stage/sql/rename', 0, 0, 0, 0, 0),
(13, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(13, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(13, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(13, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(13, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(13, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(13, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(13, 'stage/sql/setup', 0, 0, 0, 0, 0),
(13, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(13, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(13, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(13, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(13, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(13, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(13, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(13, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(13, 'stage/sql/update', 0, 0, 0, 0, 0),
(13, 'stage/sql/updating', 0, 0, 0, 0, 0),
(13, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(13, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(13, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(13, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(13, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(13, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(13, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(13, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(13, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(13, 'stage/sql/starting', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(13, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(13, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(13, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(13, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(13, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(13, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(13, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(13, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(13, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(13, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(13, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(15, 'stage/sql/After create', 0, 0, 0, 0, 0),
(15, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(15, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(15, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(15, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(15, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(15, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(15, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(15, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(15, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(15, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(15, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(15, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(15, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(15, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(15, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(15, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(15, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(15, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(15, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(15, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(15, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(15, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(15, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(15, 'stage/sql/end', 0, 0, 0, 0, 0),
(15, 'stage/sql/executing', 0, 0, 0, 0, 0),
(15, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(15, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(15, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(15, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(15, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(15, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(15, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(15, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(15, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(15, 'stage/sql/init', 0, 0, 0, 0, 0),
(15, 'stage/sql/insert', 0, 0, 0, 0, 0),
(15, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(15, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(15, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(15, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(15, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(15, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0);
INSERT INTO `events_stages_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(15, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(15, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(15, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(15, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(15, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(15, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(15, 'stage/sql/query end', 0, 0, 0, 0, 0),
(15, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(15, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(15, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(15, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(15, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(15, 'stage/sql/rename', 0, 0, 0, 0, 0),
(15, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(15, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(15, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(15, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(15, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(15, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(15, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(15, 'stage/sql/setup', 0, 0, 0, 0, 0),
(15, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(15, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(15, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(15, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(15, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(15, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(15, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(15, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(15, 'stage/sql/update', 0, 0, 0, 0, 0),
(15, 'stage/sql/updating', 0, 0, 0, 0, 0),
(15, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(15, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(15, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(15, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(15, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(15, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(15, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(15, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(15, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(15, 'stage/sql/starting', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(15, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(15, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(15, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(15, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(15, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(15, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(15, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(15, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(15, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(15, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(15, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(16, 'stage/sql/After create', 0, 0, 0, 0, 0),
(16, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(16, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(16, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(16, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(16, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(16, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(16, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(16, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(16, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(16, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(16, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(16, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(16, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(16, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(16, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(16, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(16, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(16, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(16, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(16, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(16, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(16, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(16, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(16, 'stage/sql/end', 0, 0, 0, 0, 0),
(16, 'stage/sql/executing', 0, 0, 0, 0, 0),
(16, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(16, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(16, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(16, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(16, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(16, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(16, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(16, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(16, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(16, 'stage/sql/init', 0, 0, 0, 0, 0),
(16, 'stage/sql/insert', 0, 0, 0, 0, 0),
(16, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(16, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(16, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(16, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(16, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(16, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(16, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(16, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(16, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(16, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(16, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(16, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(16, 'stage/sql/query end', 0, 0, 0, 0, 0),
(16, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(16, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(16, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(16, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(16, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(16, 'stage/sql/rename', 0, 0, 0, 0, 0),
(16, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(16, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(16, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(16, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(16, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(16, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(16, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(16, 'stage/sql/setup', 0, 0, 0, 0, 0),
(16, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(16, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(16, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(16, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(16, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(16, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(16, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(16, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(16, 'stage/sql/update', 0, 0, 0, 0, 0),
(16, 'stage/sql/updating', 0, 0, 0, 0, 0),
(16, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(16, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(16, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(16, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(16, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(16, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(16, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(16, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(16, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(16, 'stage/sql/starting', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(16, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(16, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(16, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(16, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(16, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(16, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(16, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(16, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(16, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(16, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(16, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(17, 'stage/sql/After create', 0, 0, 0, 0, 0),
(17, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(17, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(17, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(17, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(17, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(17, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(17, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(17, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(17, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(17, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(17, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(17, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(17, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(17, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(17, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(17, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(17, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(17, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(17, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(17, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(17, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(17, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(17, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(17, 'stage/sql/end', 0, 0, 0, 0, 0),
(17, 'stage/sql/executing', 0, 0, 0, 0, 0),
(17, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(17, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(17, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(17, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(17, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(17, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(17, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(17, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(17, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(17, 'stage/sql/init', 0, 0, 0, 0, 0),
(17, 'stage/sql/insert', 0, 0, 0, 0, 0),
(17, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(17, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(17, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(17, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(17, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(17, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(17, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(17, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(17, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(17, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(17, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(17, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(17, 'stage/sql/query end', 0, 0, 0, 0, 0),
(17, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(17, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(17, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(17, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(17, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(17, 'stage/sql/rename', 0, 0, 0, 0, 0),
(17, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(17, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(17, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(17, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(17, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(17, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(17, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(17, 'stage/sql/setup', 0, 0, 0, 0, 0),
(17, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(17, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(17, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(17, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(17, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(17, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(17, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(17, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(17, 'stage/sql/update', 0, 0, 0, 0, 0),
(17, 'stage/sql/updating', 0, 0, 0, 0, 0),
(17, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(17, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(17, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(17, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(17, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(17, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(17, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(17, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(17, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(17, 'stage/sql/starting', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(17, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(17, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(17, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(17, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(17, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(17, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(17, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(17, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(17, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(17, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(17, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(18, 'stage/sql/After create', 0, 0, 0, 0, 0),
(18, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(18, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(18, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(18, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(18, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(18, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(18, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(18, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(18, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(18, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(18, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(18, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(18, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(18, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(18, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(18, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(18, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(18, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(18, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(18, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(18, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(18, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(18, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(18, 'stage/sql/end', 0, 0, 0, 0, 0),
(18, 'stage/sql/executing', 0, 0, 0, 0, 0),
(18, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(18, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(18, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(18, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(18, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(18, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(18, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(18, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(18, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(18, 'stage/sql/init', 0, 0, 0, 0, 0),
(18, 'stage/sql/insert', 0, 0, 0, 0, 0),
(18, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(18, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(18, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(18, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(18, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(18, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(18, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(18, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(18, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(18, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(18, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(18, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(18, 'stage/sql/query end', 0, 0, 0, 0, 0),
(18, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(18, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(18, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(18, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(18, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(18, 'stage/sql/rename', 0, 0, 0, 0, 0),
(18, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(18, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(18, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(18, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(18, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(18, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(18, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(18, 'stage/sql/setup', 0, 0, 0, 0, 0),
(18, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(18, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(18, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(18, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(18, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(18, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(18, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(18, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(18, 'stage/sql/update', 0, 0, 0, 0, 0),
(18, 'stage/sql/updating', 0, 0, 0, 0, 0),
(18, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(18, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(18, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(18, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(18, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(18, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(18, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(18, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(18, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(18, 'stage/sql/starting', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(18, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(18, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(18, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(18, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(18, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(18, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(18, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(18, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(18, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(18, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(18, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(19, 'stage/sql/After create', 0, 0, 0, 0, 0),
(19, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(19, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(19, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(19, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(19, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(19, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(19, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(19, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(19, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(19, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(19, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(19, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(19, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(19, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(19, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(19, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(19, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(19, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(19, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(19, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(19, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(19, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(19, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(19, 'stage/sql/end', 0, 0, 0, 0, 0),
(19, 'stage/sql/executing', 0, 0, 0, 0, 0),
(19, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(19, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(19, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(19, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(19, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(19, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(19, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(19, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(19, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(19, 'stage/sql/init', 0, 0, 0, 0, 0),
(19, 'stage/sql/insert', 0, 0, 0, 0, 0),
(19, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(19, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(19, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(19, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(19, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(19, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(19, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(19, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(19, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(19, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(19, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(19, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(19, 'stage/sql/query end', 0, 0, 0, 0, 0),
(19, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(19, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(19, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(19, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(19, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(19, 'stage/sql/rename', 0, 0, 0, 0, 0),
(19, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(19, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(19, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(19, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(19, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(19, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(19, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(19, 'stage/sql/setup', 0, 0, 0, 0, 0),
(19, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(19, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(19, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(19, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(19, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(19, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(19, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(19, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(19, 'stage/sql/update', 0, 0, 0, 0, 0),
(19, 'stage/sql/updating', 0, 0, 0, 0, 0),
(19, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(19, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(19, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(19, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(19, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(19, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(19, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(19, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(19, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(19, 'stage/sql/starting', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(19, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(19, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(19, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(19, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(19, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(19, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(19, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(19, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(19, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(19, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(19, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(20, 'stage/sql/After create', 0, 0, 0, 0, 0),
(20, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(20, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(20, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(20, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(20, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(20, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(20, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(20, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(20, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(20, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(20, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(20, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(20, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(20, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(20, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(20, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(20, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(20, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(20, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(20, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(20, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(20, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(20, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(20, 'stage/sql/end', 0, 0, 0, 0, 0),
(20, 'stage/sql/executing', 0, 0, 0, 0, 0),
(20, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(20, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(20, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(20, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(20, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(20, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(20, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(20, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(20, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(20, 'stage/sql/init', 0, 0, 0, 0, 0),
(20, 'stage/sql/insert', 0, 0, 0, 0, 0),
(20, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(20, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(20, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(20, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(20, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(20, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(20, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(20, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(20, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(20, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(20, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(20, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(20, 'stage/sql/query end', 0, 0, 0, 0, 0),
(20, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(20, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(20, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(20, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(20, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(20, 'stage/sql/rename', 0, 0, 0, 0, 0),
(20, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(20, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(20, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(20, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(20, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(20, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(20, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(20, 'stage/sql/setup', 0, 0, 0, 0, 0),
(20, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(20, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(20, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(20, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(20, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(20, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(20, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(20, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(20, 'stage/sql/update', 0, 0, 0, 0, 0),
(20, 'stage/sql/updating', 0, 0, 0, 0, 0),
(20, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(20, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(20, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(20, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(20, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(20, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(20, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(20, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(20, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(20, 'stage/sql/starting', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(20, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(20, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(20, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(20, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(20, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(20, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(20, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(20, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(20, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(20, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(20, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(21, 'stage/sql/After create', 0, 0, 0, 0, 0),
(21, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(21, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(21, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(21, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(21, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(21, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(21, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(21, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(21, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(21, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(21, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(21, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(21, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(21, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(21, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(21, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(21, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(21, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(21, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(21, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(21, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(21, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(21, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(21, 'stage/sql/end', 0, 0, 0, 0, 0),
(21, 'stage/sql/executing', 0, 0, 0, 0, 0),
(21, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(21, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(21, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(21, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(21, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(21, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(21, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(21, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(21, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(21, 'stage/sql/init', 0, 0, 0, 0, 0),
(21, 'stage/sql/insert', 0, 0, 0, 0, 0),
(21, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(21, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(21, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(21, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(21, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(21, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(21, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(21, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(21, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(21, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(21, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(21, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(21, 'stage/sql/query end', 0, 0, 0, 0, 0),
(21, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(21, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(21, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(21, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(21, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(21, 'stage/sql/rename', 0, 0, 0, 0, 0),
(21, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(21, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(21, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(21, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(21, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(21, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(21, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(21, 'stage/sql/setup', 0, 0, 0, 0, 0),
(21, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(21, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(21, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(21, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(21, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(21, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(21, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(21, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(21, 'stage/sql/update', 0, 0, 0, 0, 0),
(21, 'stage/sql/updating', 0, 0, 0, 0, 0),
(21, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(21, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(21, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(21, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(21, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(21, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(21, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(21, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(21, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(21, 'stage/sql/starting', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(21, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0);
INSERT INTO `events_stages_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(21, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(21, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(21, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(21, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(21, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(21, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(21, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(21, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(21, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(21, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(21, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(22, 'stage/sql/After create', 0, 0, 0, 0, 0),
(22, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(22, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(22, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(22, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(22, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(22, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(22, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(22, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(22, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(22, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(22, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(22, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(22, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(22, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(22, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(22, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(22, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(22, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(22, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(22, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(22, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(22, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(22, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(22, 'stage/sql/end', 0, 0, 0, 0, 0),
(22, 'stage/sql/executing', 0, 0, 0, 0, 0),
(22, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(22, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(22, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(22, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(22, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(22, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(22, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(22, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(22, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(22, 'stage/sql/init', 0, 0, 0, 0, 0),
(22, 'stage/sql/insert', 0, 0, 0, 0, 0),
(22, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(22, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(22, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(22, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(22, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(22, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(22, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(22, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(22, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(22, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(22, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(22, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(22, 'stage/sql/query end', 0, 0, 0, 0, 0),
(22, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(22, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(22, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(22, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(22, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(22, 'stage/sql/rename', 0, 0, 0, 0, 0),
(22, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(22, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(22, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(22, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(22, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(22, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(22, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(22, 'stage/sql/setup', 0, 0, 0, 0, 0),
(22, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(22, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(22, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(22, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(22, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(22, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(22, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(22, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(22, 'stage/sql/update', 0, 0, 0, 0, 0),
(22, 'stage/sql/updating', 0, 0, 0, 0, 0),
(22, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(22, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(22, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(22, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(22, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(22, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(22, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(22, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(22, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(22, 'stage/sql/starting', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(22, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(22, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(22, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(22, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(22, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(22, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(22, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(22, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(22, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(22, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(22, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(23, 'stage/sql/After create', 0, 0, 0, 0, 0),
(23, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(23, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(23, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(23, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(23, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(23, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(23, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(23, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(23, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(23, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(23, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(23, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(23, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(23, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(23, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(23, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(23, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(23, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(23, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(23, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(23, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(23, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(23, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(23, 'stage/sql/end', 0, 0, 0, 0, 0),
(23, 'stage/sql/executing', 0, 0, 0, 0, 0),
(23, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(23, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(23, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(23, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(23, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(23, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(23, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(23, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(23, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(23, 'stage/sql/init', 0, 0, 0, 0, 0),
(23, 'stage/sql/insert', 0, 0, 0, 0, 0),
(23, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(23, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(23, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(23, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(23, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(23, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(23, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(23, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(23, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(23, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(23, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(23, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(23, 'stage/sql/query end', 0, 0, 0, 0, 0),
(23, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(23, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(23, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(23, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(23, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(23, 'stage/sql/rename', 0, 0, 0, 0, 0),
(23, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(23, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(23, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(23, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(23, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(23, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(23, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(23, 'stage/sql/setup', 0, 0, 0, 0, 0),
(23, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(23, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(23, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(23, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(23, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(23, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(23, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(23, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(23, 'stage/sql/update', 0, 0, 0, 0, 0),
(23, 'stage/sql/updating', 0, 0, 0, 0, 0),
(23, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(23, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(23, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(23, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(23, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(23, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(23, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(23, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(23, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(23, 'stage/sql/starting', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(23, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(23, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(23, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(23, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(23, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(23, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(23, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(23, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(23, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(23, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(23, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(24, 'stage/sql/After create', 0, 0, 0, 0, 0),
(24, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(24, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(24, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(24, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(24, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(24, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(24, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(24, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(24, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(24, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(24, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(24, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(24, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(24, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(24, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(24, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(24, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(24, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(24, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(24, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(24, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(24, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(24, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(24, 'stage/sql/end', 0, 0, 0, 0, 0),
(24, 'stage/sql/executing', 0, 0, 0, 0, 0),
(24, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(24, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(24, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(24, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(24, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(24, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(24, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(24, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(24, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(24, 'stage/sql/init', 0, 0, 0, 0, 0),
(24, 'stage/sql/insert', 0, 0, 0, 0, 0),
(24, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(24, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(24, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(24, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(24, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(24, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(24, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(24, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(24, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(24, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(24, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(24, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(24, 'stage/sql/query end', 0, 0, 0, 0, 0),
(24, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(24, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(24, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(24, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(24, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(24, 'stage/sql/rename', 0, 0, 0, 0, 0),
(24, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(24, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(24, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(24, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(24, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(24, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(24, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(24, 'stage/sql/setup', 0, 0, 0, 0, 0),
(24, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(24, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(24, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(24, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(24, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(24, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(24, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(24, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(24, 'stage/sql/update', 0, 0, 0, 0, 0),
(24, 'stage/sql/updating', 0, 0, 0, 0, 0),
(24, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(24, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(24, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(24, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(24, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(24, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(24, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(24, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(24, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(24, 'stage/sql/starting', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(24, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(24, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(24, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(24, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(24, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(24, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(24, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(24, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(24, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(24, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(24, 'stage/innodb/buffer pool load', 1, 145739580000, 145739580000, 145739580000, 145739580000),
(25, 'stage/sql/After create', 0, 0, 0, 0, 0),
(25, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(25, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(25, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(25, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(25, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(25, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(25, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(25, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(25, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(25, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(25, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(25, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(25, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(25, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(25, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(25, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(25, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(25, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(25, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(25, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(25, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(25, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(25, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(25, 'stage/sql/end', 0, 0, 0, 0, 0),
(25, 'stage/sql/executing', 0, 0, 0, 0, 0),
(25, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(25, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(25, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(25, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(25, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(25, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(25, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(25, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(25, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(25, 'stage/sql/init', 0, 0, 0, 0, 0),
(25, 'stage/sql/insert', 0, 0, 0, 0, 0),
(25, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(25, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(25, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(25, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(25, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(25, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(25, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(25, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(25, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(25, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(25, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(25, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(25, 'stage/sql/query end', 0, 0, 0, 0, 0),
(25, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(25, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(25, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(25, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(25, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(25, 'stage/sql/rename', 0, 0, 0, 0, 0),
(25, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(25, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(25, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(25, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(25, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(25, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(25, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(25, 'stage/sql/setup', 0, 0, 0, 0, 0),
(25, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(25, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(25, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(25, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(25, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(25, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(25, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(25, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(25, 'stage/sql/update', 0, 0, 0, 0, 0),
(25, 'stage/sql/updating', 0, 0, 0, 0, 0),
(25, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(25, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(25, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(25, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(25, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(25, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(25, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(25, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(25, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(25, 'stage/sql/starting', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(25, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(25, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(25, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(25, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(25, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(25, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(25, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(25, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(25, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(25, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(25, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(26, 'stage/sql/After create', 0, 0, 0, 0, 0),
(26, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(26, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(26, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(26, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(26, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(26, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(26, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(26, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(26, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(26, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(26, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(26, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(26, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(26, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(26, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(26, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(26, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(26, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(26, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(26, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(26, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(26, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(26, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(26, 'stage/sql/end', 0, 0, 0, 0, 0),
(26, 'stage/sql/executing', 0, 0, 0, 0, 0),
(26, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(26, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(26, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(26, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(26, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(26, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(26, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(26, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(26, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(26, 'stage/sql/init', 0, 0, 0, 0, 0),
(26, 'stage/sql/insert', 0, 0, 0, 0, 0),
(26, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(26, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(26, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(26, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(26, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(26, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(26, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(26, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(26, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(26, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(26, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(26, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(26, 'stage/sql/query end', 0, 0, 0, 0, 0),
(26, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(26, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(26, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(26, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(26, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(26, 'stage/sql/rename', 0, 0, 0, 0, 0),
(26, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(26, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(26, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(26, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(26, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(26, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(26, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(26, 'stage/sql/setup', 0, 0, 0, 0, 0),
(26, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(26, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(26, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(26, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(26, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(26, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(26, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(26, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(26, 'stage/sql/update', 0, 0, 0, 0, 0),
(26, 'stage/sql/updating', 0, 0, 0, 0, 0),
(26, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(26, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(26, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(26, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(26, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(26, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(26, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(26, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(26, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(26, 'stage/sql/starting', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(26, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(26, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(26, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(26, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(26, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(26, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(26, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(26, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(26, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(26, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(26, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(6037, 'stage/sql/After create', 0, 0, 0, 0, 0),
(6037, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(6037, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(6037, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(6037, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(6037, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(6037, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(6037, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(6037, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(6037, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(6037, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(6037, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(6037, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(6037, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(6037, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(6037, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(6037, 'stage/sql/end', 0, 0, 0, 0, 0),
(6037, 'stage/sql/executing', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(6037, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(6037, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(6037, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(6037, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(6037, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(6037, 'stage/sql/init', 0, 0, 0, 0, 0),
(6037, 'stage/sql/insert', 0, 0, 0, 0, 0),
(6037, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(6037, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(6037, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(6037, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(6037, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(6037, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(6037, 'stage/sql/query end', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(6037, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(6037, 'stage/sql/rename', 0, 0, 0, 0, 0),
(6037, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(6037, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(6037, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(6037, 'stage/sql/setup', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(6037, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(6037, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(6037, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(6037, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(6037, 'stage/sql/update', 0, 0, 0, 0, 0),
(6037, 'stage/sql/updating', 0, 0, 0, 0, 0),
(6037, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(6037, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(6037, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(6037, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(6037, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(6037, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(6037, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(6037, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(6037, 'stage/sql/starting', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(6037, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(6037, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(6037, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(6037, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(6037, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(6037, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(6037, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(6037, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(6037, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(6037, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(6037, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(6044, 'stage/sql/After create', 0, 0, 0, 0, 0),
(6044, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(6044, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(6044, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(6044, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(6044, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(6044, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(6044, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(6044, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(6044, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(6044, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(6044, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(6044, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(6044, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(6044, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(6044, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(6044, 'stage/sql/end', 0, 0, 0, 0, 0),
(6044, 'stage/sql/executing', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(6044, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(6044, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(6044, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(6044, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(6044, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(6044, 'stage/sql/init', 0, 0, 0, 0, 0),
(6044, 'stage/sql/insert', 0, 0, 0, 0, 0),
(6044, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(6044, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(6044, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(6044, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(6044, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(6044, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(6044, 'stage/sql/query end', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(6044, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(6044, 'stage/sql/rename', 0, 0, 0, 0, 0),
(6044, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(6044, 'stage/sql/reschedule', 0, 0, 0, 0, 0);
INSERT INTO `events_stages_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(6044, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(6044, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(6044, 'stage/sql/setup', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(6044, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(6044, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(6044, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(6044, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(6044, 'stage/sql/update', 0, 0, 0, 0, 0),
(6044, 'stage/sql/updating', 0, 0, 0, 0, 0),
(6044, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(6044, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(6044, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(6044, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(6044, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(6044, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(6044, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(6044, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(6044, 'stage/sql/starting', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(6044, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(6044, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(6044, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(6044, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(6044, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(6044, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(6044, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(6044, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(6044, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(6044, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(6044, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(6045, 'stage/sql/After create', 0, 0, 0, 0, 0),
(6045, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(6045, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(6045, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(6045, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(6045, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(6045, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(6045, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(6045, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(6045, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(6045, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(6045, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(6045, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(6045, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(6045, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(6045, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(6045, 'stage/sql/end', 0, 0, 0, 0, 0),
(6045, 'stage/sql/executing', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(6045, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(6045, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(6045, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(6045, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(6045, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(6045, 'stage/sql/init', 0, 0, 0, 0, 0),
(6045, 'stage/sql/insert', 0, 0, 0, 0, 0),
(6045, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(6045, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(6045, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(6045, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(6045, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(6045, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(6045, 'stage/sql/query end', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(6045, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(6045, 'stage/sql/rename', 0, 0, 0, 0, 0),
(6045, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(6045, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(6045, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(6045, 'stage/sql/setup', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(6045, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(6045, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(6045, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(6045, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(6045, 'stage/sql/update', 0, 0, 0, 0, 0),
(6045, 'stage/sql/updating', 0, 0, 0, 0, 0),
(6045, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(6045, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(6045, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(6045, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(6045, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(6045, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(6045, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(6045, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(6045, 'stage/sql/starting', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(6045, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(6045, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(6045, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(6045, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(6045, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(6045, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(6045, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(6045, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(6045, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(6045, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(6045, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(5695, 'stage/sql/After create', 0, 0, 0, 0, 0),
(5695, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(5695, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(5695, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(5695, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(5695, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(5695, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(5695, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(5695, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(5695, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(5695, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(5695, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(5695, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(5695, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(5695, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(5695, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(5695, 'stage/sql/end', 0, 0, 0, 0, 0),
(5695, 'stage/sql/executing', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(5695, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(5695, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(5695, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(5695, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(5695, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(5695, 'stage/sql/init', 0, 0, 0, 0, 0),
(5695, 'stage/sql/insert', 0, 0, 0, 0, 0),
(5695, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(5695, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(5695, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(5695, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(5695, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(5695, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(5695, 'stage/sql/query end', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(5695, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(5695, 'stage/sql/rename', 0, 0, 0, 0, 0),
(5695, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(5695, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(5695, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(5695, 'stage/sql/setup', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(5695, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(5695, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(5695, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(5695, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(5695, 'stage/sql/update', 0, 0, 0, 0, 0),
(5695, 'stage/sql/updating', 0, 0, 0, 0, 0),
(5695, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(5695, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(5695, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(5695, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(5695, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(5695, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(5695, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(5695, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(5695, 'stage/sql/starting', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(5695, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(5695, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(5695, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(5695, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(5695, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(5695, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(5695, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(5695, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(5695, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(5695, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(5695, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(5696, 'stage/sql/After create', 0, 0, 0, 0, 0),
(5696, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(5696, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(5696, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(5696, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(5696, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(5696, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(5696, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(5696, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(5696, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(5696, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(5696, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(5696, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(5696, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(5696, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(5696, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(5696, 'stage/sql/end', 0, 0, 0, 0, 0),
(5696, 'stage/sql/executing', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(5696, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(5696, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(5696, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(5696, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(5696, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(5696, 'stage/sql/init', 0, 0, 0, 0, 0),
(5696, 'stage/sql/insert', 0, 0, 0, 0, 0),
(5696, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(5696, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(5696, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(5696, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(5696, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(5696, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(5696, 'stage/sql/query end', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(5696, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(5696, 'stage/sql/rename', 0, 0, 0, 0, 0),
(5696, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(5696, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(5696, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(5696, 'stage/sql/setup', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(5696, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(5696, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(5696, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(5696, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(5696, 'stage/sql/update', 0, 0, 0, 0, 0),
(5696, 'stage/sql/updating', 0, 0, 0, 0, 0),
(5696, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(5696, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(5696, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(5696, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(5696, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(5696, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(5696, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(5696, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(5696, 'stage/sql/starting', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(5696, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(5696, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(5696, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(5696, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(5696, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(5696, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(5696, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(5696, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(5696, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(5696, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(5696, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(5712, 'stage/sql/After create', 0, 0, 0, 0, 0),
(5712, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(5712, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(5712, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(5712, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(5712, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(5712, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(5712, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(5712, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(5712, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(5712, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(5712, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(5712, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(5712, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(5712, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(5712, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(5712, 'stage/sql/end', 0, 0, 0, 0, 0),
(5712, 'stage/sql/executing', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(5712, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(5712, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(5712, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(5712, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(5712, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(5712, 'stage/sql/init', 0, 0, 0, 0, 0),
(5712, 'stage/sql/insert', 0, 0, 0, 0, 0),
(5712, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(5712, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(5712, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(5712, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(5712, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(5712, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(5712, 'stage/sql/query end', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(5712, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(5712, 'stage/sql/rename', 0, 0, 0, 0, 0),
(5712, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(5712, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(5712, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(5712, 'stage/sql/setup', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(5712, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(5712, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(5712, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(5712, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(5712, 'stage/sql/update', 0, 0, 0, 0, 0),
(5712, 'stage/sql/updating', 0, 0, 0, 0, 0),
(5712, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(5712, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(5712, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(5712, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(5712, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(5712, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(5712, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(5712, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(5712, 'stage/sql/starting', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(5712, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(5712, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(5712, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(5712, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(5712, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(5712, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(5712, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(5712, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(5712, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(5712, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(5712, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
(5713, 'stage/sql/After create', 0, 0, 0, 0, 0),
(5713, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(5713, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(5713, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(5713, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(5713, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(5713, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(5713, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(5713, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(5713, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(5713, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(5713, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(5713, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(5713, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(5713, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(5713, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(5713, 'stage/sql/end', 0, 0, 0, 0, 0),
(5713, 'stage/sql/executing', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(5713, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(5713, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(5713, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(5713, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(5713, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(5713, 'stage/sql/init', 0, 0, 0, 0, 0),
(5713, 'stage/sql/insert', 0, 0, 0, 0, 0),
(5713, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(5713, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(5713, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(5713, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(5713, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(5713, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(5713, 'stage/sql/query end', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(5713, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(5713, 'stage/sql/rename', 0, 0, 0, 0, 0),
(5713, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(5713, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(5713, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(5713, 'stage/sql/setup', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(5713, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(5713, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(5713, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(5713, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(5713, 'stage/sql/update', 0, 0, 0, 0, 0),
(5713, 'stage/sql/updating', 0, 0, 0, 0, 0),
(5713, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(5713, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(5713, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(5713, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(5713, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(5713, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(5713, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(5713, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(5713, 'stage/sql/starting', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(5713, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(5713, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(5713, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(5713, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(5713, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(5713, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(5713, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(5713, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(5713, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(5713, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(5713, 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `events_stages_summary_by_user_by_event_name`
--

CREATE TABLE `events_stages_summary_by_user_by_event_name` (
  `USER` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_stages_summary_by_user_by_event_name`
--

INSERT INTO `events_stages_summary_by_user_by_event_name` (`USER`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(NULL, 'stage/sql/After create', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/altering table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Changing master', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/closing tables', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/creating table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/end', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/executing', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/explaining', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/freeing items', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/got old table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/init', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/insert', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/manage keys', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/optimizing', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/preparing', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/query end', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/rename', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/rename result table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/reschedule', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Sending data', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/setup', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/statistics', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/System lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/update', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/updating', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/updating main table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/User sleep', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/verifying table', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Suspending', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/starting', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
(NULL, 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/User lock', 0, 0, 0, 0, 0),
(NULL, 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
(NULL, 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
(NULL, 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
(NULL, 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
(NULL, 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
(NULL, 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
(NULL, 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
(NULL, 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
(NULL, 'stage/innodb/buffer pool load', 1, 145739580000, 145739580000, 145739580000, 145739580000),
('root', 'stage/sql/After create', 0, 0, 0, 0, 0),
('root', 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
('root', 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('root', 'stage/sql/altering table', 0, 0, 0, 0, 0),
('root', 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
('root', 'stage/sql/Changing master', 0, 0, 0, 0, 0),
('root', 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
('root', 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
('root', 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('root', 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('root', 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
('root', 'stage/sql/closing tables', 0, 0, 0, 0, 0),
('root', 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('root', 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('root', 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('root', 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('root', 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('root', 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('root', 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('root', 'stage/sql/creating table', 0, 0, 0, 0, 0),
('root', 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('root', 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('root', 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('root', 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('root', 'stage/sql/end', 0, 0, 0, 0, 0),
('root', 'stage/sql/executing', 0, 0, 0, 0, 0),
('root', 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('root', 'stage/sql/explaining', 0, 0, 0, 0, 0),
('root', 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('root', 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('root', 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('root', 'stage/sql/freeing items', 0, 0, 0, 0, 0),
('root', 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('root', 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
('root', 'stage/sql/got old table', 0, 0, 0, 0, 0),
('root', 'stage/sql/init', 0, 0, 0, 0, 0),
('root', 'stage/sql/insert', 0, 0, 0, 0, 0),
('root', 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('root', 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('root', 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
('root', 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
('root', 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('root', 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('root', 'stage/sql/manage keys', 0, 0, 0, 0, 0),
('root', 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('root', 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
('root', 'stage/sql/optimizing', 0, 0, 0, 0, 0),
('root', 'stage/sql/preparing', 0, 0, 0, 0, 0),
('root', 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('root', 'stage/sql/query end', 0, 0, 0, 0, 0),
('root', 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('root', 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('root', 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('root', 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('root', 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('root', 'stage/sql/rename', 0, 0, 0, 0, 0),
('root', 'stage/sql/rename result table', 0, 0, 0, 0, 0),
('root', 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('root', 'stage/sql/reschedule', 0, 0, 0, 0, 0),
('root', 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('root', 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('root', 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('root', 'stage/sql/Sending data', 0, 0, 0, 0, 0),
('root', 'stage/sql/setup', 0, 0, 0, 0, 0),
('root', 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('root', 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('root', 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('root', 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('root', 'stage/sql/statistics', 0, 0, 0, 0, 0),
('root', 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('root', 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('root', 'stage/sql/System lock', 0, 0, 0, 0, 0),
('root', 'stage/sql/update', 0, 0, 0, 0, 0),
('root', 'stage/sql/updating', 0, 0, 0, 0, 0),
('root', 'stage/sql/updating main table', 0, 0, 0, 0, 0),
('root', 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('root', 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('root', 'stage/sql/User sleep', 0, 0, 0, 0, 0),
('root', 'stage/sql/verifying table', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('root', 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('root', 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('root', 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('root', 'stage/sql/Suspending', 0, 0, 0, 0, 0),
('root', 'stage/sql/starting', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('root', 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('root', 'stage/sql/User lock', 0, 0, 0, 0, 0),
('root', 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('root', 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('root', 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
('root', 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('root', 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('root', 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('root', 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('root', 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('root', 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/After create', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/altering table', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Changing master', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/closing tables', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/creating table', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/end', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/executing', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/explaining', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/freeing items', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/got old table', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/init', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/insert', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/manage keys', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/optimizing', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/preparing', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/query end', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/rename', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/rename result table', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/reschedule', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Sending data', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/setup', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/statistics', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/System lock', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/update', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/updating', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/updating main table', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/User sleep', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/verifying table', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Suspending', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/starting', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('ambassador', 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/User lock', 0, 0, 0, 0, 0),
('ambassador', 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('ambassador', 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('ambassador', 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
('ambassador', 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('ambassador', 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('ambassador', 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('ambassador', 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('ambassador', 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('ambassador', 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/After create', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/altering table', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Changing master', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/closing tables', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/creating table', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/end', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/executing', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/explaining', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/freeing items', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/got old table', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/init', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/insert', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/manage keys', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/optimizing', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/preparing', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/query end', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/rename', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/rename result table', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/reschedule', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Sending data', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/setup', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/statistics', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/System lock', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/update', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/updating', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/updating main table', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/User sleep', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/verifying table', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Suspending', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/starting', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('5coisas', 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/User lock', 0, 0, 0, 0, 0),
('5coisas', 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('5coisas', 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('5coisas', 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
('5coisas', 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('5coisas', 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('5coisas', 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('5coisas', 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('5coisas', 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('5coisas', 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/After create', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/altering table', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Changing master', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/closing tables', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/creating table', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/end', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/executing', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/explaining', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/freeing items', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/got old table', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/init', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/insert', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/manage keys', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/optimizing', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/preparing', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/query end', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/rename', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/rename result table', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/reschedule', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Sending data', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/setup', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/statistics', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/System lock', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/update', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/updating', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/updating main table', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/User sleep', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/verifying table', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Suspending', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/starting', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('cbx', 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/User lock', 0, 0, 0, 0, 0),
('cbx', 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('cbx', 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('cbx', 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
('cbx', 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('cbx', 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('cbx', 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('cbx', 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('cbx', 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('cbx', 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
('forge', 'stage/sql/After create', 0, 0, 0, 0, 0),
('forge', 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
('forge', 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('forge', 'stage/sql/altering table', 0, 0, 0, 0, 0),
('forge', 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Changing master', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
('forge', 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
('forge', 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('forge', 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('forge', 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
('forge', 'stage/sql/closing tables', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('forge', 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('forge', 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('forge', 'stage/sql/creating table', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('forge', 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('forge', 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('forge', 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('forge', 'stage/sql/end', 0, 0, 0, 0, 0),
('forge', 'stage/sql/executing', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('forge', 'stage/sql/explaining', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('forge', 'stage/sql/freeing items', 0, 0, 0, 0, 0),
('forge', 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('forge', 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
('forge', 'stage/sql/got old table', 0, 0, 0, 0, 0),
('forge', 'stage/sql/init', 0, 0, 0, 0, 0),
('forge', 'stage/sql/insert', 0, 0, 0, 0, 0),
('forge', 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('forge', 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
('forge', 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('forge', 'stage/sql/manage keys', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
('forge', 'stage/sql/optimizing', 0, 0, 0, 0, 0),
('forge', 'stage/sql/preparing', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('forge', 'stage/sql/query end', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('forge', 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('forge', 'stage/sql/rename', 0, 0, 0, 0, 0),
('forge', 'stage/sql/rename result table', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('forge', 'stage/sql/reschedule', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('forge', 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Sending data', 0, 0, 0, 0, 0),
('forge', 'stage/sql/setup', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('forge', 'stage/sql/statistics', 0, 0, 0, 0, 0),
('forge', 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('forge', 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('forge', 'stage/sql/System lock', 0, 0, 0, 0, 0),
('forge', 'stage/sql/update', 0, 0, 0, 0, 0),
('forge', 'stage/sql/updating', 0, 0, 0, 0, 0),
('forge', 'stage/sql/updating main table', 0, 0, 0, 0, 0),
('forge', 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('forge', 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('forge', 'stage/sql/User sleep', 0, 0, 0, 0, 0),
('forge', 'stage/sql/verifying table', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('forge', 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('forge', 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('forge', 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Suspending', 0, 0, 0, 0, 0),
('forge', 'stage/sql/starting', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('forge', 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('forge', 'stage/sql/User lock', 0, 0, 0, 0, 0),
('forge', 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('forge', 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('forge', 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
('forge', 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('forge', 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('forge', 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('forge', 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('forge', 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('forge', 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/After create', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/altering table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0);
INSERT INTO `events_stages_summary_by_user_by_event_name` (`USER`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('debian-sys-maint', 'stage/sql/Changing master', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/closing tables', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/creating table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/end', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/executing', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/explaining', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/freeing items', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/got old table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/init', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/insert', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/manage keys', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/optimizing', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/preparing', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/query end', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/rename', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/rename result table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/reschedule', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Sending data', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/setup', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/statistics', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/System lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/update', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/updating', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/updating main table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/User sleep', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/verifying table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Suspending', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/starting', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/User lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('debian-sys-maint', 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/After create', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/allocating local table', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/altering table', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Changing master', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Checking master version', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/checking permissions', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/cleaning up', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/closing tables', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/creating table', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/end', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/executing', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/explaining', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/freeing items', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/got handler lock', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/got old table', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/init', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/insert', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Killing slave', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/logging slow query', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/manage keys', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Opening tables', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/optimizing', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/preparing', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/query end', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/rename', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/rename result table', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/reschedule', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Sending data', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/setup', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Sorting result', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/statistics', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/System lock', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/update', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/updating', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/updating main table', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/User sleep', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/verifying table', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Suspending', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/starting', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('beliv', 'stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/User lock', 0, 0, 0, 0, 0),
('beliv', 'stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('beliv', 'stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('beliv', 'stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
('beliv', 'stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('beliv', 'stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('beliv', 'stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('beliv', 'stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('beliv', 'stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('beliv', 'stage/innodb/buffer pool load', 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `events_stages_summary_global_by_event_name`
--

CREATE TABLE `events_stages_summary_global_by_event_name` (
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_stages_summary_global_by_event_name`
--

INSERT INTO `events_stages_summary_global_by_event_name` (`EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('stage/sql/After create', 0, 0, 0, 0, 0),
('stage/sql/allocating local table', 0, 0, 0, 0, 0),
('stage/sql/preparing for alter table', 0, 0, 0, 0, 0),
('stage/sql/altering table', 0, 0, 0, 0, 0),
('stage/sql/committing alter table to storage engine', 0, 0, 0, 0, 0),
('stage/sql/Changing master', 0, 0, 0, 0, 0),
('stage/sql/Checking master version', 0, 0, 0, 0, 0),
('stage/sql/checking permissions', 0, 0, 0, 0, 0),
('stage/sql/checking privileges on cached query', 0, 0, 0, 0, 0),
('stage/sql/checking query cache for query', 0, 0, 0, 0, 0),
('stage/sql/cleaning up', 0, 0, 0, 0, 0),
('stage/sql/closing tables', 0, 0, 0, 0, 0),
('stage/sql/Compressing gtid_executed table', 0, 0, 0, 0, 0),
('stage/sql/Connecting to master', 0, 0, 0, 0, 0),
('stage/sql/converting HEAP to ondisk', 0, 0, 0, 0, 0),
('stage/sql/Copying to group table', 0, 0, 0, 0, 0),
('stage/sql/Copying to tmp table', 0, 0, 0, 0, 0),
('stage/sql/copy to tmp table', 0, 0, 0, 0, 0),
('stage/sql/Creating sort index', 0, 0, 0, 0, 0),
('stage/sql/creating table', 0, 0, 0, 0, 0),
('stage/sql/Creating tmp table', 0, 0, 0, 0, 0),
('stage/sql/deleting from main table', 0, 0, 0, 0, 0),
('stage/sql/deleting from reference tables', 0, 0, 0, 0, 0),
('stage/sql/discard_or_import_tablespace', 0, 0, 0, 0, 0),
('stage/sql/end', 0, 0, 0, 0, 0),
('stage/sql/executing', 0, 0, 0, 0, 0),
('stage/sql/Execution of init_command', 0, 0, 0, 0, 0),
('stage/sql/explaining', 0, 0, 0, 0, 0),
('stage/sql/Finished reading one binlog; switching to next binlog', 0, 0, 0, 0, 0),
('stage/sql/Flushing relay log and master info repository.', 0, 0, 0, 0, 0),
('stage/sql/Flushing relay-log info file.', 0, 0, 0, 0, 0),
('stage/sql/freeing items', 0, 0, 0, 0, 0),
('stage/sql/FULLTEXT initialization', 0, 0, 0, 0, 0),
('stage/sql/got handler lock', 0, 0, 0, 0, 0),
('stage/sql/got old table', 0, 0, 0, 0, 0),
('stage/sql/init', 0, 0, 0, 0, 0),
('stage/sql/insert', 0, 0, 0, 0, 0),
('stage/sql/invalidating query cache entries (table)', 0, 0, 0, 0, 0),
('stage/sql/invalidating query cache entries (table list)', 0, 0, 0, 0, 0),
('stage/sql/Killing slave', 0, 0, 0, 0, 0),
('stage/sql/logging slow query', 0, 0, 0, 0, 0),
('stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 0, 0, 0, 0, 0),
('stage/sql/manage keys', 0, 0, 0, 0, 0),
('stage/sql/Master has sent all binlog to slave; waiting for more updates', 0, 0, 0, 0, 0),
('stage/sql/Opening tables', 0, 0, 0, 0, 0),
('stage/sql/optimizing', 0, 0, 0, 0, 0),
('stage/sql/preparing', 0, 0, 0, 0, 0),
('stage/sql/Purging old relay logs', 0, 0, 0, 0, 0),
('stage/sql/query end', 0, 0, 0, 0, 0),
('stage/sql/Queueing master event to the relay log', 0, 0, 0, 0, 0),
('stage/sql/Reading event from the relay log', 0, 0, 0, 0, 0),
('stage/sql/Registering slave on master', 0, 0, 0, 0, 0),
('stage/sql/Removing duplicates', 0, 0, 0, 0, 0),
('stage/sql/removing tmp table', 0, 0, 0, 0, 0),
('stage/sql/rename', 0, 0, 0, 0, 0),
('stage/sql/rename result table', 0, 0, 0, 0, 0),
('stage/sql/Requesting binlog dump', 0, 0, 0, 0, 0),
('stage/sql/reschedule', 0, 0, 0, 0, 0),
('stage/sql/Searching rows for update', 0, 0, 0, 0, 0),
('stage/sql/Sending binlog event to slave', 0, 0, 0, 0, 0),
('stage/sql/sending cached result to client', 0, 0, 0, 0, 0),
('stage/sql/Sending data', 0, 0, 0, 0, 0),
('stage/sql/setup', 0, 0, 0, 0, 0),
('stage/sql/Slave has read all relay log; waiting for more updates', 0, 0, 0, 0, 0),
('stage/sql/Waiting for an event from Coordinator', 0, 0, 0, 0, 0),
('stage/sql/Waiting for slave workers to process their queues', 0, 0, 0, 0, 0),
('stage/sql/Waiting for Slave Worker queue', 0, 0, 0, 0, 0),
('stage/sql/Waiting for Slave Workers to free pending events', 0, 0, 0, 0, 0),
('stage/sql/Waiting for Slave Worker to release partition', 0, 0, 0, 0, 0),
('stage/sql/Waiting for workers to exit', 0, 0, 0, 0, 0),
('stage/sql/Sorting for group', 0, 0, 0, 0, 0),
('stage/sql/Sorting for order', 0, 0, 0, 0, 0),
('stage/sql/Sorting result', 0, 0, 0, 0, 0),
('stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 0, 0, 0, 0, 0),
('stage/sql/statistics', 0, 0, 0, 0, 0),
('stage/sql/storing result in query cache', 0, 0, 0, 0, 0),
('stage/sql/storing row into queue', 0, 0, 0, 0, 0),
('stage/sql/System lock', 0, 0, 0, 0, 0),
('stage/sql/update', 0, 0, 0, 0, 0),
('stage/sql/updating', 0, 0, 0, 0, 0),
('stage/sql/updating main table', 0, 0, 0, 0, 0),
('stage/sql/updating reference tables', 0, 0, 0, 0, 0),
('stage/sql/upgrading lock', 0, 0, 0, 0, 0),
('stage/sql/User sleep', 0, 0, 0, 0, 0),
('stage/sql/verifying table', 0, 0, 0, 0, 0),
('stage/sql/Waiting for GTID to be committed', 0, 0, 0, 0, 0),
('stage/sql/waiting for handler insert', 0, 0, 0, 0, 0),
('stage/sql/waiting for handler lock', 0, 0, 0, 0, 0),
('stage/sql/waiting for handler open', 0, 0, 0, 0, 0),
('stage/sql/Waiting for INSERT', 0, 0, 0, 0, 0),
('stage/sql/Waiting for master to send event', 0, 0, 0, 0, 0),
('stage/sql/Waiting for master update', 0, 0, 0, 0, 0),
('stage/sql/Waiting for the slave SQL thread to free enough relay log space', 0, 0, 0, 0, 0),
('stage/sql/Waiting for slave mutex on exit', 0, 0, 0, 0, 0),
('stage/sql/Waiting for slave thread to start', 0, 0, 0, 0, 0),
('stage/sql/Waiting for table flush', 0, 0, 0, 0, 0),
('stage/sql/Waiting for query cache lock', 0, 0, 0, 0, 0),
('stage/sql/Waiting for the next event in relay log', 0, 0, 0, 0, 0),
('stage/sql/Waiting for the slave SQL thread to advance position', 0, 0, 0, 0, 0),
('stage/sql/Waiting to finalize termination', 0, 0, 0, 0, 0),
('stage/sql/Waiting for preceding transaction to commit', 0, 0, 0, 0, 0),
('stage/sql/Waiting for dependent transaction to commit', 0, 0, 0, 0, 0),
('stage/sql/Suspending', 0, 0, 0, 0, 0),
('stage/sql/starting', 0, 0, 0, 0, 0),
('stage/sql/Waiting for no channel reference.', 0, 0, 0, 0, 0),
('stage/mysys/Waiting for table level lock', 0, 0, 0, 0, 0),
('stage/sql/Waiting on empty queue', 0, 0, 0, 0, 0),
('stage/sql/Waiting for next activation', 0, 0, 0, 0, 0),
('stage/sql/Waiting for the scheduler to stop', 0, 0, 0, 0, 0),
('stage/sql/Waiting for global read lock', 0, 0, 0, 0, 0),
('stage/sql/Waiting for tablespace metadata lock', 0, 0, 0, 0, 0),
('stage/sql/Waiting for schema metadata lock', 0, 0, 0, 0, 0),
('stage/sql/Waiting for table metadata lock', 0, 0, 0, 0, 0),
('stage/sql/Waiting for stored function metadata lock', 0, 0, 0, 0, 0),
('stage/sql/Waiting for stored procedure metadata lock', 0, 0, 0, 0, 0),
('stage/sql/Waiting for trigger metadata lock', 0, 0, 0, 0, 0),
('stage/sql/Waiting for event metadata lock', 0, 0, 0, 0, 0),
('stage/sql/Waiting for commit lock', 0, 0, 0, 0, 0),
('stage/sql/User lock', 0, 0, 0, 0, 0),
('stage/sql/Waiting for locking service lock', 0, 0, 0, 0, 0),
('stage/innodb/alter table (end)', 0, 0, 0, 0, 0),
('stage/innodb/alter table (flush)', 0, 0, 0, 0, 0),
('stage/innodb/alter table (insert)', 0, 0, 0, 0, 0),
('stage/innodb/alter table (log apply index)', 0, 0, 0, 0, 0),
('stage/innodb/alter table (log apply table)', 0, 0, 0, 0, 0),
('stage/innodb/alter table (merge sort)', 0, 0, 0, 0, 0),
('stage/innodb/alter table (read PK and internal sort)', 0, 0, 0, 0, 0),
('stage/innodb/buffer pool load', 1, 145739580000, 145739580000, 145739580000, 145739580000);

-- --------------------------------------------------------

--
-- Table structure for table `events_statements_current`
--

CREATE TABLE `events_statements_current` (
  `THREAD_ID` bigint(20) UNSIGNED NOT NULL,
  `EVENT_ID` bigint(20) UNSIGNED NOT NULL,
  `END_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `SOURCE` varchar(64) DEFAULT NULL,
  `TIMER_START` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_END` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_WAIT` bigint(20) UNSIGNED DEFAULT NULL,
  `LOCK_TIME` bigint(20) UNSIGNED NOT NULL,
  `SQL_TEXT` longtext,
  `DIGEST` varchar(32) DEFAULT NULL,
  `DIGEST_TEXT` longtext,
  `CURRENT_SCHEMA` varchar(64) DEFAULT NULL,
  `OBJECT_TYPE` varchar(64) DEFAULT NULL,
  `OBJECT_SCHEMA` varchar(64) DEFAULT NULL,
  `OBJECT_NAME` varchar(64) DEFAULT NULL,
  `OBJECT_INSTANCE_BEGIN` bigint(20) UNSIGNED DEFAULT NULL,
  `MYSQL_ERRNO` int(11) DEFAULT NULL,
  `RETURNED_SQLSTATE` varchar(5) DEFAULT NULL,
  `MESSAGE_TEXT` varchar(128) DEFAULT NULL,
  `ERRORS` bigint(20) UNSIGNED NOT NULL,
  `WARNINGS` bigint(20) UNSIGNED NOT NULL,
  `ROWS_AFFECTED` bigint(20) UNSIGNED NOT NULL,
  `ROWS_SENT` bigint(20) UNSIGNED NOT NULL,
  `ROWS_EXAMINED` bigint(20) UNSIGNED NOT NULL,
  `CREATED_TMP_DISK_TABLES` bigint(20) UNSIGNED NOT NULL,
  `CREATED_TMP_TABLES` bigint(20) UNSIGNED NOT NULL,
  `SELECT_FULL_JOIN` bigint(20) UNSIGNED NOT NULL,
  `SELECT_FULL_RANGE_JOIN` bigint(20) UNSIGNED NOT NULL,
  `SELECT_RANGE` bigint(20) UNSIGNED NOT NULL,
  `SELECT_RANGE_CHECK` bigint(20) UNSIGNED NOT NULL,
  `SELECT_SCAN` bigint(20) UNSIGNED NOT NULL,
  `SORT_MERGE_PASSES` bigint(20) UNSIGNED NOT NULL,
  `SORT_RANGE` bigint(20) UNSIGNED NOT NULL,
  `SORT_ROWS` bigint(20) UNSIGNED NOT NULL,
  `SORT_SCAN` bigint(20) UNSIGNED NOT NULL,
  `NO_INDEX_USED` bigint(20) UNSIGNED NOT NULL,
  `NO_GOOD_INDEX_USED` bigint(20) UNSIGNED NOT NULL,
  `NESTING_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `NESTING_EVENT_TYPE` enum('TRANSACTION','STATEMENT','STAGE','WAIT') DEFAULT NULL,
  `NESTING_EVENT_LEVEL` int(11) DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_statements_current`
--

INSERT INTO `events_statements_current` (`THREAD_ID`, `EVENT_ID`, `END_EVENT_ID`, `EVENT_NAME`, `SOURCE`, `TIMER_START`, `TIMER_END`, `TIMER_WAIT`, `LOCK_TIME`, `SQL_TEXT`, `DIGEST`, `DIGEST_TEXT`, `CURRENT_SCHEMA`, `OBJECT_TYPE`, `OBJECT_SCHEMA`, `OBJECT_NAME`, `OBJECT_INSTANCE_BEGIN`, `MYSQL_ERRNO`, `RETURNED_SQLSTATE`, `MESSAGE_TEXT`, `ERRORS`, `WARNINGS`, `ROWS_AFFECTED`, `ROWS_SENT`, `ROWS_EXAMINED`, `CREATED_TMP_DISK_TABLES`, `CREATED_TMP_TABLES`, `SELECT_FULL_JOIN`, `SELECT_FULL_RANGE_JOIN`, `SELECT_RANGE`, `SELECT_RANGE_CHECK`, `SELECT_SCAN`, `SORT_MERGE_PASSES`, `SORT_RANGE`, `SORT_ROWS`, `SORT_SCAN`, `NO_INDEX_USED`, `NO_GOOD_INDEX_USED`, `NESTING_EVENT_ID`, `NESTING_EVENT_TYPE`, `NESTING_EVENT_LEVEL`) VALUES
(6037, 12, 12, 'statement/sql/commit', '', 53467457898424000, 53467457929604000, 31180000, 0, 'COMMIT', '98bf18ef8a1606965a0f2ff85fa992a3', 'COMMIT ', 'ambassador', NULL, NULL, NULL, NULL, 0, '00000', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(6044, 98, NULL, 'statement/sql/select', '', 53472087371549000, 53472092738268000, 5366719000, 97000000, 'SELECT `THREAD_ID`, `EVENT_ID`, `END_EVENT_ID`, `EVENT_NAME`, `SOURCE`, `TIMER_START`, `TIMER_END`, `TIMER_WAIT`, `LOCK_TIME`, `SQL_TEXT`, `DIGEST`, `DIGEST_TEXT`, `CURRENT_SCHEMA`, `OBJECT_TYPE`, `OBJECT_SCHEMA`, `OBJECT_NAME`, `OBJECT_INSTANCE_BEGIN`, `MYSQL_ERRNO`, `RETURNED_SQLSTATE`, `MESSAGE_TEXT`, `ERRORS`, `WARNINGS`, `ROWS_AFFECTED`, `ROWS_SENT`, `ROWS_EXAMINED`, `CREATED_TMP_DISK_TABLES`, `CREATED_TMP_TABLES`, `SELECT_FULL_JOIN`, `SELECT_FULL_RANGE_JOIN`, `SELECT_RANGE`, `SELECT_RANGE_CHECK`, `SELECT_SCAN`, `SORT_MERGE_PASSES`, `SORT_RANGE`, `SORT_ROWS`, `SORT_SCAN`, `NO_INDEX_USED`, `NO_GOOD_INDEX_USED`, `NESTING_EVENT_ID`, `NESTING_EVENT_TYPE`, `NESTING_EVENT_LEVEL` FROM `performance_schema`.`events_statements_current`', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(6045, 1, 1, 'statement/sql/show_tables', '', 53471879699579000, 53471880150939000, 451360000, 80000000, 'SHOW TABLES FROM `performance_schema`', 'cc6cddff75c4e83f3e4b4d26669b90e2', 'SHOW TABLES FROM `performance_schema` ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 87, 87, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5695, 12, 12, 'statement/sql/show_databases', '', 53125647493567000, 53125648483698000, 990131000, 128000000, 'SHOW DATABASES', '6d711d488f3ed491a0d7610aa0d65038', 'SHOW SCHEMAS ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 35, 35, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5696, 23, 23, 'statement/sql/show_variables', '', 53126773442127000, 53126775629260000, 2187133000, 181000000, 'SHOW SESSION VARIABLES LIKE \'interactive_timeout\'', 'e0aaf62b3385f5267d53c61eea2bdffc', 'SHOW SESSION VARIABLES LIKE ? ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 1, 1026, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5712, 11, 11, 'statement/sql/show_tables', '', 53276352886301000, 53276359753145000, 6866844000, 133000000, 'SHOW FULL TABLES FROM `5coisas`', '9e525243a51d7fedac6a08eb296f4001', 'SHOW FULL TABLES FROM `5coisas` ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 11, 11, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5713, 65, 65, 'statement/sql/show_status', '', 53469721024544000, 53469722310054000, 1285510000, 151000000, 'SHOW GLOBAL STATUS', '011da6fa0d4fdfe1518ad83484e620e1', 'SHOW GLOBAL STATUS ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 353, 706, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0);

-- --------------------------------------------------------

--
-- Table structure for table `events_statements_history`
--

CREATE TABLE `events_statements_history` (
  `THREAD_ID` bigint(20) UNSIGNED NOT NULL,
  `EVENT_ID` bigint(20) UNSIGNED NOT NULL,
  `END_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `SOURCE` varchar(64) DEFAULT NULL,
  `TIMER_START` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_END` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_WAIT` bigint(20) UNSIGNED DEFAULT NULL,
  `LOCK_TIME` bigint(20) UNSIGNED NOT NULL,
  `SQL_TEXT` longtext,
  `DIGEST` varchar(32) DEFAULT NULL,
  `DIGEST_TEXT` longtext,
  `CURRENT_SCHEMA` varchar(64) DEFAULT NULL,
  `OBJECT_TYPE` varchar(64) DEFAULT NULL,
  `OBJECT_SCHEMA` varchar(64) DEFAULT NULL,
  `OBJECT_NAME` varchar(64) DEFAULT NULL,
  `OBJECT_INSTANCE_BEGIN` bigint(20) UNSIGNED DEFAULT NULL,
  `MYSQL_ERRNO` int(11) DEFAULT NULL,
  `RETURNED_SQLSTATE` varchar(5) DEFAULT NULL,
  `MESSAGE_TEXT` varchar(128) DEFAULT NULL,
  `ERRORS` bigint(20) UNSIGNED NOT NULL,
  `WARNINGS` bigint(20) UNSIGNED NOT NULL,
  `ROWS_AFFECTED` bigint(20) UNSIGNED NOT NULL,
  `ROWS_SENT` bigint(20) UNSIGNED NOT NULL,
  `ROWS_EXAMINED` bigint(20) UNSIGNED NOT NULL,
  `CREATED_TMP_DISK_TABLES` bigint(20) UNSIGNED NOT NULL,
  `CREATED_TMP_TABLES` bigint(20) UNSIGNED NOT NULL,
  `SELECT_FULL_JOIN` bigint(20) UNSIGNED NOT NULL,
  `SELECT_FULL_RANGE_JOIN` bigint(20) UNSIGNED NOT NULL,
  `SELECT_RANGE` bigint(20) UNSIGNED NOT NULL,
  `SELECT_RANGE_CHECK` bigint(20) UNSIGNED NOT NULL,
  `SELECT_SCAN` bigint(20) UNSIGNED NOT NULL,
  `SORT_MERGE_PASSES` bigint(20) UNSIGNED NOT NULL,
  `SORT_RANGE` bigint(20) UNSIGNED NOT NULL,
  `SORT_ROWS` bigint(20) UNSIGNED NOT NULL,
  `SORT_SCAN` bigint(20) UNSIGNED NOT NULL,
  `NO_INDEX_USED` bigint(20) UNSIGNED NOT NULL,
  `NO_GOOD_INDEX_USED` bigint(20) UNSIGNED NOT NULL,
  `NESTING_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `NESTING_EVENT_TYPE` enum('TRANSACTION','STATEMENT','STAGE','WAIT') DEFAULT NULL,
  `NESTING_EVENT_LEVEL` int(11) DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_statements_history`
--

INSERT INTO `events_statements_history` (`THREAD_ID`, `EVENT_ID`, `END_EVENT_ID`, `EVENT_NAME`, `SOURCE`, `TIMER_START`, `TIMER_END`, `TIMER_WAIT`, `LOCK_TIME`, `SQL_TEXT`, `DIGEST`, `DIGEST_TEXT`, `CURRENT_SCHEMA`, `OBJECT_TYPE`, `OBJECT_SCHEMA`, `OBJECT_NAME`, `OBJECT_INSTANCE_BEGIN`, `MYSQL_ERRNO`, `RETURNED_SQLSTATE`, `MESSAGE_TEXT`, `ERRORS`, `WARNINGS`, `ROWS_AFFECTED`, `ROWS_SENT`, `ROWS_EXAMINED`, `CREATED_TMP_DISK_TABLES`, `CREATED_TMP_TABLES`, `SELECT_FULL_JOIN`, `SELECT_FULL_RANGE_JOIN`, `SELECT_RANGE`, `SELECT_RANGE_CHECK`, `SELECT_SCAN`, `SORT_MERGE_PASSES`, `SORT_RANGE`, `SORT_ROWS`, `SORT_SCAN`, `NO_INDEX_USED`, `NO_GOOD_INDEX_USED`, `NESTING_EVENT_ID`, `NESTING_EVENT_TYPE`, `NESTING_EVENT_LEVEL`) VALUES
(6037, 11, 11, 'statement/com/Close stmt', '', 53467457712609000, 53467457724695000, 12086000, 0, NULL, NULL, NULL, 'ambassador', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(6037, 12, 12, 'statement/sql/commit', '', 53467457898424000, 53467457929604000, 31180000, 0, 'COMMIT', '98bf18ef8a1606965a0f2ff85fa992a3', 'COMMIT ', 'ambassador', NULL, NULL, NULL, NULL, 0, '00000', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(6037, 3, 3, 'statement/com/Execute', '', 53467453451796000, 53467453469682000, 17886000, 0, NULL, NULL, NULL, 'ambassador', NULL, NULL, NULL, NULL, 0, '00000', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(6037, 4, 4, 'statement/com/Close stmt', '', 53467453497867000, 53467453516365000, 18498000, 0, NULL, NULL, NULL, 'ambassador', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(6037, 5, 5, 'statement/com/Prepare', '', 53467453545249000, 53467453578614000, 33365000, 0, NULL, NULL, NULL, 'ambassador', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(6037, 6, 6, 'statement/com/Execute', '', 53467453608242000, 53467453629317000, 21075000, 0, NULL, NULL, NULL, 'ambassador', NULL, NULL, NULL, NULL, 0, '00000', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(6037, 7, 7, 'statement/com/Close stmt', '', 53467453655303000, 53467453661478000, 6175000, 0, NULL, NULL, NULL, 'ambassador', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(6037, 8, 8, 'statement/sql/begin', '', 53467453724257000, 53467453755328000, 31071000, 0, 'START TRANSACTION', 'f99d74f5a8affd0fe53913a43b072815', 'START TRANSACTION ', 'ambassador', NULL, NULL, NULL, NULL, 0, '00000', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(6037, 9, 9, 'statement/com/Prepare', '', 53467456998127000, 53467457248778000, 250651000, 0, NULL, NULL, NULL, 'ambassador', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(6037, 10, 10, 'statement/com/Execute', '', 53467457435969000, 53467457644467000, 208498000, 40000000, NULL, NULL, NULL, 'ambassador', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(6044, 101, 101, 'statement/sql/show_table_status', '', 53472097747347000, 53472098152359000, 405012000, 73000000, 'SHOW TABLE STATUS FROM `performance_schema` WHERE Name = \'events_statements_history\'', '9c7fa6500f76c51401131d7c0f9de897', 'SHOW TABLE STATUS FROM `performance_schema` WHERE NAME = ? ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(6044, 102, 102, 'statement/sql/set_option', '', 53472098163773000, 53472098261991000, 98218000, 0, 'SET SQL_QUOTE_SHOW_CREATE = 1', 'aafa1bbcdb4c76b5f7cd9dfcea55bee8', 'SET `SQL_QUOTE_SHOW_CREATE` = ? ', NULL, NULL, NULL, NULL, NULL, 0, '00000', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(6044, 103, 103, 'statement/sql/show_create_table', '', 53472098282125000, 53472102936339000, 4654214000, 0, 'SHOW CREATE TABLE `performance_schema`.`events_statements_history`', 'ea840f0888abf940dd299a2ce1bda6aa', 'SHOW CREATE TABLE `performance_schema` . `events_statements_history` ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(6044, 104, 104, 'statement/sql/show_fields', '', 53472109767547000, 53472110200302000, 432755000, 136000000, 'SHOW COLUMNS FROM `performance_schema`.`events_statements_history`', 'b79e355c5d5ff3ede58bacd51a7fce1a', 'SHOW FIELDS FROM `performance_schema` . `events_statements_history` ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 41, 41, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(6044, 105, 105, 'statement/sql/select', '', 53472110394726000, 53472112636085000, 2241359000, 127000000, 'SELECT *,\n                `TABLE_SCHEMA`       AS `Db`,\n                `TABLE_NAME`         AS `Name`,\n                `TABLE_TYPE`         AS `TABLE_TYPE`,\n                `ENGINE`             AS `Engine`,\n                `ENGINE`             AS `Type`,\n                `VERSION`            AS `Version`,\n                `ROW_FORMAT`         AS `Row_format`,\n                `TABLE_ROWS`         AS `Rows`,\n                `AVG_ROW_LENGTH`     AS `Avg_row_length`,\n                `DATA_LENGTH`        AS `Data_length`,\n                `MAX_DATA_LENGTH`    AS `Max_data_length`,\n                `INDEX_LENGTH`       AS `Index_length`,\n                `DATA_FREE`          AS `Data_free`,\n                `AUTO_INCREMENT`     AS `Auto_increment`,\n                `CREATE_TIME`        AS `Create_time`,\n                `UPDATE_TIME`        AS `Update_time`,\n                `CHECK_TIME`         AS `Check_time`,\n                `TABLE_COLLATION`    AS `Collation`,\n                `CHECKSUM`           AS `Checksum`,\n    ...', '248f9b28c5310c64edb27aef209a2dce', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) AND `t` . `TABLE_NAME` COLLATE `utf8_bin` = ? ORDER BY NAME ASC ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 1, 2, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, NULL, NULL, 0),
(6044, 96, 96, 'statement/sql/show_fields', '', 53472084178129000, 53472084628072000, 449943000, 146000000, 'SHOW COLUMNS FROM `performance_schema`.`events_statements_current`', 'cfa47de859a48eb7f3cb64d17ca44130', 'SHOW FIELDS FROM `performance_schema` . `events_statements_current` ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 41, 41, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(6044, 97, 97, 'statement/sql/select', '', 53472084830954000, 53472087229221000, 2398267000, 155000000, 'SELECT *,\n                `TABLE_SCHEMA`       AS `Db`,\n                `TABLE_NAME`         AS `Name`,\n                `TABLE_TYPE`         AS `TABLE_TYPE`,\n                `ENGINE`             AS `Engine`,\n                `ENGINE`             AS `Type`,\n                `VERSION`            AS `Version`,\n                `ROW_FORMAT`         AS `Row_format`,\n                `TABLE_ROWS`         AS `Rows`,\n                `AVG_ROW_LENGTH`     AS `Avg_row_length`,\n                `DATA_LENGTH`        AS `Data_length`,\n                `MAX_DATA_LENGTH`    AS `Max_data_length`,\n                `INDEX_LENGTH`       AS `Index_length`,\n                `DATA_FREE`          AS `Data_free`,\n                `AUTO_INCREMENT`     AS `Auto_increment`,\n                `CREATE_TIME`        AS `Create_time`,\n                `UPDATE_TIME`        AS `Update_time`,\n                `CHECK_TIME`         AS `Check_time`,\n                `TABLE_COLLATION`    AS `Collation`,\n                `CHECKSUM`           AS `Checksum`,\n    ...', '248f9b28c5310c64edb27aef209a2dce', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) AND `t` . `TABLE_NAME` COLLATE `utf8_bin` = ? ORDER BY NAME ASC ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 1, 2, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, NULL, NULL, 0),
(6044, 98, 98, 'statement/sql/select', '', 53472087371549000, 53472092830329000, 5458780000, 97000000, 'SELECT `THREAD_ID`, `EVENT_ID`, `END_EVENT_ID`, `EVENT_NAME`, `SOURCE`, `TIMER_START`, `TIMER_END`, `TIMER_WAIT`, `LOCK_TIME`, `SQL_TEXT`, `DIGEST`, `DIGEST_TEXT`, `CURRENT_SCHEMA`, `OBJECT_TYPE`, `OBJECT_SCHEMA`, `OBJECT_NAME`, `OBJECT_INSTANCE_BEGIN`, `MYSQL_ERRNO`, `RETURNED_SQLSTATE`, `MESSAGE_TEXT`, `ERRORS`, `WARNINGS`, `ROWS_AFFECTED`, `ROWS_SENT`, `ROWS_EXAMINED`, `CREATED_TMP_DISK_TABLES`, `CREATED_TMP_TABLES`, `SELECT_FULL_JOIN`, `SELECT_FULL_RANGE_JOIN`, `SELECT_RANGE`, `SELECT_RANGE_CHECK`, `SELECT_SCAN`, `SORT_MERGE_PASSES`, `SORT_RANGE`, `SORT_ROWS`, `SORT_SCAN`, `NO_INDEX_USED`, `NO_GOOD_INDEX_USED`, `NESTING_EVENT_ID`, `NESTING_EVENT_TYPE`, `NESTING_EVENT_LEVEL` FROM `performance_schema`.`events_statements_current`', 'b18124f666dd108023f8dca66c17add4', 'SELECT `THREAD_ID` , `EVENT_ID` , `END_EVENT_ID` , `EVENT_NAME` , `SOURCE` , `TIMER_START` , `TIMER_END` , `TIMER_WAIT` , `LOCK_TIME` , `SQL_TEXT` , `DIGEST` , `DIGEST_TEXT` , `CURRENT_SCHEMA` , `OBJECT_TYPE` , `OBJECT_SCHEMA` , `OBJECT_NAME` , `OBJECT_INSTANCE_BEGIN` , `MYSQL_ERRNO` , `RETURNED_SQLSTATE` , `MESSAGE_TEXT` , `ERRORS` , `WARNINGS` , `ROWS_AFFECTED` , `ROWS_SENT` , `ROWS_EXAMINED` , `CREATED_TMP_DISK_TABLES` , `CREATED_TMP_TABLES` , `SELECT_FULL_JOIN` , `SELECT_FULL_RANGE_JOIN` , `SELECT_RANGE` , `SELECT_RANGE_CHECK` , `SELECT_SCAN` , `SORT_MERGE_PASSES` , `SORT_RANGE` , `SORT_ROWS` , `SORT_SCAN` , `NO_INDEX_USED` , `NO_GOOD_INDEX_USED` , `NESTING_EVENT_ID` , `NESTING_EVENT_TYPE` , `NESTING_EVENT_LEVEL` FROM `performance_schema` . `events_statements_current` ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 7, 7, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(6044, 99, 99, 'statement/sql/select', '', 53472093541879000, 53472097406230000, 3864351000, 180000000, 'SELECT TRIGGER_SCHEMA, TRIGGER_NAME, EVENT_MANIPULATION, EVENT_OBJECT_TABLE, ACTION_TIMING, ACTION_STATEMENT, EVENT_OBJECT_SCHEMA, EVENT_OBJECT_TABLE, DEFINER FROM information_schema.TRIGGERS WHERE EVENT_OBJECT_SCHEMA COLLATE utf8_bin= \'performance_schema\' AND EVENT_OBJECT_TABLE COLLATE utf8_bin = \'events_statements_current\'', '8063a139107ab6ceff29be9fb50811f9', 'SELECT `TRIGGER_SCHEMA` , `TRIGGER_NAME` , `EVENT_MANIPULATION` , `EVENT_OBJECT_TABLE` , `ACTION_TIMING` , `ACTION_STATEMENT` , `EVENT_OBJECT_SCHEMA` , `EVENT_OBJECT_TABLE` , DEFINER FROM `information_schema` . `TRIGGERS` WHERE `EVENT_OBJECT_SCHEMA` COLLATE `utf8_bin` = ? AND `EVENT_OBJECT_TABLE` COLLATE `utf8_bin` = ? ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(6044, 100, 100, 'statement/sql/select', '', 53472097419300000, 53472097736183000, 316883000, 135000000, 'SELECT TABLE_NAME\n            FROM information_schema.VIEWS\n            WHERE TABLE_SCHEMA = \'performance_schema\'\n                AND TABLE_NAME = \'events_statements_history\'', '1ffc186b9ee0e8ee6184fcee3f23d346', 'SELECT TABLE_NAME FROM `information_schema` . `VIEWS` WHERE `TABLE_SCHEMA` = ? AND TABLE_NAME = ? ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(6045, 1, 1, 'statement/sql/show_tables', '', 53471879699579000, 53471880150939000, 451360000, 80000000, 'SHOW TABLES FROM `performance_schema`', 'cc6cddff75c4e83f3e4b4d26669b90e2', 'SHOW TABLES FROM `performance_schema` ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 87, 87, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5695, 11, 11, 'statement/com/Ping', '', 53125483148260000, 53125483222342000, 74082000, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '00000', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(5695, 12, 12, 'statement/sql/show_databases', '', 53125647493567000, 53125648483698000, 990131000, 128000000, 'SHOW DATABASES', '6d711d488f3ed491a0d7610aa0d65038', 'SHOW SCHEMAS ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 35, 35, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5695, 3, 3, 'statement/sql/show_variables', '', 53119559912589000, 53119569906408000, 9993819000, 3893000000, 'SHOW SESSION VARIABLES LIKE \'lower_case_table_names\'', 'e0aaf62b3385f5267d53c61eea2bdffc', 'SHOW SESSION VARIABLES LIKE ? ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 1, 1026, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5695, 4, 4, 'statement/sql/select', '', 53119719090948000, 53119719939651000, 848703000, 0, 'SELECT current_user()', '733df3db2d5d5ffbee5335f5f21c3631', 'SELECT CURRENT_USER ( ) ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(5695, 5, 5, 'statement/sql/set_option', '', 53119891964420000, 53119892131117000, 166697000, 0, 'SET CHARACTER SET utf8', '8f9bccf02ce93b66846c356f1bf15841', 'SET CHARACTER SET `utf8` ', NULL, NULL, NULL, NULL, NULL, 0, '00000', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(5695, 6, 6, 'statement/sql/set_option', '', 53120049855597000, 53120049987689000, 132092000, 0, 'SET NAMES utf8', 'f74cafed6b96efee6394110572c7bbc4', 'SET NAMES `utf8` ', NULL, NULL, NULL, NULL, NULL, 0, '00000', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(5695, 7, 7, 'statement/sql/show_variables', '', 53120200794953000, 53120202738632000, 1943679000, 170000000, 'SHOW SESSION VARIABLES LIKE \'sql_mode\'', 'e0aaf62b3385f5267d53c61eea2bdffc', 'SHOW SESSION VARIABLES LIKE ? ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 1, 1026, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5695, 8, 8, 'statement/sql/select', '', 53120352914263000, 53120353066012000, 151749000, 0, 'SELECT CONNECTION_ID()', '26fa2c58fa7f327293372330b83c9061', 'SELECT `CONNECTION_ID` ( ) ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(5695, 9, 9, 'statement/sql/show_status', '', 53120530419607000, 53120532379679000, 1960072000, 640000000, 'SHOW SESSION STATUS LIKE \'Ssl_cipher\'', 'e5da211903c3356975214b7b7a602f91', 'SHOW SESSION STATUS LIKE ? ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 1, 712, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5695, 10, 10, 'statement/sql/set_option', '', 53120684801260000, 53120684937965000, 136705000, 0, 'set autocommit=1', 'f52fda80017bad1a1b84a333fca45444', 'SET `autocommit` = ? ', NULL, NULL, NULL, NULL, NULL, 0, '00000', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(5696, 21, 21, 'statement/sql/show_variables', '', 53126291071516000, 53126293725324000, 2653808000, 268000000, 'SHOW SESSION VARIABLES LIKE \'offline_mode\'', 'e0aaf62b3385f5267d53c61eea2bdffc', 'SHOW SESSION VARIABLES LIKE ? ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 1, 1026, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5696, 22, 22, 'statement/sql/show_variables', '', 53126626514199000, 53126628620186000, 2105987000, 234000000, 'SHOW SESSION VARIABLES LIKE \'wait_timeout\'', 'e0aaf62b3385f5267d53c61eea2bdffc', 'SHOW SESSION VARIABLES LIKE ? ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 1, 1026, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5696, 23, 23, 'statement/sql/show_variables', '', 53126773442127000, 53126775629260000, 2187133000, 181000000, 'SHOW SESSION VARIABLES LIKE \'interactive_timeout\'', 'e0aaf62b3385f5267d53c61eea2bdffc', 'SHOW SESSION VARIABLES LIKE ? ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 1, 1026, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5696, 14, 14, 'statement/sql/select', '', 53123306181112000, 53123306319918000, 138806000, 0, 'SELECT current_user()', '733df3db2d5d5ffbee5335f5f21c3631', 'SELECT CURRENT_USER ( ) ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(5696, 15, 15, 'statement/sql/show_variables', '', 53123454282205000, 53123456150932000, 1868727000, 164000000, 'SHOW SESSION VARIABLES LIKE \'lower_case_table_names\'', 'e0aaf62b3385f5267d53c61eea2bdffc', 'SHOW SESSION VARIABLES LIKE ? ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 1, 1026, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5696, 16, 16, 'statement/sql/show_storage_engines', '', 53125544340972000, 53125544592246000, 251274000, 109000000, 'show engines', '0db6e8a05da1445dba044020fda398ac', 'SHOW ENGINES ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 9, 9, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5696, 17, 17, 'statement/sql/show_charsets', '', 53125694594947000, 53125695434305000, 839358000, 100000000, 'show charset', '03a1dddf8527d789f2263323529bae2e', 'SHOW CHARSET ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 41, 41, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5696, 18, 18, 'statement/sql/show_collations', '', 53125841483934000, 53125842055684000, 571750000, 114000000, 'show collation', 'e129e1a2a8b3cec7189af040d45731f2', 'SHOW COLLATION ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 222, 222, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5696, 19, 19, 'statement/sql/show_variables', '', 53125995926857000, 53125997770725000, 1843868000, 146000000, 'show variables', '9d6662b432e5b3dd0ebb2f98366e6cbd', 'SHOW VARIABLES ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 513, 1026, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5696, 20, 20, 'statement/sql/show_variables', '', 53126146417194000, 53126149446823000, 3029629000, 184000000, 'SHOW SESSION VARIABLES LIKE \'version_compile_os\'', 'e0aaf62b3385f5267d53c61eea2bdffc', 'SHOW SESSION VARIABLES LIKE ? ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 1, 1026, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5712, 11, 11, 'statement/sql/show_tables', '', 53276352886301000, 53276359753145000, 6866844000, 133000000, 'SHOW FULL TABLES FROM `5coisas`', '9e525243a51d7fedac6a08eb296f4001', 'SHOW FULL TABLES FROM `5coisas` ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 11, 11, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5712, 2, 2, 'statement/sql/set_option', '', 53269646681096000, 53269646800499000, 119403000, 0, 'SET SESSION TRANSACTION ISOLATION LEVEL REPEATABLE READ', '96742f0c703bf6c864d6541da1674821', 'SET SESSION TRANSACTION ISOLATION LEVEL REPEATABLE READ ', NULL, NULL, NULL, NULL, NULL, 0, '00000', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(5712, 3, 3, 'statement/sql/show_variables', '', 53269789602597000, 53269792101195000, 2498598000, 164000000, 'SHOW SESSION VARIABLES LIKE \'lower_case_table_names\'', 'e0aaf62b3385f5267d53c61eea2bdffc', 'SHOW SESSION VARIABLES LIKE ? ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 1, 1026, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5712, 4, 4, 'statement/sql/select', '', 53269937014369000, 53269937147540000, 133171000, 0, 'SELECT current_user()', '733df3db2d5d5ffbee5335f5f21c3631', 'SELECT CURRENT_USER ( ) ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(5712, 5, 5, 'statement/sql/show_variables', '', 53270096375142000, 53270098211052000, 1835910000, 152000000, 'SHOW VARIABLES', '9d6662b432e5b3dd0ebb2f98366e6cbd', 'SHOW VARIABLES ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 513, 1026, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5712, 6, 6, 'statement/sql/show_status', '', 53270410044769000, 53270411597239000, 1552470000, 295000000, 'SHOW GLOBAL STATUS', '011da6fa0d4fdfe1518ad83484e620e1', 'SHOW GLOBAL STATUS ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 353, 706, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5712, 7, 7, 'statement/sql/show_plugins', '', 53270570502819000, 53270572641503000, 2138684000, 270000000, 'SHOW PLUGINS', '312e1ea3c80ea61b7667b76f7923eb67', 'SHOW PLUGINS ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 45, 45, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5712, 8, 8, 'statement/sql/show_databases', '', 53272023231055000, 53272023869661000, 638606000, 140000000, 'SHOW DATABASES', '6d711d488f3ed491a0d7610aa0d65038', 'SHOW SCHEMAS ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 35, 35, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5712, 9, 9, 'statement/sql/show_databases', '', 53272166884829000, 53272167377539000, 492710000, 111000000, 'SHOW DATABASES', '6d711d488f3ed491a0d7610aa0d65038', 'SHOW SCHEMAS ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 35, 35, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5712, 10, 10, 'statement/sql/show_create_db', '', 53276209600453000, 53276209754425000, 153972000, 0, 'SHOW CREATE DATABASE `5coisas`', 'addc01aabde3ac83997419a60bb8fc60', 'SHOW CREATE SCHEMA `5coisas` ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
(5713, 61, 61, 'statement/sql/show_status', '', 53457000086895000, 53457001731609000, 1644714000, 163000000, 'SHOW GLOBAL STATUS', '011da6fa0d4fdfe1518ad83484e620e1', 'SHOW GLOBAL STATUS ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 353, 706, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5713, 62, 62, 'statement/sql/show_status', '', 53460201706113000, 53460203060195000, 1354082000, 151000000, 'SHOW GLOBAL STATUS', '011da6fa0d4fdfe1518ad83484e620e1', 'SHOW GLOBAL STATUS ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 353, 706, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5713, 63, 63, 'statement/sql/show_status', '', 53463386175822000, 53463387492632000, 1316810000, 151000000, 'SHOW GLOBAL STATUS', '011da6fa0d4fdfe1518ad83484e620e1', 'SHOW GLOBAL STATUS ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 353, 706, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5713, 64, 64, 'statement/sql/show_status', '', 53466562612178000, 53466563958757000, 1346579000, 191000000, 'SHOW GLOBAL STATUS', '011da6fa0d4fdfe1518ad83484e620e1', 'SHOW GLOBAL STATUS ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 353, 706, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5713, 65, 65, 'statement/sql/show_status', '', 53469721024544000, 53469722310054000, 1285510000, 151000000, 'SHOW GLOBAL STATUS', '011da6fa0d4fdfe1518ad83484e620e1', 'SHOW GLOBAL STATUS ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 353, 706, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5713, 56, 56, 'statement/sql/show_status', '', 53440992471106000, 53440994278704000, 1807598000, 202000000, 'SHOW GLOBAL STATUS', '011da6fa0d4fdfe1518ad83484e620e1', 'SHOW GLOBAL STATUS ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 353, 706, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5713, 57, 57, 'statement/sql/show_status', '', 53444230001073000, 53444231258432000, 1257359000, 152000000, 'SHOW GLOBAL STATUS', '011da6fa0d4fdfe1518ad83484e620e1', 'SHOW GLOBAL STATUS ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 353, 706, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5713, 58, 58, 'statement/sql/show_status', '', 53447480089952000, 53447481341453000, 1251501000, 156000000, 'SHOW GLOBAL STATUS', '011da6fa0d4fdfe1518ad83484e620e1', 'SHOW GLOBAL STATUS ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 353, 706, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5713, 59, 59, 'statement/sql/show_status', '', 53450646797660000, 53450648224287000, 1426627000, 193000000, 'SHOW GLOBAL STATUS', '011da6fa0d4fdfe1518ad83484e620e1', 'SHOW GLOBAL STATUS ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 353, 706, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0),
(5713, 60, 60, 'statement/sql/show_status', '', 53453820203377000, 53453821484315000, 1280938000, 152000000, 'SHOW GLOBAL STATUS', '011da6fa0d4fdfe1518ad83484e620e1', 'SHOW GLOBAL STATUS ', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 0, 353, 706, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, NULL, NULL, 0);

-- --------------------------------------------------------

--
-- Table structure for table `events_statements_history_long`
--

CREATE TABLE `events_statements_history_long` (
  `THREAD_ID` bigint(20) UNSIGNED NOT NULL,
  `EVENT_ID` bigint(20) UNSIGNED NOT NULL,
  `END_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `SOURCE` varchar(64) DEFAULT NULL,
  `TIMER_START` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_END` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_WAIT` bigint(20) UNSIGNED DEFAULT NULL,
  `LOCK_TIME` bigint(20) UNSIGNED NOT NULL,
  `SQL_TEXT` longtext,
  `DIGEST` varchar(32) DEFAULT NULL,
  `DIGEST_TEXT` longtext,
  `CURRENT_SCHEMA` varchar(64) DEFAULT NULL,
  `OBJECT_TYPE` varchar(64) DEFAULT NULL,
  `OBJECT_SCHEMA` varchar(64) DEFAULT NULL,
  `OBJECT_NAME` varchar(64) DEFAULT NULL,
  `OBJECT_INSTANCE_BEGIN` bigint(20) UNSIGNED DEFAULT NULL,
  `MYSQL_ERRNO` int(11) DEFAULT NULL,
  `RETURNED_SQLSTATE` varchar(5) DEFAULT NULL,
  `MESSAGE_TEXT` varchar(128) DEFAULT NULL,
  `ERRORS` bigint(20) UNSIGNED NOT NULL,
  `WARNINGS` bigint(20) UNSIGNED NOT NULL,
  `ROWS_AFFECTED` bigint(20) UNSIGNED NOT NULL,
  `ROWS_SENT` bigint(20) UNSIGNED NOT NULL,
  `ROWS_EXAMINED` bigint(20) UNSIGNED NOT NULL,
  `CREATED_TMP_DISK_TABLES` bigint(20) UNSIGNED NOT NULL,
  `CREATED_TMP_TABLES` bigint(20) UNSIGNED NOT NULL,
  `SELECT_FULL_JOIN` bigint(20) UNSIGNED NOT NULL,
  `SELECT_FULL_RANGE_JOIN` bigint(20) UNSIGNED NOT NULL,
  `SELECT_RANGE` bigint(20) UNSIGNED NOT NULL,
  `SELECT_RANGE_CHECK` bigint(20) UNSIGNED NOT NULL,
  `SELECT_SCAN` bigint(20) UNSIGNED NOT NULL,
  `SORT_MERGE_PASSES` bigint(20) UNSIGNED NOT NULL,
  `SORT_RANGE` bigint(20) UNSIGNED NOT NULL,
  `SORT_ROWS` bigint(20) UNSIGNED NOT NULL,
  `SORT_SCAN` bigint(20) UNSIGNED NOT NULL,
  `NO_INDEX_USED` bigint(20) UNSIGNED NOT NULL,
  `NO_GOOD_INDEX_USED` bigint(20) UNSIGNED NOT NULL,
  `NESTING_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `NESTING_EVENT_TYPE` enum('TRANSACTION','STATEMENT','STAGE','WAIT') DEFAULT NULL,
  `NESTING_EVENT_LEVEL` int(11) DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `events_statements_summary_by_account_by_event_name`
--

CREATE TABLE `events_statements_summary_by_account_by_event_name` (
  `USER` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `SUM_LOCK_TIME` bigint(20) UNSIGNED NOT NULL,
  `SUM_ERRORS` bigint(20) UNSIGNED NOT NULL,
  `SUM_WARNINGS` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_AFFECTED` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_SENT` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_EXAMINED` bigint(20) UNSIGNED NOT NULL,
  `SUM_CREATED_TMP_DISK_TABLES` bigint(20) UNSIGNED NOT NULL,
  `SUM_CREATED_TMP_TABLES` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_FULL_JOIN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_FULL_RANGE_JOIN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_RANGE` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_RANGE_CHECK` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_SCAN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_MERGE_PASSES` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_RANGE` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_ROWS` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_SCAN` bigint(20) UNSIGNED NOT NULL,
  `SUM_NO_INDEX_USED` bigint(20) UNSIGNED NOT NULL,
  `SUM_NO_GOOD_INDEX_USED` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_statements_summary_by_account_by_event_name`
--

INSERT INTO `events_statements_summary_by_account_by_event_name` (`USER`, `HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
(NULL, NULL, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Quit', 1, 14198000, 14198000, 14198000, 14198000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Ping', 1, 43200000, 43200000, 43200000, 43200000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/select', 52, 60987297000, 38333000, 1172832000, 26093389000, 780000000, 0, 25, 0, 5161, 5894, 2, 7, 3, 0, 0, 0, 27, 0, 0, 0, 2, 25, 0),
('ambassador', 'localhost', 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_tables', 1, 242945000, 242945000, 242945000, 242945000, 39000000, 0, 0, 0, 25, 25, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0),
('ambassador', 'localhost', 'statement/sql/show_fields', 50, 15205076000, 255141000, 304101000, 380048000, 0, 0, 0, 0, 314, 314, 50, 50, 0, 0, 0, 0, 50, 0, 0, 0, 0, 50, 0),
('ambassador', 'localhost', 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_variables', 2, 3206463000, 1169475000, 1603231000, 2036988000, 216000000, 0, 0, 0, 1, 2052, 0, 2, 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0),
('ambassador', 'localhost', 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_create_table', 25, 2229296000, 66161000, 89171000, 125788000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_table_status', 25, 7291842000, 264290000, 291673000, 344679000, 0, 0, 0, 0, 25, 25, 0, 25, 0, 0, 0, 0, 25, 0, 0, 0, 0, 25, 0),
('ambassador', 'localhost', 'statement/sql/show_triggers', 25, 8929640000, 285764000, 357185000, 470336000, 0, 0, 0, 0, 0, 0, 25, 25, 0, 0, 0, 0, 25, 0, 0, 0, 0, 25, 0),
('ambassador', 'localhost', 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/set_option', 127, 8429282000, 31047000, 66372000, 169787000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/lock_tables', 1, 220023000, 220023000, 220023000, 220023000, 157000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/unlock_tables', 1, 289044000, 289044000, 289044000, 289044000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `events_statements_summary_by_account_by_event_name` (`USER`, `HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
('ambassador', 'localhost', 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/change_db', 5280, 551334083000, 31677000, 104419000, 99606299000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/commit', 5255, 176587540000, 26011000, 33603000, 1267562000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/begin', 5255, 96247832000, 14479000, 18315000, 154910000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Quit', 5255, 88468991000, 5929000, 16835000, 390464000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Init DB', 1, 53021000, 53021000, 53021000, 53021000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Prepare', 15769, 1376070513000, 29381000, 87264000, 21859926000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Execute', 15769, 1432923657000, 15021000, 90869000, 11538943000, 228191000000, 0, 5255, 3, 89, 3251, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0),
('ambassador', 'localhost', 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Close stmt', 15769, 145955502000, 5248000, 9255000, 374385000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/select', 1, 2526245000, 2526245000, 2526245000, 2526245000, 2014000000, 0, 0, 0, 1, 3, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0),
('5coisas', '201.182.174.227', 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/set_option', 1, 141001000, 141001000, 141001000, 141001000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Quit', 1, 14459000, 14459000, 14459000, 14459000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/select', 711, 342236197000, 64460000, 481344000, 6107614000, 113879000000, 0, 0, 0, 13775, 19898, 30, 30, 0, 0, 132, 0, 33, 0, 131, 4149, 30, 33, 0),
('cbx', '179.180.156.171', 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/update', 2, 8626736000, 3406431000, 4313368000, 5220305000, 330000000, 0, 0, 2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/insert', 1, 2373081000, 2373081000, 2373081000, 2373081000, 1274000000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/delete', 1, 1226609000, 1226609000, 1226609000, 1226609000, 176000000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_fields', 1, 1518539000, 1518539000, 1518539000, 1518539000, 1038000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0),
('cbx', '179.180.156.171', 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `events_statements_summary_by_account_by_event_name` (`USER`, `HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
('cbx', '179.180.156.171', 'statement/sql/set_option', 99, 12242858000, 58251000, 123665000, 209960000, 0, 0, 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Quit', 33, 448249000, 6200000, 13583000, 25407000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Init DB', 33, 3115452000, 45846000, 94407000, 569511000, 0, 0, 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/select', 435, 122986975000, 60600000, 282728000, 6875472000, 29332000000, 0, 0, 0, 10550, 12964, 0, 0, 0, 0, 33, 0, 41, 0, 37, 1024, 0, 41, 0),
('cbx', '67.205.129.192', 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/update', 36, 45060776000, 617863000, 1251688000, 5363650000, 3795000000, 0, 0, 36, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/insert', 14, 22838615000, 377062000, 1631329000, 8084826000, 5801000000, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/delete', 14, 12732344000, 613388000, 909453000, 1672490000, 1129000000, 0, 0, 14, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_fields', 12, 11340172000, 365412000, 945014000, 6568460000, 7924000000, 0, 0, 0, 48, 48, 12, 12, 0, 0, 0, 0, 12, 0, 0, 0, 0, 12, 0),
('cbx', '67.205.129.192', 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/set_option', 123, 8156368000, 46007000, 66311000, 108405000, 0, 0, 41, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Quit', 41, 238123000, 3786000, 5807000, 14999000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Init DB', 41, 1710528000, 32135000, 41720000, 67271000, 0, 0, 41, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/select', 83, 212273757000, 127695000, 2557515000, 10373548000, 21411000000, 0, 21, 0, 2512, 18444, 42, 147, 64, 0, 0, 0, 67, 0, 0, 0, 42, 67, 0),
('forge', '191.177.184.88', 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_databases', 5, 13856558000, 492710000, 2771311000, 11153693000, 624000000, 0, 0, 0, 175, 175, 0, 5, 0, 0, 0, 0, 5, 0, 0, 0, 0, 5, 0),
('forge', '191.177.184.88', 'statement/sql/show_tables', 53, 178781806000, 247207000, 3373241000, 18265714000, 6759000000, 0, 0, 0, 452, 452, 0, 53, 0, 0, 0, 0, 53, 0, 0, 0, 0, 53, 0),
('forge', '191.177.184.88', 'statement/sql/show_fields', 74, 86806349000, 462472000, 1173058000, 3380489000, 10169000000, 0, 0, 0, 534, 534, 74, 74, 0, 0, 0, 0, 74, 0, 0, 0, 0, 74, 0),
('forge', '191.177.184.88', 'statement/sql/show_keys', 2, 663758000, 322989000, 331879000, 340769000, 287000000, 0, 0, 0, 2, 2, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('forge', '191.177.184.88', 'statement/sql/show_variables', 73, 160208120000, 1704049000, 2194631000, 9993819000, 17542000000, 0, 0, 0, 2100, 74898, 0, 73, 0, 0, 0, 0, 146, 0, 0, 0, 0, 73, 0),
('forge', '191.177.184.88', 'statement/sql/show_status', 163, 216730501000, 1188450000, 1329634000, 1960072000, 25992000000, 0, 0, 0, 55779, 115108, 0, 163, 0, 0, 0, 0, 326, 0, 0, 0, 0, 163, 0),
('forge', '191.177.184.88', 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_create_table', 21, 3662756000, 154304000, 174416000, 202911000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_charsets', 2, 1107099000, 267741000, 553549000, 839358000, 209000000, 0, 0, 0, 82, 82, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('forge', '191.177.184.88', 'statement/sql/show_collations', 2, 1540329000, 571750000, 770164000, 968579000, 258000000, 0, 0, 0, 444, 444, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('forge', '191.177.184.88', 'statement/sql/show_create_db', 30, 4047777000, 121198000, 134925000, 168179000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_table_status', 21, 10173653000, 422849000, 484459000, 572720000, 0, 0, 0, 0, 21, 21, 0, 21, 0, 0, 0, 0, 21, 0, 0, 0, 0, 21, 0),
('forge', '191.177.184.88', 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/set_option', 178, 26977077000, 115588000, 151556000, 1069520000, 0, 0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/lock_tables', 21, 3542140000, 150544000, 168673000, 221954000, 2044000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `events_statements_summary_by_account_by_event_name` (`USER`, `HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
('forge', '191.177.184.88', 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/empty_query', 21, 1874749000, 76209000, 89273000, 120844000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_storage_engines', 2, 464820000, 213546000, 232410000, 251274000, 192000000, 0, 0, 0, 18, 18, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('forge', '191.177.184.88', 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_procedure_status', 2, 8025196000, 1530169000, 4012598000, 6495027000, 1906000000, 0, 0, 0, 0, 52, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('forge', '191.177.184.88', 'statement/sql/show_function_status', 2, 4509973000, 1880123000, 2254986000, 2629850000, 806000000, 0, 0, 0, 0, 44, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('forge', '191.177.184.88', 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_plugins', 2, 2782046000, 643362000, 1391023000, 2138684000, 546000000, 0, 0, 0, 90, 90, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('forge', '191.177.184.88', 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sql/error', 20, 5585774000, 160577000, 279288000, 2045686000, 0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Quit', 22, 369287000, 13483000, 16785000, 28125000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Init DB', 21, 2078039000, 75766000, 98954000, 126354000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Ping', 12, 686435000, 51517000, 57202000, 74082000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/flush', 1, 1183982000, 1183982000, 1183982000, 1183982000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Quit', 2, 15937000, 7520000, 7968000, 8417000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Ping', 1, 28794000, 28794000, 28794000, 28794000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/select', 3663, 1356193994000, 45226000, 370241000, 70294516000, 245882000000, 0, 0, 0, 24365, 101988, 539, 556, 0, 0, 61, 0, 94, 6, 45, 6791, 553, 82, 0),
('cbx', 'localhost', 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/update', 83, 104753052000, 586497000, 1262084000, 7365090000, 7971000000, 0, 0, 83, 0, 533, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/insert', 21, 27759424000, 445157000, 1321877000, 5459032000, 1735000000, 0, 0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/delete', 19, 16000298000, 563219000, 842120000, 2867049000, 833000000, 0, 0, 19, 0, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_fields', 35, 14307215000, 322536000, 408777000, 610421000, 7744000000, 0, 0, 0, 140, 140, 35, 35, 0, 0, 0, 0, 35, 0, 0, 0, 0, 35, 0),
('cbx', 'localhost', 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `events_statements_summary_by_account_by_event_name` (`USER`, `HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
('cbx', 'localhost', 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/set_option', 147, 7849784000, 32681000, 53399000, 205235000, 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Quit', 49, 404322000, 4241000, 8251000, 81677000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Init DB', 49, 2362462000, 18512000, 48213000, 614744000, 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/select', 14, 16902763000, 114629000, 1207340000, 8258762000, 14526000000, 0, 0, 0, 20, 148, 0, 1, 1, 0, 0, 0, 7, 0, 0, 4, 1, 7, 0),
('beliv', 'localhost', 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/set_option', 2, 134470000, 61055000, 67235000, 73415000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Quit', 2, 21293000, 6157000, 10646000, 15136000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/select', 1857, 2788294724000, 37436000, 1501504000, 69511286000, 246022000000, 0, 0, 0, 44017, 137211, 703, 2675, 63, 0, 0, 0, 1829, 0, 0, 5679, 297, 1395, 0),
('forge', 'localhost', 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_tables', 115, 28243515000, 104197000, 245595000, 2586405000, 6928000000, 0, 0, 0, 3036, 3036, 0, 115, 0, 0, 0, 0, 115, 0, 0, 0, 0, 115, 0),
('forge', 'localhost', 'statement/sql/show_fields', 121, 39880310000, 257803000, 329589000, 488316000, 17769000000, 0, 0, 0, 999, 999, 121, 121, 0, 0, 0, 0, 121, 0, 0, 0, 0, 121, 0),
('forge', 'localhost', 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_master_status', 21, 1952828000, 29417000, 92991000, 150819000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_slave_status', 21, 77954748000, 55663000, 3712130000, 6741009000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_grants', 2, 65029000, 31857000, 32514000, 33172000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_create_table', 221, 387801146000, 50119000, 1754756000, 6946849000, 0, 0, 0, 0, 0, 0, 7, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_table_status', 224, 128822547000, 131055000, 575100000, 5190847000, 17530000000, 0, 0, 0, 221, 221, 7, 389, 0, 0, 0, 0, 224, 0, 0, 0, 0, 224, 0),
('forge', 'localhost', 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/set_option', 698, 61754625000, 23796000, 88473000, 6393033000, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `events_statements_summary_by_account_by_event_name` (`USER`, `HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
('forge', 'localhost', 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_binlogs', 2, 906554000, 32468000, 453277000, 874086000, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_create_proc', 26, 21372754000, 168884000, 822029000, 5190136000, 991000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_create_func', 22, 11320954000, 173757000, 514588000, 4661366000, 701000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_procedure_status', 9, 14032294000, 1383222000, 1559143000, 1799377000, 2819000000, 0, 0, 0, 234, 234, 9, 9, 0, 0, 0, 0, 9, 0, 0, 0, 0, 9, 0),
('forge', 'localhost', 'statement/sql/show_function_status', 9, 14744580000, 1494699000, 1638286000, 1778606000, 1799000000, 0, 0, 0, 198, 198, 9, 9, 0, 0, 0, 0, 9, 0, 0, 0, 0, 9, 0),
('forge', 'localhost', 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sql/error', 18, 757982000, 34843000, 42110000, 75393000, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Quit', 300, 2789802000, 2315000, 9299000, 54097000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Init DB', 33, 858540000, 14839000, 26016000, 95100000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `events_statements_summary_by_digest`
--

CREATE TABLE `events_statements_summary_by_digest` (
  `SCHEMA_NAME` varchar(64) DEFAULT NULL,
  `DIGEST` varchar(32) DEFAULT NULL,
  `DIGEST_TEXT` longtext,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `SUM_LOCK_TIME` bigint(20) UNSIGNED NOT NULL,
  `SUM_ERRORS` bigint(20) UNSIGNED NOT NULL,
  `SUM_WARNINGS` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_AFFECTED` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_SENT` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_EXAMINED` bigint(20) UNSIGNED NOT NULL,
  `SUM_CREATED_TMP_DISK_TABLES` bigint(20) UNSIGNED NOT NULL,
  `SUM_CREATED_TMP_TABLES` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_FULL_JOIN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_FULL_RANGE_JOIN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_RANGE` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_RANGE_CHECK` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_SCAN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_MERGE_PASSES` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_RANGE` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_ROWS` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_SCAN` bigint(20) UNSIGNED NOT NULL,
  `SUM_NO_INDEX_USED` bigint(20) UNSIGNED NOT NULL,
  `SUM_NO_GOOD_INDEX_USED` bigint(20) UNSIGNED NOT NULL,
  `FIRST_SEEN` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `LAST_SEEN` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_statements_summary_by_digest`
--

INSERT INTO `events_statements_summary_by_digest` (`SCHEMA_NAME`, `DIGEST`, `DIGEST_TEXT`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`, `FIRST_SEEN`, `LAST_SEEN`) VALUES
('ambassador', 'b27acb63dcb0b114db81ec90d08478dc', 'USE `ambassador` ', 5280, 551334083000, 31677000, 104419000, 99606299000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:23:04', '2018-10-04 12:14:08'),
('ambassador', 'f99d74f5a8affd0fe53913a43b072815', 'START TRANSACTION ', 5255, 96247832000, 14479000, 18315000, 154910000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:23:04', '2018-10-04 12:14:08'),
('ambassador', '98bf18ef8a1606965a0f2ff85fa992a3', 'COMMIT ', 5255, 176587540000, 26011000, 33603000, 1267562000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:23:04', '2018-10-04 12:14:08'),
('5coisas', 'f74cafed6b96efee6394110572c7bbc4', 'SET NAMES `utf8` ', 1, 141001000, 141001000, 141001000, 141001000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:29:04', '2018-10-03 21:29:04'),
('5coisas', '70c31005d2e27e6d3657c67ee62bfeec', 'SELECT DISTINCTROW `cp_cidades` . `uf` AS `uf` FROM `cp_cidades` WHERE ( `cp_cidades` . `excluido` IS NULL OR `cp_cidades` . `excluido` = ? ) AND `cp_cidades` . `ativo` = ? AND `ativo` = ? ', 1, 2526245000, 2526245000, 2526245000, 2526245000, 2014000000, 0, 0, 0, 1, 3, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 21:29:04', '2018-10-03 21:29:04'),
(NULL, '9ff87049c366243424029a7261c37841', 'SET NAMES `utf8mb4` ', 123, 10537825000, 35877000, 85673000, 205235000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:15', '2018-10-04 12:08:09'),
(NULL, 'd3c7c31227f5f0d87a4650f72a677c09', 'SET NAMES ? COLLATE ? ', 274, 14418723000, 26478000, 52623000, 179887000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:15', '2018-10-04 12:14:12'),
(NULL, 'a5cb26e7d95d7231c908958cc55a5009', 'SELECT @@SESSION . `sql_mode` ', 123, 19463692000, 47250000, 158241000, 6875472000, 0, 0, 0, 0, 123, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:15', '2018-10-04 12:08:09'),
(NULL, '5271b6553c7f82ef0431e2e553789c4d', 'SET SESSION `sql_mode` = ? ', 123, 9039637000, 33862000, 73492000, 209960000, 0, 0, 123, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:15', '2018-10-04 12:08:09'),
('cbx', '174ab4650080e9c433c2d2d0669f0caf', 'SELECT `option_name` , `option_value` FROM `wp_options` WHERE `autoload` = ? ', 123, 91986305000, 411696000, 747856000, 6670893000, 17652000000, 0, 0, 0, 25002, 29264, 0, 0, 0, 0, 0, 0, 123, 0, 0, 0, 0, 123, 0, '2018-10-03 21:33:16', '2018-10-04 12:08:09'),
('cbx', '5072618063f82a80f2a8ee8bdd08a638', 'SELECT `option_value` FROM `wp_options` WHERE `option_name` = ? LIMIT ? ', 844, 138754334000, 86308000, 164400000, 1477355000, 56077000000, 0, 0, 0, 640, 640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:18', '2018-10-04 12:08:09'),
('cbx', 'cff265d077aa6108b5313419cce1227a', 'INSERT INTO `wp_options` ( `option_name` , `option_value` , `autoload` ) VALUES (...) ON DUPLICATE KEY UPDATE `option_name` = VALUES ( `option_name` ) , `option_value` = VALUES ( `option_value` ) , `autoload` = VALUES ( `autoload` ) ', 36, 52971120000, 377062000, 1471420000, 8084826000, 8810000000, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:19', '2018-10-04 12:08:09'),
('cbx', '9ff7112bcaf90b5a8253e8daab57f72a', 'SELECT `wp_posts` . * FROM `wp_posts` WHERE ? = ? AND `wp_posts` . `ID` = ? AND `wp_posts` . `post_type` = ? ORDER BY `wp_posts` . `post_date` DESC ', 24, 10228429000, 182142000, 426184000, 4432605000, 6243000000, 0, 0, 0, 24, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:20', '2018-10-04 12:08:09'),
('cbx', '9d294c695d7d2a95c3c7e47f259ee30d', 'SELECT `post_id` , `meta_key` , `meta_value` FROM `wp_postmeta` WHERE `post_id` IN (?) ORDER BY `meta_id` ASC ', 1134, 343277671000, 129358000, 302713000, 6660374000, 67015000000, 0, 0, 0, 3714, 3714, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:21', '2018-10-04 12:08:09'),
('cbx', 'e2a04f1e8c9c2d830fbff565c7310872', 'SELECT `t` . * , `tt` . * FROM `wp_terms` AS `t` INNER JOIN `wp_term_taxonomy` AS `tt` ON `t` . `term_id` = `tt` . `term_id` WHERE `t` . `term_id` = ? ', 44, 20957768000, 200424000, 476312000, 4282292000, 12200000000, 0, 0, 0, 44, 44, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:21', '2018-10-04 11:54:07'),
('cbx', '41145968397dd18d4885b7d5155540ab', 'SELECT `tr` . `object_id` FROM `wp_term_relationships` AS `tr` INNER JOIN `wp_term_taxonomy` AS `tt` ON `tr` . `term_taxonomy_id` = `tt` . `term_taxonomy_id` WHERE `tt` . `taxonomy` IN (?) AND `tt` . `term_id` IN (?) ORDER BY `tr` . `object_id` ASC ', 44, 20532070000, 217548000, 466637000, 4924872000, 8230000000, 0, 0, 0, 176, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:22', '2018-10-04 11:54:07'),
('cbx', '48c39e0b19cb693591df987f5132aebf', 'SELECT `wp_posts` . * FROM `wp_posts` WHERE ? = ? AND `wp_posts` . `ID` IN (...) AND `wp_posts` . `post_type` = ? AND ( ( `wp_posts` . `post_status` = ? ) ) ORDER BY `wp_posts` . `menu_order` ASC ', 44, 22348702000, 291728000, 507925000, 1820620000, 6295000000, 0, 0, 0, 176, 352, 0, 0, 0, 0, 0, 0, 0, 0, 44, 176, 0, 0, 0, '2018-10-03 21:33:22', '2018-10-04 11:54:07'),
('cbx', '70f817b86b6fda19237afd88f7edb5c7', 'SELECT `post_id` , `meta_key` , `meta_value` FROM `wp_postmeta` WHERE `post_id` IN (...) ORDER BY `meta_id` ASC ', 98, 103106073000, 186112000, 1052102000, 32433806000, 10547000000, 0, 0, 0, 7986, 34190, 0, 0, 0, 0, 97, 0, 1, 0, 97, 7588, 0, 0, 0, '2018-10-03 21:33:22', '2018-10-04 11:54:07'),
('cbx', '9523c2c5b82a90f6fa77892da165766f', 'SELECT `wp_posts` . * FROM `wp_posts` WHERE ? = ? AND `wp_posts` . `ID` IN (...) AND `wp_posts` . `post_type` = ? AND ( ( `wp_posts` . `post_status` = ? ) ) ORDER BY `wp_posts` . `post_date` DESC ', 44, 18234858000, 251703000, 414428000, 633814000, 6204000000, 0, 0, 0, 176, 352, 0, 0, 0, 0, 44, 0, 0, 0, 44, 176, 0, 0, 0, '2018-10-03 21:33:22', '2018-10-04 11:54:07'),
('cbx', '5e9b838cb5a8eb36b0969ec9a9b63f23', 'SELECT `post_id` , `meta_value` FROM `wp_postmeta` WHERE `meta_key` = ? ', 19, 5453165000, 147958000, 287008000, 1155347000, 1434000000, 0, 0, 0, 19, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:22', '2018-10-04 10:29:11'),
('cbx', '62415242e5bdd09baad3997449f2c365', 'SELECT * FROM `wp_posts` WHERE `ID` = ? LIMIT ? ', 1090, 290587421000, 123577000, 266593000, 4150549000, 59690000000, 0, 0, 0, 1090, 1090, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:22', '2018-10-04 10:33:52'),
('cbx', 'ec19cd741abf604ab58a39c16b151f01', 'SHOW FULL FIELDS FROM `wp_options` ', 36, 22556211000, 365412000, 626561000, 6568460000, 14216000000, 0, 0, 0, 144, 144, 36, 36, 0, 0, 0, 0, 36, 0, 0, 0, 0, 36, 0, '2018-10-03 21:33:24', '2018-10-04 12:08:09'),
('cbx', '1dcc275af077f947a827ae3e80feb3e0', 'UPDATE `wp_options` SET `option_value` = ? WHERE `option_name` = ? ', 102, 131324324000, 586497000, 1287493000, 7365090000, 10214000000, 0, 0, 102, 0, 102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:25', '2018-10-04 12:08:09'),
('cbx', 'eebe98951e3f2cc51b2aa8d49dcff0e6', 'SELECT `autoload` FROM `wp_options` WHERE `option_name` = ? ', 66, 7801446000, 90757000, 118203000, 370488000, 3147000000, 0, 0, 0, 34, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:25', '2018-10-04 12:08:09'),
('cbx', '7a252871d7e30ce55a97ad589c1eaa98', 'DELETE FROM `wp_options` WHERE `option_name` = ? ', 34, 29959251000, 563219000, 881154000, 2867049000, 2138000000, 0, 0, 34, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:25', '2018-10-04 12:08:09'),
('cbx', '40ca9a5f0f61c4ddb857bc0df00f7b3c', 'SELECT SQL_CALC_FOUND_ROWS `wp_posts` . `ID` FROM `wp_posts` WHERE ? = ? AND `wp_posts` . `post_type` = ? AND ( `wp_posts` . `post_status` = ? ) ORDER BY `wp_posts` . `post_date` DESC LIMIT ?, ... ', 33, 17673449000, 209682000, 535559000, 3548810000, 4536000000, 0, 0, 0, 39, 2496, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:26', '2018-10-04 10:31:42'),
('cbx', '8aa88ae1debffb576620e169713e1136', 'SELECT `FOUND_ROWS` ( ) ', 34, 6514407000, 45226000, 191600000, 1964962000, 0, 0, 0, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:26', '2018-10-04 10:31:42'),
('cbx', '9ae3a61572231f6ae75630b8694a05ce', 'SELECT `wp_posts` . * FROM `wp_posts` WHERE `ID` IN (...) ', 6, 22380158000, 184233000, 3730026000, 18016654000, 837000000, 0, 0, 0, 535, 535, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:26', '2018-10-04 10:30:02'),
('cbx', 'a5fb5ff3a7c52acd5041fedf59fd5c99', 'SELECT `t` . * , `tt` . * , `tr` . `object_id` FROM `wp_terms` AS `t` INNER JOIN `wp_term_taxonomy` AS `tt` ON `t` . `term_id` = `tt` . `term_id` INNER JOIN `wp_term_relationships` AS `tr` ON `tr` . `term_taxonomy_id` = `tt` . `term_taxonomy_id` WHERE `tt` . `taxonomy` IN (?) AND `tr` . `object_id` IN (...) ORDER BY `t` . `name` ASC ', 6, 17894506000, 598679000, 2982417000, 13204015000, 1195000000, 0, 0, 0, 541, 2069, 6, 6, 0, 0, 4, 0, 0, 1, 0, 541, 6, 0, 0, '2018-10-03 21:33:26', '2018-10-04 10:30:02'),
('cbx', 'ccccf31b3893e14cfac3bfbef8132eec', 'SELECT * FROM `wp_users` WHERE `ID` = ? ', 64, 17892122000, 113390000, 279564000, 2732161000, 10184000000, 0, 0, 0, 64, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:27', '2018-10-04 11:54:07'),
('cbx', '482227bd4414b4141e78b8cef4151546', 'SELECT `user_id` , `meta_key` , `meta_value` FROM `wp_usermeta` WHERE `user_id` IN (?) ORDER BY `umeta_id` ASC ', 86, 37942407000, 185558000, 441190000, 4166546000, 11510000000, 0, 0, 0, 4971, 4971, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:27', '2018-10-04 11:54:07'),
('cbx', '5e18cf8048955f210a98a6d284ae393a', 'SELECT `ID` , `post_name` , `post_parent` , `post_type` FROM `wp_posts` WHERE `post_name` IN (...) AND `post_type` IN (...) ', 33, 21085598000, 209198000, 638957000, 4404723000, 5524000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:35', '2018-10-04 10:30:02'),
('cbx', '2fe6756ec65d682283c3da4e40243ff2', 'SELECT `wp_posts` . * FROM `wp_posts` WHERE `ID` IN (?) ', 30, 9252822000, 142001000, 308427000, 428205000, 3736000000, 0, 0, 0, 30, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:36', '2018-10-04 10:31:42'),
('cbx', 'f2ca82be3b3464d308c0fd6d87d3be58', 'SELECT `t` . * , `tt` . * , `tr` . `object_id` FROM `wp_terms` AS `t` INNER JOIN `wp_term_taxonomy` AS `tt` ON `t` . `term_id` = `tt` . `term_id` INNER JOIN `wp_term_relationships` AS `tr` ON `tr` . `term_taxonomy_id` = `tt` . `term_taxonomy_id` WHERE `tt` . `taxonomy` IN (...) AND `tr` . `object_id` IN (?) ORDER BY `t` . `name` ASC ', 30, 24714070000, 570639000, 823802000, 1227603000, 7496000000, 0, 0, 0, 30, 150, 30, 30, 0, 0, 0, 0, 0, 0, 0, 30, 30, 0, 0, '2018-10-03 21:33:36', '2018-10-04 10:31:42'),
('cbx', '5610cd41e062567607b7f59ac51f1e85', 'SELECT `wp_posts` . * FROM `wp_posts` WHERE ? = ? AND `wp_posts` . `post_name` = ? AND `wp_posts` . `post_type` = ? ORDER BY `wp_posts` . `post_date` DESC ', 8, 3376379000, 259515000, 422047000, 931687000, 916000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, '2018-10-03 21:33:51', '2018-10-04 10:29:27'),
('cbx', 'f392c28badd73d32b11880b8727461fc', 'SELECT `post_id` FROM `wp_postmeta` , `wp_posts` WHERE `ID` = `post_id` AND `post_type` = ? AND `meta_key` = ? AND `meta_value` = ? ', 8, 4344736000, 214377000, 543092000, 1758086000, 786000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:52', '2018-10-04 10:29:27'),
('cbx', '1a3e571370f51a24d5063ffcac7769d3', 'SELECT `ID` FROM `wp_posts` WHERE `post_name` LIKE ? AND `post_type` IN (...) AND `post_status` = ? ', 12, 7836205000, 248447000, 653017000, 1498927000, 991000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 21:33:52', '2018-10-04 10:29:27'),
(NULL, 'f52fda80017bad1a1b84a333fca45444', 'SET `autocommit` = ? ', 13, 2793402000, 130645000, 214877000, 1069520000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:19:09', '2018-10-04 12:10:52'),
(NULL, '96742f0c703bf6c864d6541da1674821', 'SET SESSION TRANSACTION ISOLATION LEVEL REPEATABLE READ ', 9, 1117710000, 115588000, 124190000, 135298000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:19:09', '2018-10-04 12:10:52'),
(NULL, 'e0aaf62b3385f5267d53c61eea2bdffc', 'SHOW SESSION VARIABLES LIKE ? ', 27, 71734013000, 1705896000, 2656815000, 9993819000, 9059000000, 0, 0, 0, 27, 27702, 0, 27, 0, 0, 0, 0, 54, 0, 0, 0, 0, 27, 0, '2018-10-03 23:19:09', '2018-10-04 12:10:52'),
(NULL, '733df3db2d5d5ffbee5335f5f21c3631', 'SELECT CURRENT_USER ( ) ', 13, 3267671000, 50709000, 251359000, 1068039000, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:19:10', '2018-10-04 12:12:58'),
(NULL, '54cf1693fbf9ac7057b89a6958fe9519', 'SELECT `version` ( ) ', 1, 1053737000, 1053737000, 1053737000, 1053737000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:19:10', '2018-10-03 23:19:10'),
(NULL, 'e5da211903c3356975214b7b7a602f91', 'SHOW SESSION STATUS LIKE ? ', 5, 7117551000, 1246355000, 1423510000, 1960072000, 1495000000, 0, 0, 0, 5, 3560, 0, 5, 0, 0, 0, 0, 10, 0, 0, 0, 0, 5, 0, '2018-10-03 23:19:10', '2018-10-04 12:08:23'),
(NULL, '8f9bccf02ce93b66846c356f1bf15841', 'SET CHARACTER SET `utf8` ', 4, 651125000, 132076000, 162781000, 200171000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:19:16', '2018-10-04 12:08:22'),
(NULL, 'f74cafed6b96efee6394110572c7bbc4', 'SET NAMES `utf8` ', 4, 572521000, 132092000, 143130000, 157775000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:19:17', '2018-10-04 12:08:23'),
(NULL, '26fa2c58fa7f327293372330b83c9061', 'SELECT `CONNECTION_ID` ( ) ', 4, 561361000, 132236000, 140340000, 151749000, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:19:17', '2018-10-04 12:08:23'),
(NULL, 'a592c95fe88b7a8b26c4767095c76560', 'SET `SQL_SAFE_UPDATES` = ? ', 2, 253066000, 121874000, 126533000, 131192000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:19:19', '2018-10-04 12:08:23'),
(NULL, '6d711d488f3ed491a0d7610aa0d65038', 'SHOW SCHEMAS ', 5, 13856558000, 492710000, 2771311000, 11153693000, 624000000, 0, 0, 0, 175, 175, 0, 5, 0, 0, 0, 0, 5, 0, 0, 0, 0, 5, 0, '2018-10-03 23:19:21', '2018-10-04 12:10:53'),
(NULL, '0db6e8a05da1445dba044020fda398ac', 'SHOW ENGINES ', 2, 464820000, 213546000, 232410000, 251274000, 192000000, 0, 0, 0, 18, 18, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-03 23:19:21', '2018-10-04 12:08:26'),
(NULL, '03a1dddf8527d789f2263323529bae2e', 'SHOW CHARSET ', 2, 1107099000, 267741000, 553549000, 839358000, 209000000, 0, 0, 0, 82, 82, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-03 23:19:21', '2018-10-04 12:08:26'),
(NULL, 'e129e1a2a8b3cec7189af040d45731f2', 'SHOW COLLATION ', 2, 1540329000, 571750000, 770164000, 968579000, 258000000, 0, 0, 0, 444, 444, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-03 23:19:21', '2018-10-04 12:08:26'),
(NULL, '9d6662b432e5b3dd0ebb2f98366e6cbd', 'SHOW VARIABLES ', 4, 7495650000, 1835910000, 1873912000, 1949662000, 620000000, 0, 0, 0, 2052, 4104, 0, 4, 0, 0, 0, 0, 8, 0, 0, 0, 0, 4, 0, '2018-10-03 23:19:21', '2018-10-04 12:10:51'),
(NULL, '9e525243a51d7fedac6a08eb296f4001', 'SHOW FULL TABLES FROM `5coisas` ', 3, 11865926000, 490273000, 3955308000, 6866844000, 376000000, 0, 0, 0, 33, 33, 0, 3, 0, 0, 0, 0, 3, 0, 0, 0, 0, 3, 0, '2018-10-03 23:19:47', '2018-10-04 12:10:57'),
(NULL, 'ce1a5008ffbcaea59ae5196b46638880', 'SHOW PROCEDURE STATUS WHERE `Db` = ? ', 2, 8025196000, 1530169000, 4012598000, 6495027000, 1906000000, 0, 0, 0, 0, 52, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-03 23:19:48', '2018-10-03 23:20:23'),
(NULL, '5f15d0b640dbab3e37c49f0e0fa89046', 'SHOW FUNCTION STATUS WHERE `Db` = ? ', 2, 4509973000, 1880123000, 2254986000, 2629850000, 806000000, 0, 0, 0, 0, 44, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-03 23:19:48', '2018-10-03 23:20:23'),
(NULL, '3701141836d2ad009a3db1b798733f64', 'SHOW FULL FIELDS FROM `5coisas` . `cp_cidades` ', 1, 811589000, 811589000, 811589000, 811589000, 370000000, 0, 0, 0, 7, 7, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:19:48', '2018-10-03 23:19:48'),
(NULL, '47842ca6fbff4182844eee7aefe2060d', 'SHOW FULL FIELDS FROM `5coisas` . `cp_clientes` ', 1, 2173073000, 2173073000, 2173073000, 2173073000, 270000000, 0, 0, 0, 12, 12, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:19:48', '2018-10-03 23:19:48'),
(NULL, 'b2c7b2cf60a17bcb1200a535fd398097', 'SHOW FULL FIELDS FROM `5coisas` . `cp_log` ', 1, 2720160000, 2720160000, 2720160000, 2720160000, 286000000, 0, 0, 0, 5, 5, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:19:48', '2018-10-03 23:19:48'),
(NULL, '16298f3846be1419d2688e29e6448b79', 'SHOW FULL FIELDS FROM `5coisas` . `cp_perfil` ', 1, 1880126000, 1880126000, 1880126000, 1880126000, 279000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:19:48', '2018-10-03 23:19:48'),
(NULL, 'b3fd3be2b6e486c19c7e4552a70f7d62', 'SHOW FULL FIELDS FROM `5coisas` . `cp_permissoes` ', 1, 2921656000, 2921656000, 2921656000, 2921656000, 305000000, 0, 0, 0, 8, 8, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:19:49', '2018-10-03 23:19:49'),
(NULL, 'f2cf3248482f4f38adc58cea95e31380', 'SHOW FULL FIELDS FROM `5coisas` . `cp_shows` ', 1, 2291891000, 2291891000, 2291891000, 2291891000, 321000000, 0, 0, 0, 20, 20, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:19:49', '2018-10-03 23:19:49'),
(NULL, 'e85dbe8d6f18f81da67d07f98c9020a9', 'SHOW FULL FIELDS FROM `5coisas` . `cp_shows_tags` ', 1, 2184185000, 2184185000, 2184185000, 2184185000, 672000000, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:19:49', '2018-10-03 23:19:49'),
(NULL, '3338bce1cb33be26caf75133c534232d', 'SHOW FULL FIELDS FROM `5coisas` . `cp_tags` ', 1, 1947800000, 1947800000, 1947800000, 1947800000, 302000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:19:49', '2018-10-03 23:19:49'),
(NULL, '090b6ce594939ec79fddcfaaacd1c568', 'SHOW FULL FIELDS FROM `5coisas` . `cp_tela` ', 1, 1910119000, 1910119000, 1910119000, 1910119000, 301000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:19:49', '2018-10-03 23:19:49'),
(NULL, 'a7524f083fff1d8af3ca78ebb2b47220', 'SHOW FULL FIELDS FROM `5coisas` . `cp_usuarios` ', 1, 2043775000, 2043775000, 2043775000, 2043775000, 310000000, 0, 0, 0, 12, 12, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:19:49', '2018-10-03 23:19:49'),
(NULL, '4a08b92c5b221da0f0a599181b13c814', 'SHOW FULL FIELDS FROM `5coisas` . `cp_usuarios_cidades` ', 1, 2056006000, 2056006000, 2056006000, 2056006000, 346000000, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:19:49', '2018-10-03 23:19:49'),
(NULL, 'c484a56a4954516c17262b10527e4839', 'SHOW FULL TABLES FROM `ior` ', 2, 7142244000, 599412000, 3571122000, 6542832000, 231000000, 0, 0, 0, 40, 40, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-03 23:20:23', '2018-10-03 23:22:02'),
(NULL, '10e5c1aa290bfdabda0a3deae4db88b3', 'SHOW FULL FIELDS FROM `ior` . `cp_banner` ', 1, 3380489000, 3380489000, 3380489000, 3380489000, 345000000, 0, 0, 0, 10, 10, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:23', '2018-10-03 23:20:23'),
(NULL, 'ed3d1dec2563c2ad401216aa1e5fb3b4', 'SHOW FULL FIELDS FROM `ior` . `cp_cidades` ', 2, 1878656000, 617815000, 939328000, 1260841000, 635000000, 0, 0, 0, 6, 6, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-03 23:20:24', '2018-10-03 23:20:45'),
(NULL, '02cfcb28bb67a64d23ce84baae576fe2', 'SHOW FULL FIELDS FROM `ior` . `cp_convenios` ', 1, 1220723000, 1220723000, 1220723000, 1220723000, 272000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:24', '2018-10-03 23:20:24'),
(NULL, 'c822c3fa706a7384693c88ae32e7c638', 'SHOW FULL FIELDS FROM `ior` . `cp_equipe` ', 1, 1173345000, 1173345000, 1173345000, 1173345000, 292000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:24', '2018-10-03 23:20:24'),
(NULL, 'b5dfaa762dd302595c4485256dc33af9', 'SHOW FULL FIELDS FROM `ior` . `cp_equipe_has_cp_especialidades` ', 1, 2374213000, 2374213000, 2374213000, 2374213000, 264000000, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:24', '2018-10-03 23:20:24'),
(NULL, 'da1efd90f671086fe04fd517242d994d', 'SHOW FULL FIELDS FROM `ior` . `cp_especialidades` ', 1, 1223166000, 1223166000, 1223166000, 1223166000, 328000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:24', '2018-10-03 23:20:24'),
(NULL, '782450afb765167360602909a93cd00b', 'SHOW FULL FIELDS FROM `ior` . `cp_especialistas` ', 1, 1259518000, 1259518000, 1259518000, 1259518000, 276000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:24', '2018-10-03 23:20:24'),
(NULL, 'b78944a1d4853124709021755588eece', 'SHOW FULL FIELDS FROM `ior` . `cp_especialistas_has_cp_especialidades` ', 1, 1813742000, 1813742000, 1813742000, 1813742000, 269000000, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:24', '2018-10-03 23:20:24'),
(NULL, '93bd54903c25d0bc024934bd470e5b4d', 'SHOW FULL FIELDS FROM `ior` . `cp_estados` ', 1, 1892742000, 1892742000, 1892742000, 1892742000, 285000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:25', '2018-10-03 23:20:25'),
(NULL, 'b1860149e906b3f23a09893ca9dd50b8', 'SHOW FULL FIELDS FROM `ior` . `cp_imagens` ', 1, 2041053000, 2041053000, 2041053000, 2041053000, 302000000, 0, 0, 0, 8, 8, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:25', '2018-10-03 23:20:25'),
(NULL, 'c302305efb9bfbacb4a1c49768d78efb', 'SHOW FULL FIELDS FROM `ior` . `cp_log` ', 1, 2449020000, 2449020000, 2449020000, 2449020000, 311000000, 0, 0, 0, 5, 5, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:25', '2018-10-03 23:20:25'),
(NULL, '118bc93ca1e8cadf35e4f06b3e686616', 'SHOW FULL FIELDS FROM `ior` . `cp_noticias` ', 1, 3098495000, 3098495000, 3098495000, 3098495000, 293000000, 0, 0, 0, 10, 10, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:25', '2018-10-03 23:20:25'),
(NULL, '95dd4c48f054388209adf5ea9a9b7caf', 'SHOW FULL FIELDS FROM `ior` . `cp_paginas` ', 1, 1920114000, 1920114000, 1920114000, 1920114000, 311000000, 0, 0, 0, 8, 8, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:25', '2018-10-03 23:20:25'),
(NULL, '7a3ffe412779929cb1d34b2d17bac2af', 'SHOW FULL FIELDS FROM `ior` . `cp_perfil` ', 1, 1919418000, 1919418000, 1919418000, 1919418000, 309000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:25', '2018-10-03 23:20:25'),
(NULL, '2102b5f5029d238ddf9fb92a2cab7d0d', 'SHOW FULL FIELDS FROM `ior` . `cp_permissoes` ', 1, 1826910000, 1826910000, 1826910000, 1826910000, 289000000, 0, 0, 0, 8, 8, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:25', '2018-10-03 23:20:25'),
(NULL, '281e52ee502cf105ca937320a781367a', 'SHOW FULL FIELDS FROM `ior` . `cp_residenciamedica` ', 1, 1932726000, 1932726000, 1932726000, 1932726000, 311000000, 0, 0, 0, 9, 9, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:26', '2018-10-03 23:20:26'),
(NULL, 'eed7286f76f35f293bc239deefd65a1f', 'SHOW FULL FIELDS FROM `ior` . `cp_residenciamedica_has_cp_unidades` ', 1, 1999222000, 1999222000, 1999222000, 1999222000, 275000000, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:26', '2018-10-03 23:20:26'),
(NULL, 'c2f51998746481c216840e412ac981ee', 'SHOW FULL FIELDS FROM `ior` . `cp_tela` ', 1, 1889474000, 1889474000, 1889474000, 1889474000, 340000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:26', '2018-10-03 23:20:26'),
(NULL, 'fc7d29d7320caf87bebb0c7751b5caa5', 'SHOW FULL FIELDS FROM `ior` . `cp_unidades` ', 1, 2222436000, 2222436000, 2222436000, 2222436000, 390000000, 0, 0, 0, 11, 11, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:26', '2018-10-03 23:20:26'),
(NULL, 'cf77d7f15084bb46169a0989a04ba2d2', 'SHOW FULL FIELDS FROM `ior` . `cp_usuarios` ', 1, 2158673000, 2158673000, 2158673000, 2158673000, 310000000, 0, 0, 0, 10, 10, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:26', '2018-10-03 23:20:26'),
(NULL, 'cf8a766d197c236c06be53960cec761c', 'SHOW INDEXES FROM `ior` . `cp_cidades` ', 1, 322989000, 322989000, 322989000, 322989000, 140000000, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:45', '2018-10-03 23:20:45'),
(NULL, '81406113f4258c5b6e2fc49f69f402d0', 'SELECT * FROM `ior` . `cp_cidades` LIMIT ?, ... ', 1, 1750891000, 1750891000, 1750891000, 1750891000, 115000000, 0, 0, 0, 1000, 1000, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:51', '2018-10-03 23:20:51'),
(NULL, '1c600bf4be71aa08af289e620a90106c', 'SELECT `st` . * FROM `performance_schema` . `events_statements_current` `st` JOIN `performance_schema` . `threads` `thr` ON `thr` . `thread_id` = `st` . `thread_id` WHERE `thr` . `processlist_id` = ? ', 1, 1219256000, 1219256000, 1219256000, 1219256000, 224000000, 0, 0, 0, 1, 31, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:52', '2018-10-03 23:20:52'),
(NULL, '3394d53bf0098dc3814b967cf02998e9', 'SELECT `st` . * FROM `performance_schema` . `events_stages_history_long` `st` WHERE `st` . `nesting_event_id` = ? ', 1, 375843000, 375843000, 375843000, 375843000, 217000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:52', '2018-10-03 23:20:52'),
(NULL, '34b1e46756df3b91a4306d87945fb021', 'SELECT `st` . * FROM `performance_schema` . `events_waits_history_long` `st` WHERE `st` . `nesting_event_id` = ? ', 1, 292775000, 292775000, 292775000, 292775000, 167000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:52', '2018-10-03 23:20:52'),
(NULL, '86db971ef3586455661bc7bcbce4f8c2', 'SHOW INDEX FROM `ior` . `cp_cidades` ', 1, 340769000, 340769000, 340769000, 340769000, 147000000, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:20:52', '2018-10-03 23:20:52'),
(NULL, '011da6fa0d4fdfe1518ad83484e620e1', 'SHOW GLOBAL STATUS ', 158, 209612950000, 1188450000, 1326664000, 1840609000, 24497000000, 0, 0, 0, 55774, 111548, 0, 158, 0, 0, 0, 0, 316, 0, 0, 0, 0, 158, 0, '2018-10-03 23:21:40', '2018-10-04 12:14:10'),
(NULL, '312e1ea3c80ea61b7667b76f7923eb67', 'SHOW PLUGINS ', 2, 2782046000, 643362000, 1391023000, 2138684000, 546000000, 0, 0, 0, 90, 90, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-03 23:21:40', '2018-10-04 12:10:51'),
(NULL, 'addc01aabde3ac83997419a60bb8fc60', 'SHOW CREATE SCHEMA `5coisas` ', 2, 296070000, 142098000, 148035000, 153972000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:21:44', '2018-10-04 12:10:57'),
(NULL, 'fef80c47a5e1591c212d1989143b1340', 'SHOW CREATE SCHEMA `ambassador` ', 1, 141681000, 141681000, 141681000, 141681000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:21:44', '2018-10-03 23:21:44'),
(NULL, '4fc9a66eb7f93ea036e57a17c3bb0b09', 'SHOW FULL TABLES FROM `ambassador` ', 1, 12129365000, 12129365000, 12129365000, 12129365000, 114000000, 0, 0, 0, 25, 25, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:21:44', '2018-10-03 23:21:44'),
(NULL, 'daccedd74c5fba8a615f54469e80db62', 'SHOW CREATE SCHEMA `antonioarruda` ', 1, 134611000, 134611000, 134611000, 134611000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:21:49', '2018-10-03 23:21:49'),
(NULL, 'cd2acf08cad3edf479a68282ae7574fb', 'SHOW FULL TABLES FROM `antonioarruda` ', 1, 10195080000, 10195080000, 10195080000, 10195080000, 118000000, 0, 0, 0, 15, 15, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:21:49', '2018-10-03 23:21:49'),
(NULL, 'a2b90a1981cb8cb9604f751262add95d', 'SHOW CREATE SCHEMA `appradio` ', 1, 149255000, 149255000, 149255000, 149255000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:21:53', '2018-10-03 23:21:53'),
(NULL, '96d8bfa6190fd885b9cc8f525b0b21c5', 'SHOW FULL TABLES FROM `appradio` ', 1, 3298161000, 3298161000, 3298161000, 3298161000, 127000000, 0, 0, 0, 12, 12, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:21:53', '2018-10-03 23:21:53'),
(NULL, 'f91aeb85815ff28467222176ebf9c89c', 'SHOW CREATE SCHEMA `awyeah` ', 1, 121198000, 121198000, 121198000, 121198000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:21:53', '2018-10-03 23:21:53'),
(NULL, 'e71a6a6ba0fa4b1a0107cbb6c386a047', 'SHOW FULL TABLES FROM `awyeah` ', 1, 4985672000, 4985672000, 4985672000, 4985672000, 180000000, 0, 0, 0, 12, 12, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:21:53', '2018-10-03 23:21:53'),
(NULL, '016beda1a8355d881e979774138632d6', 'SHOW CREATE SCHEMA `banco` ', 1, 129265000, 129265000, 129265000, 129265000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:21:53', '2018-10-03 23:21:53'),
(NULL, '24f4d5ea2276f5cc77e97b82124e1bab', 'SHOW FULL TABLES FROM `banco` ', 1, 293433000, 293433000, 293433000, 293433000, 117000000, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:21:54', '2018-10-03 23:21:54'),
(NULL, '6fc08e2f94a4783a63e9e315eaf4a5bc', 'SHOW CREATE SCHEMA `beliv` ', 1, 128832000, 128832000, 128832000, 128832000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:21:54', '2018-10-03 23:21:54'),
(NULL, '103e34244b52a8b58b1c5693d4284853', 'SHOW FULL TABLES FROM `beliv` ', 1, 6664141000, 6664141000, 6664141000, 6664141000, 143000000, 0, 0, 0, 18, 18, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:21:54', '2018-10-03 23:21:54'),
(NULL, '55db121aad715ae590f2cbe816971907', 'SHOW CREATE SCHEMA `bp_radio` ', 1, 124008000, 124008000, 124008000, 124008000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:21:54', '2018-10-03 23:21:54'),
(NULL, 'a547de9c8617c0a553d3e7169a7d9108', 'SHOW FULL TABLES FROM `bp_radio` ', 1, 4868403000, 4868403000, 4868403000, 4868403000, 118000000, 0, 0, 0, 12, 12, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:21:54', '2018-10-03 23:21:54'),
(NULL, '42ce3aa7936232c8ff6081c3bff0592e', 'SHOW CREATE SCHEMA `braza_dev` ', 1, 125373000, 125373000, 125373000, 125373000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:21:54', '2018-10-03 23:21:54'),
(NULL, '169a4b78cdf90cdbf191866f6066d502', 'SHOW FULL TABLES FROM `braza_dev` ', 1, 11205304000, 11205304000, 11205304000, 11205304000, 140000000, 0, 0, 0, 28, 28, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:21:55', '2018-10-03 23:21:55'),
(NULL, '5e93bff5063469f014ba934f4fb9ea21', 'SHOW CREATE SCHEMA `brickhouse` ', 1, 124820000, 124820000, 124820000, 124820000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:21:55', '2018-10-03 23:21:55'),
(NULL, 'e27a3b4d383ef2b057f6ef936a136397', 'SHOW FULL TABLES FROM `brickhouse` ', 1, 4004830000, 4004830000, 4004830000, 4004830000, 120000000, 0, 0, 0, 12, 12, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:21:55', '2018-10-03 23:21:55'),
(NULL, '44397ff39a543c9cab3e917b7fb554e3', 'SHOW CREATE SCHEMA `brilux` ', 1, 127546000, 127546000, 127546000, 127546000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:21:55', '2018-10-03 23:21:55'),
(NULL, '3c853e6c0de472727451a53cd74eadbe', 'SHOW FULL TABLES FROM `brilux` ', 1, 4912540000, 4912540000, 4912540000, 4912540000, 124000000, 0, 0, 0, 13, 13, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:21:55', '2018-10-03 23:21:55'),
(NULL, '90514d1d2d3c7be56f66f43e48faee82', 'SHOW CREATE SCHEMA `cappen_nautico` ', 1, 122810000, 122810000, 122810000, 122810000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:21:56', '2018-10-03 23:21:56'),
(NULL, '7bd850627f0bcb38e309b71922408f33', 'SHOW FULL TABLES FROM `cappen_nautico` ', 1, 3521946000, 3521946000, 3521946000, 3521946000, 135000000, 0, 0, 0, 8, 8, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:21:56', '2018-10-03 23:21:56'),
(NULL, '5339e08e1baf412f916ebda5624fceee', 'SHOW CREATE SCHEMA `cavora` ', 1, 164376000, 164376000, 164376000, 164376000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:21:56', '2018-10-03 23:21:56'),
(NULL, '07c17aa8f61078b4422314c63f1594b9', 'SHOW FULL TABLES FROM `cavora` ', 1, 4087802000, 4087802000, 4087802000, 4087802000, 141000000, 0, 0, 0, 12, 12, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:21:56', '2018-10-03 23:21:56'),
(NULL, '6b8330716f54b4ef4db4d800803f39e5', 'SHOW CREATE SCHEMA `cbx` ', 1, 125940000, 125940000, 125940000, 125940000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:21:56', '2018-10-03 23:21:56'),
(NULL, 'b12cc47636b0901e810b5404355f3611', 'SHOW FULL TABLES FROM `cbx` ', 1, 7153841000, 7153841000, 7153841000, 7153841000, 114000000, 0, 0, 0, 24, 24, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:21:56', '2018-10-03 23:21:56'),
(NULL, 'eb5fa302a205863e1d852127344ab97d', 'SHOW CREATE SCHEMA `corrente_maritima` ', 1, 130811000, 130811000, 130811000, 130811000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:21:57', '2018-10-03 23:21:57'),
(NULL, '76e05a23763bb654477d37df99adb504', 'SHOW FULL TABLES FROM `corrente_maritima` ', 1, 4074032000, 4074032000, 4074032000, 4074032000, 117000000, 0, 0, 0, 12, 12, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:21:57', '2018-10-03 23:21:57'),
(NULL, '71341cb42f1ca919dd990063c57fc031', 'SHOW CREATE SCHEMA `damasnovosalunos` ', 1, 135788000, 135788000, 135788000, 135788000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:21:57', '2018-10-03 23:21:57'),
(NULL, '36720239503bce528c3ebc15aff3f1e3', 'SHOW FULL TABLES FROM `damasnovosalunos` ', 1, 4849385000, 4849385000, 4849385000, 4849385000, 114000000, 0, 0, 0, 19, 19, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:21:57', '2018-10-03 23:21:57'),
(NULL, 'dcab6f04df184904138a49935142eb9a', 'SHOW CREATE SCHEMA `digix` ', 1, 124830000, 124830000, 124830000, 124830000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:21:58', '2018-10-03 23:21:58'),
(NULL, '27c320d3c8315a2bfc762bfd3fff5602', 'SHOW FULL TABLES FROM `digix` ', 1, 5936598000, 5936598000, 5936598000, 5936598000, 134000000, 0, 0, 0, 15, 15, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:21:58', '2018-10-03 23:21:58'),
(NULL, '0e5f34cdb06f597870747666320cbb74', 'SHOW CREATE SCHEMA `elpescador` ', 1, 153311000, 153311000, 153311000, 153311000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:21:58', '2018-10-03 23:21:58'),
(NULL, '9522b8cbb367ad0c7f38a7e90e186183', 'SHOW FULL TABLES FROM `elpescador` ', 1, 4756804000, 4756804000, 4756804000, 4756804000, 116000000, 0, 0, 0, 13, 13, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:21:58', '2018-10-03 23:21:58'),
(NULL, 'c494a10fdc1465bf5032ac9a8139b1fc', 'SHOW CREATE SCHEMA `flanaganbilton` ', 1, 124117000, 124117000, 124117000, 124117000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:21:58', '2018-10-03 23:21:58'),
(NULL, 'e892b62653db70d15fc3d0c771c4829c', 'SHOW FULL TABLES FROM `flanaganbilton` ', 1, 18265714000, 18265714000, 18265714000, 18265714000, 160000000, 0, 0, 0, 15, 15, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:21:59', '2018-10-03 23:21:59'),
(NULL, '3c52cb23685de20dfda92c2ec2361dde', 'SHOW CREATE SCHEMA `forge` ', 1, 129613000, 129613000, 129613000, 129613000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:22:00', '2018-10-03 23:22:00'),
(NULL, '0ef20dc4d518d832e0a217bd42d898f1', 'SHOW FULL TABLES FROM `forge` ', 1, 320120000, 320120000, 320120000, 320120000, 136000000, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:22:00', '2018-10-03 23:22:00'),
(NULL, '970092e751c8774057dbd5b0b8475324', 'SHOW CREATE SCHEMA `gateway` ', 1, 127969000, 127969000, 127969000, 127969000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:22:00', '2018-10-03 23:22:00'),
(NULL, 'fee2aaced3cd0c70e737217b8741e60d', 'SHOW FULL TABLES FROM `gateway` ', 1, 318683000, 318683000, 318683000, 318683000, 112000000, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:22:01', '2018-10-03 23:22:01'),
(NULL, '7b4fdcd56f3adb85342a06c07795c954', 'SHOW CREATE SCHEMA `goshortlist` ', 1, 149779000, 149779000, 149779000, 149779000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:22:01', '2018-10-03 23:22:01'),
(NULL, 'fca877a4a424a5d0a17cc7f83532cbcd', 'SHOW FULL TABLES FROM `goshortlist` ', 1, 6077759000, 6077759000, 6077759000, 6077759000, 118000000, 0, 0, 0, 16, 16, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:22:01', '2018-10-03 23:22:01'),
(NULL, 'a6c7061ddd230d29a193ecec2c9036eb', 'SHOW CREATE SCHEMA `heatcontent_dev` ', 1, 122001000, 122001000, 122001000, 122001000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:22:01', '2018-10-03 23:22:01'),
(NULL, '39b57d255b3d98effb828a711bc9da30', 'SHOW FULL TABLES FROM `heatcontent_dev` ', 1, 6563259000, 6563259000, 6563259000, 6563259000, 164000000, 0, 0, 0, 12, 12, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:22:01', '2018-10-03 23:22:01'),
(NULL, '9ff3e8fe67b45ffda51e3e0b00e83644', 'SHOW CREATE SCHEMA `ior` ', 1, 135665000, 135665000, 135665000, 135665000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:22:02', '2018-10-03 23:22:02'),
(NULL, '4a3c5f22bd1746997320a38e60bf3fc9', 'SHOW CREATE SCHEMA `kanecountyhealth_web` ', 1, 146508000, 146508000, 146508000, 146508000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:22:02', '2018-10-03 23:22:02'),
(NULL, '269aef39fb2937c6469d749f50212056', 'SHOW FULL TABLES FROM `kanecountyhealth_web` ', 1, 4658071000, 4658071000, 4658071000, 4658071000, 126000000, 0, 0, 0, 12, 12, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:22:03', '2018-10-03 23:22:03'),
(NULL, '5890689fb2cad095e05f3c15dad37778', 'SHOW CREATE SCHEMA `mzs` ', 1, 128970000, 128970000, 128970000, 128970000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:22:03', '2018-10-03 23:22:03'),
(NULL, '3d53271e4d22d59645a299ca172780d9', 'SHOW FULL TABLES FROM `mzs` ', 1, 4646906000, 4646906000, 4646906000, 4646906000, 130000000, 0, 0, 0, 12, 12, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:22:03', '2018-10-03 23:22:03'),
(NULL, '7421c096c0d8f336cdeba24e96ccaa9a', 'SHOW CREATE SCHEMA `pcr_roteiros` ', 1, 124434000, 124434000, 124434000, 124434000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:22:03', '2018-10-03 23:22:03'),
(NULL, 'ea05337e582735d9cd9d637806778f00', 'SHOW FULL TABLES FROM `pcr_roteiros` ', 1, 6126013000, 6126013000, 6126013000, 6126013000, 130000000, 0, 0, 0, 15, 15, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:22:03', '2018-10-03 23:22:03'),
(NULL, '184dc14c4b6f0b5eca5b2c4eb446753c', 'SHOW CREATE SCHEMA `rosamaster` ', 1, 130017000, 130017000, 130017000, 130017000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:22:03', '2018-10-03 23:22:03'),
(NULL, '730350abe5e2a505b9dfd4ae9dbb14e0', 'SHOW FULL TABLES FROM `rosamaster` ', 1, 5528555000, 5528555000, 5528555000, 5528555000, 114000000, 0, 0, 0, 14, 14, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:22:04', '2018-10-03 23:22:04'),
(NULL, '948f6c90f7fa9e5e6a3a7bafbaf81e50', 'SHOW CREATE SCHEMA `sync` ', 1, 168179000, 168179000, 168179000, 168179000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:22:05', '2018-10-03 23:22:05'),
(NULL, 'cfca7952f37d285b54adeb12b45c101a', 'SHOW FULL TABLES FROM `sync` ', 1, 3232408000, 3232408000, 3232408000, 3232408000, 116000000, 0, 0, 0, 12, 12, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:22:05', '2018-10-03 23:22:05'),
(NULL, 'c4e195df94d835278a9e3c93449854c5', 'SET @@`SQL_MODE` = ? ', 22, 3237284000, 80090000, 147149000, 187567000, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:15', '2018-10-04 12:11:50'),
(NULL, '7967193b0cfbad164ed886e47945210a', 'SET `TIME_ZONE` = ? ', 22, 3651771000, 41785000, 165989000, 741919000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:15', '2018-10-04 12:11:50'),
(NULL, 'abe332ef2fa70718bf5a21d268e29868', 'SET SESSION `NET_READ_TIMEOUT` = ? , SESSION `NET_WRITE_TIMEOUT` = ? ', 21, 2800213000, 124791000, 133343000, 151775000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:15', '2018-10-04 12:11:50'),
(NULL, '6909bda371af7c36751d55c3ca80a467', 'SHOW VARIABLES LIKE ? ', 44, 84184920000, 1169475000, 1913293000, 2946373000, 8079000000, 0, 0, 0, 22, 45144, 0, 44, 0, 0, 0, 0, 88, 0, 0, 0, 0, 44, 0, '2018-10-03 23:24:15', '2018-10-04 12:11:51'),
(NULL, '4306a0f047676b3536ae64bc582826fb', 'SELECT `LOGFILE_GROUP_NAME` , `FILE_NAME` , `TOTAL_EXTENTS` , INITIAL_SIZE , ENGINE , `EXTRA` FROM `INFORMATION_SCHEMA` . `FILES` WHERE `FILE_TYPE` = ? AND `FILE_NAME` IS NOT NULL AND `LOGFILE_GROUP_NAME` IS NOT NULL AND `LOGFILE_GROUP_NAME` IN ( SELECT DISTINCTROW `LOGFILE_GROUP_NAME` FROM `INFORMATION_SCHEMA` . `FILES` WHERE `FILE_TYPE` = ? AND `TABLESPACE_NAME` IN ( SELECT DISTINCTROW `TABLESPACE_NAME` FROM `INFORMATION_SCHEMA` . `PARTITIONS` WHERE `TABLE_SCHEMA` = ? AND TABLE_NAME IN (?) ) ) GROUP BY `LOGFILE_GROUP_NAME` , `FILE_NAME` , ENGINE , `TOTAL_EXTENTS` , INITIAL_SIZE ORDER BY `LOGFILE_GROUP_NAME` ', 21, 130304491000, 4785238000, 6204975000, 10373548000, 11193000000, 0, 0, 0, 0, 7959, 21, 84, 42, 0, 0, 0, 21, 0, 0, 0, 21, 21, 0, '2018-10-03 23:24:15', '2018-10-04 12:11:50'),
(NULL, 'edb1b962696bb39ef2a9732254a6bbbc', 'SELECT DISTINCTROW `TABLESPACE_NAME` , `FILE_NAME` , `LOGFILE_GROUP_NAME` , EXTENT_SIZE , INITIAL_SIZE , ENGINE FROM `INFORMATION_SCHEMA` . `FILES` WHERE `FILE_TYPE` = ? AND `TABLESPACE_NAME` IN ( SELECT DISTINCTROW `TABLESPACE_NAME` FROM `INFORMATION_SCHEMA` . `PARTITIONS` WHERE `TABLE_SCHEMA` = ? AND TABLE_NAME IN (?) ) ORDER BY `TABLESPACE_NAME` , `LOGFILE_GROUP_NAME` ', 21, 64627277000, 2841613000, 3077489000, 3399159000, 9495000000, 0, 0, 0, 0, 7959, 21, 63, 21, 0, 0, 0, 21, 0, 0, 0, 21, 21, 0, '2018-10-03 23:24:15', '2018-10-04 12:11:51'),
('5coisas', '9b633178f9cc7f96ae42e5dac6d33ed4', 'SHOW TABLES LIKE ? ', 21, 7098811000, 247207000, 338038000, 468818000, 2674000000, 0, 0, 0, 21, 21, 0, 21, 0, 0, 0, 0, 21, 0, 0, 0, 0, 21, 0, '2018-10-03 23:24:16', '2018-10-04 12:11:51'),
('5coisas', 'd4be6f6821397f343c313ad4170972e4', 'LOCK TABLES `cp_shows_tags` READ LOCAL ', 2, 335100000, 157381000, 167550000, 177719000, 201000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:16', '2018-10-04 12:11:14'),
('5coisas', '0717649b9154a0a5708200356d816cbe', 'SHOW TABLE STATUS LIKE ? ', 21, 10173653000, 422849000, 484459000, 572720000, 0, 0, 0, 0, 21, 21, 0, 21, 0, 0, 0, 0, 21, 0, 0, 0, 0, 21, 0, '2018-10-03 23:24:16', '2018-10-04 12:11:51'),
('5coisas', 'aafa1bbcdb4c76b5f7cd9dfcea55bee8', 'SET `SQL_QUOTE_SHOW_CREATE` = ? ', 21, 2701593000, 117097000, 128647000, 190884000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:16', '2018-10-04 12:11:51'),
('5coisas', '9a2614ec2d9e355ab9cf3604c2a67a24', 'SET SESSION `character_set_results` = ? ', 62, 9320267000, 131308000, 150326000, 256791000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:17', '2018-10-04 12:11:52'),
('5coisas', '4c82635e5266c5b2017c6996b6db76cf', 'SHOW CREATE TABLE `cp_shows_tags` ', 2, 330888000, 162824000, 165444000, 168064000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:17', '2018-10-04 12:11:15'),
('5coisas', '8ebca704f8a95c3c76968b91cba8649b', 'SHOW FIELDS FROM `cp_shows_tags` ', 4, 2000442000, 462472000, 500110000, 534425000, 0, 0, 0, 0, 12, 12, 4, 4, 0, 0, 0, 0, 4, 0, 0, 0, 0, 4, 0, '2018-10-03 23:24:17', '2018-10-04 12:11:15'),
('5coisas', '7aaeb92bd90291aac9a806c4d183bd45', 'SELECT SQL_NO_CACHE * FROM `cp_shows_tags` ', 2, 916893000, 257267000, 458446000, 659626000, 0, 0, 2, 0, 6, 6, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-03 23:24:17', '2018-10-04 12:11:15'),
('5coisas', '4f71ec50dc54c732c4ffac4d49412e34', 'LOCK TABLES `cp_usuarios` READ LOCAL ', 2, 356419000, 168103000, 178209000, 188316000, 213000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:20', '2018-10-04 12:11:18'),
('5coisas', '913ad5a5740dcc4caaf948f65c2d0ad6', 'SHOW CREATE TABLE `cp_usuarios` ', 2, 363626000, 178499000, 181813000, 185127000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:21', '2018-10-04 12:11:19'),
('5coisas', '0ede19bcf529bb5c672383c1b7ccaf6d', 'SHOW FIELDS FROM `cp_usuarios` ', 4, 2268571000, 535077000, 567142000, 592619000, 0, 0, 0, 0, 48, 48, 4, 4, 0, 0, 0, 0, 4, 0, 0, 0, 0, 4, 0, '2018-10-03 23:24:21', '2018-10-04 12:11:19'),
('5coisas', '7446c1b83f707673fd3b9f4f192edaec', 'SELECT SQL_NO_CACHE * FROM `cp_usuarios` ', 2, 641370000, 318005000, 320685000, 323365000, 0, 0, 2, 0, 26, 26, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-03 23:24:22', '2018-10-04 12:11:20'),
('5coisas', 'edf779531d79553acf0547536117a056', 'LOCK TABLES `cp_perfil` READ LOCAL ', 2, 321580000, 155520000, 160790000, 166060000, 177000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:24', '2018-10-04 12:11:22'),
('5coisas', '2c845d9e352adaa462f212f642aafdb0', 'SHOW CREATE TABLE `cp_perfil` ', 2, 348520000, 159911000, 174260000, 188609000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:25', '2018-10-04 12:11:23'),
('5coisas', '9248e31692ca4f25420b83dbbf3b7127', 'SHOW FIELDS FROM `cp_perfil` ', 4, 2437501000, 511014000, 609375000, 686978000, 0, 0, 0, 0, 24, 24, 4, 4, 0, 0, 0, 0, 4, 0, 0, 0, 0, 4, 0, '2018-10-03 23:24:25', '2018-10-04 12:11:23'),
('5coisas', '2393f6bef3a5b0ff973166ecd6d556e7', 'SELECT SQL_NO_CACHE * FROM `cp_perfil` ', 2, 596304000, 273466000, 298152000, 322838000, 0, 0, 2, 0, 6, 6, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-03 23:24:26', '2018-10-04 12:11:24'),
('5coisas', 'efec020b01663f7cd817814eb159a965', 'LOCK TABLES `cp_permissoes` READ LOCAL ', 2, 312190000, 154609000, 156095000, 157581000, 182000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:29', '2018-10-04 12:11:27'),
('5coisas', '434d338bce944e96b4212a9f39da6aee', 'SHOW CREATE TABLE `cp_permissoes` ', 2, 324031000, 161995000, 162015000, 162036000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:29', '2018-10-04 12:11:27'),
('5coisas', 'b04635a99957229bbd4220e834c81d6f', 'SHOW FIELDS FROM `cp_permissoes` ', 4, 2430932000, 581694000, 607733000, 634908000, 0, 0, 0, 0, 32, 32, 4, 4, 0, 0, 0, 0, 4, 0, 0, 0, 0, 4, 0, '2018-10-03 23:24:30', '2018-10-04 12:11:28'),
('5coisas', '8ad6c4a82909ce40498d9ccdb61da363', 'SELECT SQL_NO_CACHE * FROM `cp_permissoes` ', 2, 628540000, 289363000, 314270000, 339177000, 0, 0, 2, 0, 48, 48, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-03 23:24:30', '2018-10-04 12:11:28'),
('5coisas', 'f442ad36ad579c41a82394e95902f42e', 'LOCK TABLES `cp_tags` READ LOCAL ', 2, 334158000, 155220000, 167079000, 178938000, 193000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:33', '2018-10-04 12:11:31'),
('5coisas', '2d768a354a4add6f0204c73a86d9e3cd', 'SHOW CREATE TABLE `cp_tags` ', 2, 342228000, 154304000, 171114000, 187924000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:33', '2018-10-04 12:11:31'),
('5coisas', '8247be7dabb69c0c10618c020cc970d4', 'SHOW FIELDS FROM `cp_tags` ', 4, 2196329000, 502326000, 549082000, 579196000, 0, 0, 0, 0, 24, 24, 4, 4, 0, 0, 0, 0, 4, 0, 0, 0, 0, 4, 0, '2018-10-03 23:24:34', '2018-10-04 12:11:32'),
('5coisas', '77f553c674de6ea812e170a3deb0badd', 'SELECT SQL_NO_CACHE * FROM `cp_tags` ', 2, 620790000, 287246000, 310395000, 333544000, 0, 0, 2, 0, 4, 4, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-03 23:24:34', '2018-10-04 12:11:32'),
('5coisas', 'c34b291762eed4afaca8f32910b57616', 'LOCK TABLES `cp_cidades` READ LOCAL ', 2, 344647000, 171641000, 172323000, 173006000, 208000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:37', '2018-10-04 12:11:35'),
('5coisas', 'a470ee90ec0278cf030634fef0528195', 'SHOW CREATE TABLE `cp_cidades` ', 2, 330946000, 155931000, 165473000, 175015000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:37', '2018-10-04 12:11:35'),
('5coisas', '82dc1e4a7ec6b86c817f3e197783c61c', 'SHOW FIELDS FROM `cp_cidades` ', 4, 2272230000, 516429000, 568057000, 673013000, 0, 0, 0, 0, 28, 28, 4, 4, 0, 0, 0, 0, 4, 0, 0, 0, 0, 4, 0, '2018-10-03 23:24:38', '2018-10-04 12:11:36'),
('5coisas', '3cb397390faa79ed1d4c0153f04a4034', 'SELECT SQL_NO_CACHE * FROM `cp_cidades` ', 2, 547448000, 260118000, 273724000, 287330000, 0, 0, 2, 0, 4, 4, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-03 23:24:38', '2018-10-04 12:11:36'),
('5coisas', 'a796272cc8436804f23ed1ca36d265a5', 'LOCK TABLES `cp_clientes` READ LOCAL ', 2, 307064000, 152430000, 153532000, 154634000, 179000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:41', '2018-10-04 12:11:39'),
('5coisas', '1d0fc0b1d1eac971c29e0e662acb9074', 'SHOW CREATE TABLE `cp_clientes` ', 2, 355397000, 176045000, 177698000, 179352000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:42', '2018-10-04 12:11:40'),
('5coisas', '7b12feace2a5756b7a2b39f1591317f0', 'SHOW FIELDS FROM `cp_clientes` ', 4, 2483592000, 596889000, 620898000, 659739000, 0, 0, 0, 0, 48, 48, 4, 4, 0, 0, 0, 0, 4, 0, 0, 0, 0, 4, 0, '2018-10-03 23:24:42', '2018-10-04 12:11:40');
INSERT INTO `events_statements_summary_by_digest` (`SCHEMA_NAME`, `DIGEST`, `DIGEST_TEXT`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`, `FIRST_SEEN`, `LAST_SEEN`) VALUES
('5coisas', 'c5a10a35139b1641581bb6e84721a6cc', 'SELECT SQL_NO_CACHE * FROM `cp_clientes` ', 2, 839347000, 331797000, 419673000, 507550000, 0, 0, 2, 0, 48, 48, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-03 23:24:42', '2018-10-04 12:11:41'),
('5coisas', 'effb38239741ee71ae25972c9b8baeae', 'LOCK TABLES `cp_usuarios_cidades` READ LOCAL ', 2, 304541000, 150544000, 152270000, 153997000, 180000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:45', '2018-10-04 12:11:43'),
('5coisas', 'd5402cd5e7c7a16332a668b62611f2ad', 'SHOW CREATE TABLE `cp_usuarios_cidades` ', 2, 341488000, 168696000, 170744000, 172792000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:46', '2018-10-04 12:11:44'),
('5coisas', '31d80f2ad05bbcbfa62c97a4ef7ace81', 'SHOW FIELDS FROM `cp_usuarios_cidades` ', 4, 2267904000, 488433000, 566976000, 736244000, 0, 0, 0, 0, 12, 12, 4, 4, 0, 0, 0, 0, 4, 0, 0, 0, 0, 4, 0, '2018-10-03 23:24:46', '2018-10-04 12:11:44'),
('5coisas', 'e5032f77b445d5deefff7d26ddf224a6', 'SELECT SQL_NO_CACHE * FROM `cp_usuarios_cidades` ', 2, 565212000, 270624000, 282606000, 294588000, 0, 0, 2, 0, 6, 6, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-03 23:24:46', '2018-10-04 12:11:45'),
('5coisas', '0d6d13cb33fbee3c6454c18bf93e04a9', 'LOCK TABLES `cp_tela` READ LOCAL ', 2, 376305000, 154351000, 188152000, 221954000, 226000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:49', '2018-10-04 12:11:47'),
('5coisas', 'e070c4f4aab1eb4733defa88372dc097', 'SHOW CREATE TABLE `cp_tela` ', 2, 387716000, 184805000, 193858000, 202911000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:50', '2018-10-04 12:11:48'),
('5coisas', '54e8ee0f929892bc46f801c03df0c397', 'SHOW FIELDS FROM `cp_tela` ', 4, 2313212000, 551501000, 578303000, 598521000, 0, 0, 0, 0, 24, 24, 4, 4, 0, 0, 0, 0, 4, 0, 0, 0, 0, 4, 0, '2018-10-03 23:24:50', '2018-10-04 12:11:48'),
('5coisas', '79ec30fb3b9aed48bc34333e0a03e4f7', 'SELECT SQL_NO_CACHE * FROM `cp_tela` ', 2, 595778000, 276310000, 297889000, 319468000, 0, 0, 2, 0, 16, 16, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-03 23:24:50', '2018-10-04 12:11:49'),
('5coisas', 'e2b02c5a2c195e61ef4cc1fc33386321', 'LOCK TABLES `cp_log` READ LOCAL ', 2, 376345000, 182000000, 188172000, 194345000, 197000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:53', '2018-10-04 12:11:51'),
('5coisas', 'bbc4bd17beaf8e14ef5b0bed6c76d459', 'SHOW CREATE TABLE `cp_log` ', 2, 360904000, 179741000, 180452000, 181163000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:53', '2018-10-04 12:11:52'),
('5coisas', '7a6ee9ae28a74015a064578ccf54256c', 'SHOW FIELDS FROM `cp_log` ', 4, 2261056000, 511776000, 565264000, 623289000, 0, 0, 0, 0, 20, 20, 4, 4, 0, 0, 0, 0, 4, 0, 0, 0, 0, 4, 0, '2018-10-03 23:24:54', '2018-10-04 12:11:52'),
('5coisas', 'af16bc325070112dbd0e4bf0da81e68d', 'SELECT SQL_NO_CACHE * FROM `cp_log` ', 2, 2616397000, 1008006000, 1308198000, 1608391000, 0, 0, 2, 0, 1324, 1324, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-03 23:24:54', '2018-10-04 12:11:52'),
('5coisas', '02d3f262d54eb9e14878305a7403431b', 'LOCK TABLES `cp_shows` READ LOCAL ', 1, 173791000, 173791000, 173791000, 173791000, 88000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:57', '2018-10-03 23:24:57'),
('5coisas', '4f9610e1c54eaa1502b1a36bcf89037f', 'SHOW CREATE TABLE `cp_shows` ', 1, 177012000, 177012000, 177012000, 177012000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-03 23:24:58', '2018-10-03 23:24:58'),
('5coisas', 'd92bf08bc81374061646ae832bd65879', 'SHOW FIELDS FROM `cp_shows` ', 2, 1260065000, 607750000, 630032000, 652315000, 0, 0, 0, 0, 40, 40, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-03 23:24:58', '2018-10-03 23:24:58'),
('5coisas', '644c22641c48f81f20082b3ae4cb592d', 'SELECT SQL_NO_CACHE * FROM `cp_shows` ', 1, 357491000, 357491000, 357491000, 357491000, 0, 0, 1, 0, 7, 7, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-03 23:24:58', '2018-10-03 23:24:58'),
('cbx', '0bd100ddac555c0c8228270c19f0725d', 'SELECT `ID` , `post_name` , `post_parent` , `post_type` FROM `wp_posts` WHERE `post_name` IN (?) AND `post_type` IN (...) ', 8, 3934942000, 248158000, 491867000, 1866775000, 2089000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 01:05:06', '2018-10-04 10:31:45'),
(NULL, '40b92cfe9429c7ef95a4d324094205da', 'SELECT `LOGFILE_GROUP_NAME` , `FILE_NAME` , `TOTAL_EXTENTS` , INITIAL_SIZE , ENGINE , `EXTRA` FROM `INFORMATION_SCHEMA` . `FILES` WHERE `FILE_TYPE` = ? AND `FILE_NAME` IS NOT NULL AND `LOGFILE_GROUP_NAME` IS NOT NULL AND `LOGFILE_GROUP_NAME` IN ( SELECT DISTINCTROW `LOGFILE_GROUP_NAME` FROM `INFORMATION_SCHEMA` . `FILES` WHERE `FILE_TYPE` = ? AND `TABLESPACE_NAME` IN ( SELECT DISTINCTROW `TABLESPACE_NAME` FROM `INFORMATION_SCHEMA` . `PARTITIONS` WHERE `TABLE_SCHEMA` IN (?) ) ) GROUP BY `LOGFILE_GROUP_NAME` , `FILE_NAME` , ENGINE , `TOTAL_EXTENTS` , INITIAL_SIZE ORDER BY `LOGFILE_GROUP_NAME` ', 1, 26093389000, 26093389000, 26093389000, 26093389000, 438000000, 0, 0, 0, 0, 379, 1, 4, 2, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
(NULL, '43d765b1c7fdd0e9f30973864815860d', 'SELECT DISTINCTROW `TABLESPACE_NAME` , `FILE_NAME` , `LOGFILE_GROUP_NAME` , EXTENT_SIZE , INITIAL_SIZE , ENGINE FROM `INFORMATION_SCHEMA` . `FILES` WHERE `FILE_TYPE` = ? AND `TABLESPACE_NAME` IN ( SELECT DISTINCTROW `TABLESPACE_NAME` FROM `INFORMATION_SCHEMA` . `PARTITIONS` WHERE `TABLE_SCHEMA` IN (?) ) ORDER BY `TABLESPACE_NAME` , `LOGFILE_GROUP_NAME` ', 1, 2520259000, 2520259000, 2520259000, 2520259000, 342000000, 0, 0, 0, 0, 379, 1, 3, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '99477144cf0254f505964804b180db5c', 'SHOW TABLES ', 1, 242945000, 242945000, 242945000, 242945000, 39000000, 0, 0, 0, 25, 25, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '2808f34785071cde53d687472451d2b1', 'LOCK TABLES `admins` READ LOCAL , `admins_password_resets` READ LOCAL , `candidate_category` READ LOCAL , `candidate_comment` READ LOCAL , `candidate_notification` READ LOCAL , `candidate_program` READ LOCAL , `candidate_tag` READ LOCAL , `candidates` READ LOCAL , `categories` READ LOCAL , `clients` READ LOCAL , `comments` READ LOCAL , `failed_jobs` READ LOCAL , `jobs` READ LOCAL , `migrations` READ LOCAL , `notifications` READ LOCAL , `oauth_access_tokens` READ LOCAL , `oauth_auth_codes` READ LOCAL , `oauth_clients` READ LOCAL , `oauth_personal_access_clients` READ LOCAL , `oauth_refresh_tokens` READ LOCAL , `password_resets` READ LOCAL , `photos` READ LOCAL , `programs` READ LOCAL , `tags` READ LOCAL , `users` READ LOCAL ', 1, 220023000, 220023000, 220023000, 220023000, 157000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '0717649b9154a0a5708200356d816cbe', 'SHOW TABLE STATUS LIKE ? ', 25, 7291842000, 264290000, 291673000, 344679000, 0, 0, 0, 0, 25, 25, 0, 25, 0, 0, 0, 0, 25, 0, 0, 0, 0, 25, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'aafa1bbcdb4c76b5f7cd9dfcea55bee8', 'SET `SQL_QUOTE_SHOW_CREATE` = ? ', 25, 1523995000, 33386000, 60959000, 125556000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '9a2614ec2d9e355ab9cf3604c2a67a24', 'SET SESSION `character_set_results` = ? ', 100, 6783412000, 31047000, 67834000, 169787000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'f6f3fa64ff318e3572f85fddafc04c7f', 'SHOW CREATE TABLE `admins` ', 1, 97430000, 97430000, 97430000, 97430000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '0d1108e45a25f8079edf381a10b28d56', 'SHOW FIELDS FROM `admins` ', 2, 676503000, 304774000, 338251000, 371729000, 0, 0, 0, 0, 20, 20, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '13d1f1845bb644ada95789e7e82b41b1', 'SELECT SQL_NO_CACHE * FROM `admins` ', 1, 240359000, 240359000, 240359000, 240359000, 0, 0, 1, 0, 10, 10, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '166d800cd237f24e3c54d8ce07e44f74', 'SELECT @@`collation_database` ', 25, 1843714000, 38333000, 73748000, 126969000, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '798612480a74f90af11d80ea18fcc819', 'SHOW TRIGGERS LIKE ? ', 25, 8929640000, 285764000, 357185000, 470336000, 0, 0, 0, 0, 0, 0, 25, 25, 0, 0, 0, 0, 25, 0, 0, 0, 0, 25, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'd78ae67ab5d76f0d43595a23d74c71c5', 'SHOW CREATE TABLE `admins_password_resets` ', 1, 100464000, 100464000, 100464000, 100464000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '8f161652ffe30e330249df4cc0e78c10', 'SHOW FIELDS FROM `admins_password_resets` ', 2, 750329000, 370281000, 375164000, 380048000, 0, 0, 0, 0, 6, 6, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'fcedab7fcb9a0005bc6a370e630c068a', 'SELECT SQL_NO_CACHE * FROM `admins_password_resets` ', 1, 207146000, 207146000, 207146000, 207146000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'a73f021b00ba3c470b2c0b4c79fe51b1', 'SHOW CREATE TABLE `candidate_category` ', 1, 125788000, 125788000, 125788000, 125788000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '04ff63af53522ac9ac43005844ad3a9f', 'SHOW FIELDS FROM `candidate_category` ', 2, 635786000, 273593000, 317893000, 362193000, 0, 0, 0, 0, 6, 6, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'acac9c26b71097440c86f1f2ff95dbaa', 'SELECT SQL_NO_CACHE * FROM `candidate_category` ', 1, 3535321000, 3535321000, 3535321000, 3535321000, 0, 0, 1, 0, 1213, 1213, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '96ed4306f239d2fd15c3080d34913796', 'SHOW CREATE TABLE `candidate_comment` ', 1, 112104000, 112104000, 112104000, 112104000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '98bf722354526224a0adcf11f36fc6ef', 'SHOW FIELDS FROM `candidate_comment` ', 2, 557783000, 273426000, 278891000, 284357000, 0, 0, 0, 0, 10, 10, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'aaeadbd5435ad9e716debba08645d634', 'SELECT SQL_NO_CACHE * FROM `candidate_comment` ', 1, 201880000, 201880000, 201880000, 201880000, 0, 0, 1, 0, 43, 43, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'f5996228c71eeb430e4ee72d8af90b4b', 'SHOW CREATE TABLE `candidate_notification` ', 1, 104895000, 104895000, 104895000, 104895000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'd2ef2992be8d425dec425755303d54f5', 'SHOW FIELDS FROM `candidate_notification` ', 2, 535512000, 262746000, 267756000, 272766000, 0, 0, 0, 0, 8, 8, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '8211c6a3b481809300d8d741bd7b6ce6', 'SELECT SQL_NO_CACHE * FROM `candidate_notification` ', 1, 144662000, 144662000, 144662000, 144662000, 0, 0, 1, 0, 9, 9, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'ef87c86cb5fb38634c2c78384e4bd920', 'SHOW CREATE TABLE `candidate_program` ', 1, 105149000, 105149000, 105149000, 105149000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '5fd3963bf3d8c7c8f503b1c99ff796b7', 'SHOW FIELDS FROM `candidate_program` ', 2, 567671000, 274621000, 283835000, 293050000, 0, 0, 0, 0, 10, 10, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '760e7e5fca01e4c300f505e66e2ac02e', 'SELECT SQL_NO_CACHE * FROM `candidate_program` ', 1, 239839000, 239839000, 239839000, 239839000, 0, 0, 1, 0, 66, 66, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '497dd5ac12e29913121f62957ec464ae', 'SHOW CREATE TABLE `candidate_tag` ', 1, 96294000, 96294000, 96294000, 96294000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '4eff8efbd15539de9ddce64cda339eda', 'SHOW FIELDS FROM `candidate_tag` ', 2, 607833000, 272480000, 303916000, 335353000, 0, 0, 0, 0, 6, 6, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '20bddc03fd41b6f461960439a0687002', 'SELECT SQL_NO_CACHE * FROM `candidate_tag` ', 1, 664491000, 664491000, 664491000, 664491000, 0, 0, 1, 0, 13, 13, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '8de2c019eaa023fe5003aa533be6678e', 'SHOW CREATE TABLE `candidates` ', 1, 86878000, 86878000, 86878000, 86878000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '30ddde85edd7219c1514b4a2b84f10fe', 'SHOW FIELDS FROM `candidates` ', 2, 649762000, 317254000, 324881000, 332508000, 0, 0, 0, 0, 28, 28, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'a76668d297b051a0f6934b680dc32764', 'SELECT SQL_NO_CACHE * FROM `candidates` ', 1, 4182571000, 4182571000, 4182571000, 4182571000, 0, 0, 1, 0, 464, 464, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'f99ab9a6db89fbfb5d98d9544a36b3d7', 'SHOW CREATE TABLE `categories` ', 1, 96113000, 96113000, 96113000, 96113000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'fa2f1993e35356dcbff3fdb1b69ce189', 'SHOW FIELDS FROM `categories` ', 2, 609398000, 287323000, 304699000, 322075000, 0, 0, 0, 0, 12, 12, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'ac93021f7f3202e282c60e33ccff150a', 'SELECT SQL_NO_CACHE * FROM `categories` ', 1, 185283000, 185283000, 185283000, 185283000, 0, 0, 1, 0, 12, 12, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'c99b187881fd17ca0d30f577d79ec85b', 'SHOW CREATE TABLE `clients` ', 1, 73765000, 73765000, 73765000, 73765000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '720d825c501757293324e5376fcc23b2', 'SHOW FIELDS FROM `clients` ', 2, 627065000, 281204000, 313532000, 345861000, 0, 0, 0, 0, 14, 14, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'c5b7917b200086c10beac1996fb7008b', 'SELECT SQL_NO_CACHE * FROM `clients` ', 1, 146638000, 146638000, 146638000, 146638000, 0, 0, 1, 0, 2, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '94032e27db7cee4ed15bc8d9b2f81a94', 'SHOW CREATE TABLE `comments` ', 1, 75968000, 75968000, 75968000, 75968000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'c791dacc3358e4658eb9bcc989dbc3e0', 'SHOW FIELDS FROM `comments` ', 2, 571651000, 280305000, 285825000, 291346000, 0, 0, 0, 0, 14, 14, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '2423745001617003364b863fe7dfa9af', 'SELECT SQL_NO_CACHE * FROM `comments` ', 1, 376106000, 376106000, 376106000, 376106000, 0, 0, 1, 0, 43, 43, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '287c3aa4b99da86eb08439c9e9a701c9', 'SHOW CREATE TABLE `failed_jobs` ', 1, 74061000, 74061000, 74061000, 74061000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'aa4ef99ddf99a5cf2ea9587d383e55ee', 'SHOW FIELDS FROM `failed_jobs` ', 2, 616182000, 288964000, 308091000, 327218000, 0, 0, 0, 0, 12, 12, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '5cd0793f3978d666e446b9b801c4ecf7', 'SELECT SQL_NO_CACHE * FROM `failed_jobs` ', 1, 1480073000, 1480073000, 1480073000, 1480073000, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '2cde37c9fc2f8aac013d68e9a6a3f3d5', 'SHOW CREATE TABLE `jobs` ', 1, 79703000, 79703000, 79703000, 79703000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '8e5922a766580133777848c178f041fa', 'SHOW FIELDS FROM `jobs` ', 2, 624284000, 288395000, 312142000, 335889000, 0, 0, 0, 0, 14, 14, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '01aa2af551c32affd8d50b2399325c5f', 'SELECT SQL_NO_CACHE * FROM `jobs` ', 1, 133593000, 133593000, 133593000, 133593000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '519f5d3610f71053cbf496fa9cebbdc8', 'SHOW CREATE TABLE `migrations` ', 1, 71015000, 71015000, 71015000, 71015000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'e2a0d47bd22c1d8e277298fd6224dafc', 'SHOW FIELDS FROM `migrations` ', 2, 572956000, 267854000, 286478000, 305102000, 0, 0, 0, 0, 6, 6, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '43c4cf12901c14c6d2400845312e552e', 'SELECT SQL_NO_CACHE * FROM `migrations` ', 1, 212699000, 212699000, 212699000, 212699000, 0, 0, 1, 0, 32, 32, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'f7cd06df4abef28396152a2a3c3255f0', 'SHOW CREATE TABLE `notifications` ', 1, 72374000, 72374000, 72374000, 72374000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '0428e48c460e8e1711378da50d422c08', 'SHOW FIELDS FROM `notifications` ', 2, 566631000, 271741000, 283315000, 294890000, 0, 0, 0, 0, 10, 10, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '0c597cd244d79b083fc5010c71a92313', 'SELECT SQL_NO_CACHE * FROM `notifications` ', 1, 182211000, 182211000, 182211000, 182211000, 0, 0, 1, 0, 15, 15, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'c44b235b6faf7f2bf4f9e7fa83027ca6', 'SHOW CREATE TABLE `oauth_access_tokens` ', 1, 116336000, 116336000, 116336000, 116336000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '4e575e14c4c557782a90df03b4d72fdc', 'SHOW FIELDS FROM `oauth_access_tokens` ', 2, 641732000, 300295000, 320866000, 341437000, 0, 0, 0, 0, 18, 18, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '5474a7498803a043e1c6df5b4c223327', 'SELECT SQL_NO_CACHE * FROM `oauth_access_tokens` ', 1, 1109806000, 1109806000, 1109806000, 1109806000, 0, 0, 1, 0, 181, 181, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'b15093da5809a2deac8f085e5eeba6a4', 'SHOW CREATE TABLE `oauth_auth_codes` ', 1, 74386000, 74386000, 74386000, 74386000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '9f4f118b52d8627f8a43420352d9085e', 'SHOW FIELDS FROM `oauth_auth_codes` ', 2, 655628000, 306327000, 327814000, 349301000, 0, 0, 0, 0, 12, 12, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '8b32d777e8e4a3c5477f0d71eff7342d', 'SELECT SQL_NO_CACHE * FROM `oauth_auth_codes` ', 1, 211984000, 211984000, 211984000, 211984000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'bd92e457b3ec943f97fc7b0d98874e8d', 'SHOW CREATE TABLE `oauth_clients` ', 1, 82993000, 82993000, 82993000, 82993000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '91c22829b1abce917ed2084150d45199', 'SHOW FIELDS FROM `oauth_clients` ', 2, 674831000, 312269000, 337415000, 362562000, 0, 0, 0, 0, 20, 20, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'c8a7dc1c64826deeb0a3f41bd59322c5', 'SELECT SQL_NO_CACHE * FROM `oauth_clients` ', 1, 161264000, 161264000, 161264000, 161264000, 0, 0, 1, 0, 2, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'e0afc786eb10d7d7696ed6c36714499b', 'SHOW CREATE TABLE `oauth_personal_access_clients` ', 1, 73288000, 73288000, 73288000, 73288000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '7acc298db7878ed11fa003c2552983c7', 'SHOW FIELDS FROM `oauth_personal_access_clients` ', 2, 590826000, 275906000, 295413000, 314920000, 0, 0, 0, 0, 8, 8, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '138b1248c4f7ba811df3f424d46b4c9f', 'SELECT SQL_NO_CACHE * FROM `oauth_personal_access_clients` ', 1, 199141000, 199141000, 199141000, 199141000, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '085c974031096cb8efeb5eeee4fd6d16', 'SHOW CREATE TABLE `oauth_refresh_tokens` ', 1, 76085000, 76085000, 76085000, 76085000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '553ad75af43de62c7f8303a872b281e0', 'SHOW FIELDS FROM `oauth_refresh_tokens` ', 2, 577491000, 269394000, 288745000, 308097000, 0, 0, 0, 0, 8, 8, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '641c0f15592e2d2fff9b21e994d6916c', 'SELECT SQL_NO_CACHE * FROM `oauth_refresh_tokens` ', 1, 995414000, 995414000, 995414000, 995414000, 0, 0, 1, 0, 181, 181, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '1d0a1136504de699d6e1ef5200a7dafe', 'SHOW CREATE TABLE `password_resets` ', 1, 71528000, 71528000, 71528000, 71528000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'aa852315b7767fc62c96d5f3b74654b9', 'SHOW FIELDS FROM `password_resets` ', 2, 535183000, 262751000, 267591000, 272432000, 0, 0, 0, 0, 6, 6, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '9de9dfc83527f910982d1b4bf137ed32', 'SELECT SQL_NO_CACHE * FROM `password_resets` ', 1, 154834000, 154834000, 154834000, 154834000, 0, 0, 1, 0, 2, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '84bab832e1b39b8d26b09d8617575d4a', 'SHOW CREATE TABLE `photos` ', 1, 98702000, 98702000, 98702000, 98702000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '0ee6814bc936d52b1dd6a009b6a1b479', 'SHOW FIELDS FROM `photos` ', 2, 558616000, 269870000, 279308000, 288746000, 0, 0, 0, 0, 8, 8, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '22dd566465ee9b66851c86807f3a3aab', 'SELECT SQL_NO_CACHE * FROM `photos` ', 1, 15040407000, 15040407000, 15040407000, 15040407000, 0, 0, 1, 0, 2783, 2783, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '3365d84e0ba6b9a1a283f8f62430895a', 'SHOW CREATE TABLE `programs` ', 1, 83254000, 83254000, 83254000, 83254000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '456abddf08165d0aafaf2e8e11047052', 'SHOW FIELDS FROM `programs` ', 2, 601876000, 276349000, 300938000, 325527000, 0, 0, 0, 0, 22, 22, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'ce0b0d956245045275e4a99a577fa244', 'SELECT SQL_NO_CACHE * FROM `programs` ', 1, 129456000, 129456000, 129456000, 129456000, 0, 0, 1, 0, 10, 10, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '552d4f4b2736c360b8d6fb6b029cf396', 'SHOW CREATE TABLE `tags` ', 1, 66161000, 66161000, 66161000, 66161000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '993ec9892c87a128892462590fc49470', 'SHOW FIELDS FROM `tags` ', 2, 557457000, 255141000, 278728000, 302316000, 0, 0, 0, 0, 12, 12, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', 'ad3fcc78dbd2ed4a12f2d727c7f28bf3', 'SELECT SQL_NO_CACHE * FROM `tags` ', 1, 139338000, 139338000, 139338000, 139338000, 0, 0, 1, 0, 37, 37, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '6039949eb30500464524ab83045e7ef6', 'SHOW CREATE TABLE `users` ', 1, 114562000, 114562000, 114562000, 114562000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '2a6158cf0730fa87b415481f61d29a64', 'SHOW FIELDS FROM `users` ', 2, 642090000, 304608000, 321045000, 337482000, 0, 0, 0, 0, 24, 24, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '67e2edc4b0c6927831272bf91f0733e5', 'SELECT SQL_NO_CACHE * FROM `users` ', 1, 255419000, 255419000, 255419000, 255419000, 0, 0, 1, 0, 16, 16, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('ambassador', '1adb0c2a349ac7f6d23bac0ba6032f2f', 'UNLOCK TABLES ', 1, 289044000, 289044000, 289044000, 289044000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 03:00:02', '2018-10-04 03:00:02'),
('cbx', 'e944278c795901873dd74f76bc9e3293', 'UPDATE `wp_options` SET `option_value` = ? , `autoload` = ? WHERE `option_name` = ? ', 7, 9424579000, 645833000, 1346368000, 1887326000, 1109000000, 0, 0, 7, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 04:11:21', '2018-10-04 10:29:34'),
('cbx', 'b95ad050a61cfe51172e116c419f8b91', 'SELECT COUNT ( `NULLIF` ( `meta_value` LIKE ? , FALSE ) ) , COUNT ( `NULLIF` ( `meta_value` LIKE ? , FALSE ) ) , COUNT ( `NULLIF` ( `meta_value` LIKE ? , FALSE ) ) , COUNT ( `NULLIF` ( `meta_value` LIKE ? , FALSE ) ) , COUNT ( `NULLIF` ( `meta_value` LIKE ? , FALSE ) ) , COUNT ( `NULLIF` ( `meta_value` = ? , FALSE ) ) , COUNT ( * ) FROM `wp_usermeta` INNER JOIN `wp_users` ON `user_id` = `ID` WHERE `meta_key` = ? ', 2, 1536289000, 524280000, 768144000, 1012009000, 910000000, 0, 0, 0, 2, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 04:11:21', '2018-10-04 10:29:34'),
(NULL, '3d33cca99384188c7bf67ed7221fd87b', 'FLUSH LOGS ', 1, 1183982000, 1183982000, 1183982000, 1183982000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 06:25:03', '2018-10-04 06:25:03'),
('cbx', 'bcd5cb087060b7a78bf896be884d5aea', 'SELECT `option_name` , `option_value` FROM `wp_options` WHERE `option_name` LIKE ? ', 14, 5910862000, 373911000, 422204000, 654324000, 828000000, 0, 0, 0, 0, 3350, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 14, 0, '2018-10-04 10:28:19', '2018-10-04 10:33:49'),
('beliv', 'f74cafed6b96efee6394110572c7bbc4', 'SET NAMES `utf8` ', 2, 134470000, 61055000, 67235000, 73415000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 10:29:03', '2018-10-04 10:29:03'),
('beliv', '4db11fd4e39a8299371edbd3b7fdab0c', 'SELECT `cp_clientes` . `id` AS `id` , `cp_clientes` . `nome` AS `nome` , `cp_clientes` . `email` AS `email` , `cp_clientes` . `senha` AS `senha` , `cp_clientes` . `login` AS `login` , `cp_clientes` . `office` AS `office` , `cp_clientes` . `phone` AS `phone` , `cp_clientes` . `address` AS `address` , `cp_clientes` . `imagem` AS `imagem` FROM `cp_clientes` WHERE `cp_clientes` . `ativo` = ? AND ( `cp_clientes` . `excluido` IS NULL OR `cp_clientes` . `excluido` = ? ) LIMIT ? ', 1, 5341355000, 5341355000, 5341355000, 5341355000, 5220000000, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 10:29:03', '2018-10-04 10:29:03'),
('beliv', '21c438e57e8d915c68db3bb4efa61f45', 'SELECT `cp_brands` . `id` AS `id` , `cp_brands` . `nome` AS `nome` , `cp_brands` . `nomeesp` AS `nomeesp` , `cp_brands` . `cor` AS `cor` , `cp_brands` . `slugesp` AS `slugesp` , `cp_brands` . `slugeng` AS `slugeng` , `cp_brands` . `slogan` AS `slogan` , `cp_brands` . `sloganesp` AS `sloganesp` , `cp_brands` . `icon` AS `icon` , `cp_brands` . `ativo` AS `ativo` FROM `cp_brands` WHERE ( `cp_brands` . `excluido` IS NULL OR `cp_brands` . `excluido` = ? ) AND `cp_brands` . `ativo` = ? AND `cp_brands` . `id` IN ( SELECT `brand_id` FROM `cp_products` WHERE `ativo` = ? AND ( `excluido` = ? OR NOT `excluido` IS NULL ) ) ORDER BY `cp_brands` . `ordem` ', 1, 8258762000, 8258762000, 8258762000, 8258762000, 7008000000, 0, 0, 0, 4, 34, 0, 1, 1, 0, 0, 0, 1, 0, 0, 4, 1, 1, 0, '2018-10-04 10:29:03', '2018-10-04 10:29:03'),
('beliv', 'dbca6e897387edaddf89258387695ed3', 'SELECT `cp_products` . `id` AS `id` , `cp_products` . `nome` AS `nome` , `cp_products` . `nomeesp` AS `nomeesp` , `cp_products` . `slugesp` AS `slugesp` , `cp_products` . `slugeng` AS `slugeng` , `cp_products` . `brand_id` AS `brand_id` , `cp_products` . `ativo` AS `ativo` , `cp_products` . `ordem` AS `ordem` FROM `cp_products` LEFT JOIN `cp_brands` ON `cp_products` . `brand_id` = `cp_brands` . `id` WHERE ( `cp_products` . `excluido` IS NULL OR `cp_products` . `excluido` = ? ) AND `cp_brands` . `slugeng` = ? ', 4, 897219000, 183285000, 224304000, 293779000, 453000000, 0, 0, 0, 7, 104, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 4, 0, '2018-10-04 10:29:03', '2018-10-04 10:29:03'),
('beliv', '4a48c6c1ab0fa99babb6c9b49515f985', 'SELECT * FROM `cp_brands` WHERE `id` = ? AND ( `excluido` IS NULL OR `excluido` = ? ) ', 7, 885831000, 114629000, 126547000, 147803000, 385000000, 0, 0, 0, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 10:29:03', '2018-10-04 10:29:03'),
('beliv', '186a1c7345f30f202bf5c51eee65a715', 'SELECT `cp_welcome` . `id` AS `id` , `cp_welcome` . `description` AS `description` , `cp_welcome` . `descriptionesp` AS `descriptionesp` FROM `cp_welcome` ', 1, 1519596000, 1519596000, 1519596000, 1519596000, 1460000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 10:29:03', '2018-10-04 10:29:03'),
('cbx', 'dbe15867da930243b0792ebc7f2e1555', 'SELECT `wp_posts` . * FROM `wp_posts` WHERE ? = ? AND ( `wp_posts` . `ID` = ? ) AND `wp_posts` . `post_type` = ? ORDER BY `wp_posts` . `post_date` DESC ', 2, 384238000, 172715000, 192119000, 211523000, 165000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 10:29:10', '2018-10-04 10:31:45'),
('cbx', 'bd407629531957bb1b3ee20e6453e717', 'SELECT COUNT ( * ) AS `cnt` , MAX ( `menu_order` ) AS `max` , MIN ( `menu_order` ) AS `min` FROM `wp_posts` WHERE `post_type` = ? AND `post_status` IN (...) ', 21, 18096355000, 560402000, 861731000, 5838671000, 3524000000, 0, 0, 0, 21, 1344, 0, 0, 0, 0, 21, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 10:29:11', '2018-10-04 10:33:52'),
('cbx', '6fdb743bbd4317a36fa94382ca2e4e11', 'SELECT SQL_CALC_FOUND_ROWS `wp_posts` . `ID` FROM `wp_posts` WHERE ? = ? AND `wp_posts` . `ID` NOT IN (?) AND `wp_posts` . `post_type` = ? AND ( ( `wp_posts` . `post_status` = ? ) ) ORDER BY `wp_posts` . `post_date` DESC LIMIT ?, ... ', 1, 1841571000, 1841571000, 1841571000, 1841571000, 83000000, 0, 0, 0, 9, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 10:29:11', '2018-10-04 10:29:11'),
('cbx', '483a1b849e3c7c4932a65ed21c7cc995', 'SELECT * FROM `wp_users` WHERE `user_login` = ? ', 21, 4826525000, 155142000, 229834000, 1026823000, 1470000000, 0, 0, 0, 21, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 10:29:34', '2018-10-04 10:33:52'),
('cbx', 'def20949aea90c8124dd5806afb8b987', 'SELECT `umeta_id` FROM `wp_usermeta` WHERE `meta_key` = ? AND `user_id` = ? ', 1, 437647000, 437647000, 437647000, 437647000, 151000000, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 10:29:34', '2018-10-04 10:29:34'),
('cbx', 'b47d3a6bddc380ecef8b3cd089ffaa3d', 'SHOW FULL FIELDS FROM `wp_usermeta` ', 1, 398784000, 398784000, 398784000, 398784000, 235000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 10:29:34', '2018-10-04 10:29:34'),
('cbx', 'ae3beccb9fc71d7750bd6d5bde0ad7f9', 'UPDATE `wp_usermeta` SET `meta_value` = ? WHERE `user_id` = ? AND `meta_key` = ? ', 1, 1731903000, 1731903000, 1731903000, 1731903000, 70000000, 0, 0, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 10:29:34', '2018-10-04 10:29:34'),
('cbx', '2f9c7e6d3f600850b4e3d2f6347dc4a9', 'SELECT `comment_approved` , COUNT ( * ) AS `total` FROM `wp_comments` GROUP BY `comment_approved` ', 5, 3699717000, 208238000, 739943000, 2797551000, 2968000000, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, '2018-10-04 10:29:34', '2018-10-04 10:30:33'),
('cbx', 'e60b25941fa80f594660de425257c9b9', 'SELECT `wp_posts` . `ID` FROM `wp_posts` WHERE ? = ? AND `wp_posts` . `post_type` = ? AND ( ( `wp_posts` . `post_status` = ? ) ) ORDER BY `wp_posts` . `post_date` DESC LIMIT ?, ... ', 1, 182340000, 182340000, 182340000, 182340000, 73000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 10:29:34', '2018-10-04 10:29:34'),
('cbx', '5a0af46cf395396a39b1260a239ac1f2', 'SELECT `wp_posts` . * FROM `wp_posts` INNER JOIN `wp_postmeta` ON ( `wp_posts` . `ID` = `wp_postmeta` . `post_id` ) WHERE ? = ? AND ( ( `wp_postmeta` . `meta_key` = ? AND `wp_postmeta` . `meta_value` = ? ) ) AND `wp_posts` . `post_type` = ? GROUP BY `wp_posts` . `ID` ORDER BY `wp_posts` . `post_date` DESC ', 8, 5085394000, 417894000, 635674000, 1197860000, 986000000, 0, 0, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, '2018-10-04 10:29:34', '2018-10-04 10:30:33'),
('cbx', '56b99307bba90059d937af4761312847', 'SELECT `post_status` , COUNT ( * ) AS `num_posts` FROM `wp_posts` WHERE `post_type` = ? GROUP BY `post_status` ', 4, 5898722000, 190949000, 1474680000, 5289180000, 333000000, 0, 0, 0, 10, 898, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 10:29:34', '2018-10-04 10:30:02'),
('cbx', '41a1dd32d4bdad9559c4d47579b9b65d', 'SELECT DISTINCTROW ( `import_type` ) FROM `smackuci_events` ', 3, 2879730000, 218125000, 959910000, 2416564000, 2553000000, 0, 0, 0, 3, 9, 0, 3, 0, 0, 0, 0, 3, 0, 0, 0, 0, 3, 0, '2018-10-04 10:29:37', '2018-10-04 10:29:37'),
('cbx', 'f3961c7d5819328cb8040575f34ff345', 'SELECT SUM ( `created` ) AS `created` , SUM ( `updated` ) AS `updated` , SUM ( `skipped` ) AS `skipped` FROM `smackuci_events` WHERE `import_type` = ? ', 1, 562934000, 562934000, 562934000, 562934000, 87000000, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 10:29:37', '2018-10-04 10:29:37'),
('cbx', '866312cfe50f946e9c518909e63c2044', 'SELECT SUM ( `created` ) AS ? FROM `smackuci_events` WHERE `import_type` = ? ', 1, 488310000, 488310000, 488310000, 488310000, 417000000, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 10:29:37', '2018-10-04 10:29:37'),
('cbx', '0d8cec634763fc1f76906941503ede33', 'SELECT SUM ( `created` ) AS ? FROM `smackuci_events` WHERE `import_type` = ? AND SQL_TSI_MONTH = ? AND YEAR = ? ', 12, 1426053000, 109773000, 118837000, 133070000, 687000000, 0, 0, 0, 12, 24, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 12, 0, '2018-10-04 10:29:37', '2018-10-04 10:29:37'),
('cbx', '472e8b26970d4cf67acb172808ad12e0', 'SELECT COUNT (?) FROM `wp_posts` WHERE `post_type` = ? AND `post_status` NOT IN (...) AND `post_author` = ? ', 2, 70697616000, 403100000, 35348808000, 70294516000, 195000000, 0, 0, 0, 2, 863, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 10:30:01', '2018-10-04 10:30:02'),
('cbx', 'ba0835a185b66c70dfd5c671c6a8406c', 'SELECT `wp_posts` . `ID` , `wp_posts` . `post_parent` FROM `wp_posts` WHERE ? = ? AND `wp_posts` . `post_type` = ? AND ( `wp_posts` . `post_status` = ? OR `wp_posts` . `post_status` = ? OR `wp_posts` . `post_status` = ? OR `wp_posts` . `post_status` = ? OR `wp_posts` . `post_status` = ? ) ORDER BY `wp_posts` . `menu_order` ASC , `wp_posts` . `post_title` ASC ', 2, 15247462000, 398135000, 7623731000, 14849327000, 175000000, 0, 0, 0, 863, 1726, 0, 0, 0, 0, 2, 0, 0, 1, 2, 863, 0, 0, 0, '2018-10-04 10:30:01', '2018-10-04 10:30:02'),
('cbx', '6eb6a208b5f53ce9785cced1bbce4d15', 'SELECT DISTINCTROW YEAR ( `post_date` ) AS YEAR , SQL_TSI_MONTH ( `post_date` ) AS SQL_TSI_MONTH FROM `wp_posts` WHERE `post_type` = ? AND `post_status` != ? AND `post_status` != ? ORDER BY `post_date` DESC ', 2, 3431818000, 374930000, 1715909000, 3056888000, 1048000000, 0, 0, 0, 129, 1121, 0, 2, 0, 0, 2, 0, 0, 0, 0, 129, 2, 0, 0, '2018-10-04 10:30:01', '2018-10-04 10:30:02'),
('cbx', 'e613563f6529cf12e2613526ac42806a', 'SELECT `t` . * , `tt` . * FROM `wp_terms` AS `t` INNER JOIN `wp_term_taxonomy` AS `tt` ON `t` . `term_id` = `tt` . `term_id` INNER JOIN `wp_term_relationships` AS `tr` ON `tr` . `term_taxonomy_id` = `tt` . `term_taxonomy_id` WHERE `tt` . `taxonomy` IN (?) AND `tr` . `object_id` IN (?) ORDER BY `t` . `name` ASC ', 519, 211892513000, 342564000, 408270000, 3269444000, 55705000000, 0, 0, 0, 0, 0, 519, 519, 0, 0, 0, 0, 0, 0, 0, 0, 519, 0, 0, '2018-10-04 10:30:01', '2018-10-04 10:30:33'),
('cbx', 'a0fdaaef1d6861966a360388cdb7d536', 'SELECT `wp_users` . `ID` , `wp_users` . `user_login` , `wp_users` . `display_name` FROM `wp_users` INNER JOIN `wp_usermeta` ON ( `wp_users` . `ID` = `wp_usermeta` . `user_id` ) WHERE ? = ? AND ( ( `wp_usermeta` . `meta_key` = ? AND `wp_usermeta` . `meta_value` != ? ) ) ORDER BY `display_name` ASC ', 6, 4632134000, 377925000, 772022000, 2357815000, 783000000, 0, 0, 0, 78, 312, 0, 6, 0, 0, 0, 0, 0, 0, 0, 78, 6, 0, 0, '2018-10-04 10:30:02', '2018-10-04 10:30:34'),
('cbx', 'a9e0eb81f1688428d06c57eff0b93b0b', 'SELECT `t` . `term_id` , `tt` . `parent` , `tt` . `count` , `tt` . `taxonomy` FROM `wp_terms` AS `t` INNER JOIN `wp_term_taxonomy` AS `tt` ON `t` . `term_id` = `tt` . `term_id` WHERE `tt` . `taxonomy` IN (?) AND `tt` . `count` > ? ORDER BY `tt` . `count` DESC LIMIT ? ', 2, 690234000, 270791000, 345117000, 419443000, 200000000, 0, 0, 0, 10, 30, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10, 0, 0, 0, '2018-10-04 10:30:02', '2018-10-04 10:30:03'),
('cbx', 'ca66c8f3f57b359a23eae3dc8e677a1b', 'SELECT `term_id` , `meta_key` , `meta_value` FROM `wp_termmeta` WHERE `term_id` IN (...) ORDER BY `meta_id` ASC ', 4, 3147207000, 129811000, 786801000, 2635869000, 2497000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, '2018-10-04 10:30:02', '2018-10-04 10:30:33'),
('cbx', '8365bfbe1a998a7b2a0c40a0556891a3', 'SELECT `t` . * , `tt` . * FROM `wp_terms` AS `t` INNER JOIN `wp_term_taxonomy` AS `tt` ON `t` . `term_id` = `tt` . `term_id` WHERE `tt` . `taxonomy` IN (?) ORDER BY `t` . `name` ASC ', 6, 2869826000, 406379000, 478304000, 585370000, 510000000, 0, 0, 0, 30, 120, 6, 6, 0, 0, 0, 0, 0, 0, 0, 30, 6, 0, 0, '2018-10-04 10:30:02', '2018-10-04 10:30:33'),
('cbx', 'e156bafe162a6fa3ba4ef81762f1425a', 'SELECT * FROM `wp_posts` WHERE ( `post_type` = ? AND `post_status` = ? ) ORDER BY `menu_order` , `wp_posts` . `post_title` ASC ', 4, 57991239000, 384197000, 14497809000, 30772678000, 307000000, 0, 0, 0, 1674, 3348, 0, 0, 0, 0, 0, 0, 0, 2, 4, 1674, 0, 0, 0, '2018-10-04 10:30:02', '2018-10-04 10:30:33'),
('cbx', 'e8e69a780d95ffc66acca9a16c18cad0', 'SELECT `meta_id` FROM `wp_postmeta` WHERE `meta_key` = ? AND `post_id` = ? ', 11, 3956609000, 174761000, 359691000, 1405723000, 711000000, 0, 0, 0, 11, 460, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 10:30:05', '2018-10-04 10:33:52'),
('cbx', '7dda7b2d244b9aa1b37b4962408e3832', 'SHOW FULL FIELDS FROM `wp_postmeta` ', 11, 4210931000, 322536000, 382811000, 467032000, 2255000000, 0, 0, 0, 44, 44, 11, 11, 0, 0, 0, 0, 11, 0, 0, 0, 0, 11, 0, '2018-10-04 10:30:05', '2018-10-04 10:33:52'),
('cbx', '8901436dc88af7f2cdcb639f5dca2bc7', 'UPDATE `wp_postmeta` SET `meta_value` = ? WHERE `post_id` = ? AND `meta_key` = ? ', 9, 13096835000, 1143631000, 1455203000, 2353414000, 575000000, 0, 0, 9, 0, 383, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 10:30:05', '2018-10-04 10:33:50'),
('cbx', '4c89ec6f1737a8c77d7ff4e8eab90afa', 'SELECT `wp_users` . `ID` FROM `wp_users` WHERE ? = ? ORDER BY `user_login` ASC LIMIT ?, ... ', 2, 261709000, 114470000, 130854000, 147239000, 128000000, 0, 0, 0, 4, 4, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, '2018-10-04 10:30:05', '2018-10-04 10:30:33'),
('cbx', '28ad838ac94e777a62d0dc38b8c5daac', 'SELECT DISTINCTROW YEAR ( `post_date` ) AS YEAR , SQL_TSI_MONTH ( `post_date` ) AS SQL_TSI_MONTH FROM `wp_posts` WHERE `post_type` = ? ORDER BY `post_date` DESC ', 2, 3486712000, 1715172000, 1743356000, 1771540000, 138000000, 0, 0, 0, 10, 1830, 0, 2, 0, 0, 0, 0, 0, 0, 0, 10, 2, 0, 0, '2018-10-04 10:30:05', '2018-10-04 10:30:33'),
('cbx', 'e363229565c242b5eef2eb64fccd3c67', 'SELECT `wp_posts` . * FROM `wp_posts` WHERE ? = ? AND `wp_posts` . `post_parent` = ? AND `wp_posts` . `post_type` = ? AND ( ( `wp_posts` . `post_status` = ? ) ) ORDER BY `wp_posts` . `post_date` DESC , `wp_posts` . `ID` DESC ', 6, 7147352000, 314037000, 1191225000, 3944217000, 534000000, 0, 0, 0, 30, 81, 0, 0, 0, 0, 0, 0, 0, 0, 6, 30, 0, 0, 0, '2018-10-04 10:30:05', '2018-10-04 10:30:33'),
('cbx', '79a06601705eff3792e481d7ba8a2157', 'SELECT `wp_posts` . * FROM `wp_posts` WHERE ? = ? AND `wp_posts` . `post_type` = ? AND ( ( `wp_posts` . `post_status` = ? ) ) ORDER BY `wp_posts` . `menu_order` ASC , `wp_posts` . `post_title` ASC ', 2, 784534000, 362405000, 392267000, 422129000, 163000000, 0, 0, 0, 28, 56, 0, 0, 0, 0, 0, 0, 0, 0, 2, 28, 0, 0, 0, '2018-10-04 10:30:05', '2018-10-04 10:30:33'),
('cbx', '6d72dc0c3920efbf618287665fd099fe', 'SELECT `post_name` FROM `wp_posts` WHERE `post_name` = ? AND `post_type` IN (...) AND `ID` != ? AND `post_parent` = ? LIMIT ? ', 2, 4137954000, 325808000, 2068977000, 3812146000, 139000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 10:30:05', '2018-10-04 10:30:33'),
('cbx', 'e083583b19d7d53eb081951da88c8d9d', 'SELECT `t` . `term_id` , `tt` . `parent` , `tt` . `count` , `tt` . `taxonomy` FROM `wp_terms` AS `t` INNER JOIN `wp_term_taxonomy` AS `tt` ON `t` . `term_id` = `tt` . `term_id` INNER JOIN `wp_term_relationships` AS `tr` ON `tr` . `term_taxonomy_id` = `tt` . `term_taxonomy_id` WHERE `tt` . `taxonomy` IN (?) AND `tr` . `object_id` IN (?) ORDER BY `t` . `name` ASC ', 2, 591839000, 288995000, 295919000, 302844000, 180000000, 0, 0, 0, 2, 10, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, '2018-10-04 10:30:05', '2018-10-04 10:30:33'),
('cbx', 'b1eaa0395bc4976b44ce6469e13c0e46', 'SELECT `term_id` , `meta_key` , `meta_value` FROM `wp_termmeta` WHERE `term_id` IN (?) ORDER BY `meta_id` ASC ', 2, 425948000, 202921000, 212974000, 223027000, 254000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 10:30:05', '2018-10-04 10:30:33'),
('cbx', '84198665e6f64cf5f1106aea82f2b507', 'SELECT `t` . * , `tt` . * FROM `wp_terms` AS `t` INNER JOIN `wp_term_taxonomy` AS `tt` ON `t` . `term_id` = `tt` . `term_id` WHERE `tt` . `taxonomy` IN (?) AND `tt` . `count` > ? ORDER BY `tt` . `count` DESC LIMIT ? ', 2, 615109000, 290160000, 307554000, 324949000, 168000000, 0, 0, 0, 10, 30, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10, 0, 0, 0, '2018-10-04 10:30:05', '2018-10-04 10:30:33'),
('cbx', 'bfd442b64300f36a9029f23b52be0c76', 'SELECT `meta_key` FROM `wp_postmeta` WHERE `post_id` = ? AND `meta_key` LIKE ? ', 5, 1264709000, 177880000, 252941000, 361935000, 318000000, 0, 0, 0, 67, 97, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 10:30:05', '2018-10-04 10:30:33'),
('cbx', 'd04dbdc753c9b28ea5763ecf45b71ff4', 'SELECT `post_id` , `meta_value` FROM `wp_postmeta` WHERE `meta_key` = ? AND `post_id` = ? ', 67, 12361091000, 170426000, 184493000, 247527000, 3851000000, 0, 0, 0, 67, 67, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 10:30:05', '2018-10-04 10:30:33'),
('cbx', '697b00e4981112cd1e75dc5e615fc271', 'SELECT `meta_key` , `meta_value` , `meta_id` , `post_id` FROM `wp_postmeta` WHERE `post_id` = ? ORDER BY `meta_key` , `meta_id` ', 2, 718164000, 183492000, 359082000, 534672000, 124000000, 0, 0, 0, 77, 154, 0, 0, 0, 0, 0, 0, 0, 0, 2, 77, 0, 0, 0, '2018-10-04 10:30:05', '2018-10-04 10:30:33'),
('cbx', 'e6959e6635161eb585e310ac3544e2cb', 'SELECT DISTINCTROW `meta_key` FROM `wp_postmeta` WHERE `meta_key` NOT BETWEEN ? AND ? HAVING `meta_key` NOT LIKE ? ORDER BY `meta_key` LIMIT ? ', 2, 72532961000, 34205070000, 36266480000, 38327891000, 795000000, 0, 0, 0, 60, 38600, 0, 2, 0, 0, 0, 0, 2, 2, 0, 512, 2, 2, 0, '2018-10-04 10:30:05', '2018-10-04 10:30:34'),
('cbx', 'f124193225c55ce6b4a6d8a8041bd4fb', 'SELECT COUNT ( * ) FROM `wp_comments` WHERE ( ( `comment_approved` = ? OR `comment_approved` = ? ) ) AND `comment_post_ID` = ? ORDER BY `wp_comments` . `comment_date_gmt` DESC LIMIT ?, ... ', 2, 1494382000, 626509000, 747191000, 867873000, 342000000, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 10:30:05', '2018-10-04 10:30:34'),
('cbx', '666e8a2527a9046fc82c4dfd6e85044d', 'SELECT `ID` FROM `wp_posts` WHERE `post_name` LIKE ? AND `post_type` = ? AND `post_status` = ? ', 1, 207622000, 207622000, 207622000, 207622000, 59000000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 10:31:45', '2018-10-04 10:31:45'),
('cbx', '0992e519d2fc7d0f3e7d8223e4010be0', 'UPDATE `wp_postmeta` SET `meta_value` = ? WHERE `post_id` = ? AND `meta_key` = ? AND `meta_value` = ? ', 2, 2862923000, 1360546000, 1431461000, 1502377000, 128000000, 0, 0, 2, 0, 77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 10:33:50', '2018-10-04 10:33:52'),
(NULL, 'a7c1675990bca1f1626de4046ab6da03', 'SELECT @@`version` , @@`version_comment` ', 151, 14156470000, 51431000, 93751000, 198508000, 0, 0, 0, 0, 151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:12:11', '2018-10-04 12:14:12'),
(NULL, '823c3c806697a074d3ce9a8a25a55f4b', 'SET `lc_messages` = ? ', 151, 5118297000, 23796000, 33896000, 64775000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:12:11', '2018-10-04 12:14:12'),
(NULL, '8399db12e63ae880f9f66e2e69dfe1d3', 'SHOW GRANTS ', 2, 65029000, 31857000, 32514000, 33172000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:12:11', '2018-10-04 12:12:58'),
(NULL, '32977cfb622bf9a68dce6e87c2617091', 'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA` . `SCHEMATA` ', 151, 60420150000, 283937000, 400133000, 1777641000, 10653000000, 0, 0, 0, 5285, 5285, 0, 151, 0, 0, 0, 0, 151, 0, 0, 0, 0, 151, 0, '2018-10-04 12:12:11', '2018-10-04 12:14:12'),
(NULL, '484341dc131c81d8b01585b136f72fca', 'SET `collation_connection` = ? ', 149, 7083036000, 34955000, 47537000, 96762000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:12:11', '2018-10-04 12:14:12'),
(NULL, 'f5cb3899b93ee0012cc373828e0cdb9b', 'SELECT ? FROM ( SELECT `GRANTEE` , `IS_GRANTABLE` FROM `INFORMATION_SCHEMA` . `COLUMN_PRIVILEGES` UNION SELECT `GRANTEE` , `IS_GRANTABLE` FROM `INFORMATION_SCHEMA` . `TABLE_PRIVILEGES` UNION SELECT `GRANTEE` , `IS_GRANTABLE` FROM `INFORMATION_SCHEMA` . `SCHEMA_PRIVILEGES` UNION SELECT `GRANTEE` , `IS_GRANTABLE` FROM `INFORMATION_SCHEMA` . `USER_PRIVILEGES` ) `t` WHERE `IS_GRANTABLE` = ? AND ? LIKE `GRANTEE` LIMIT ? ', 2, 11290787000, 5211244000, 5645393000, 6079543000, 877000000, 0, 0, 0, 2, 3016, 0, 12, 0, 0, 0, 0, 10, 0, 0, 0, 0, 2, 0, '2018-10-04 12:12:11', '2018-10-04 12:12:58'),
(NULL, '2649375c4353d6a62efb14b4581bdbe0', 'SELECT ? FROM `INFORMATION_SCHEMA` . `USER_PRIVILEGES` WHERE `PRIVILEGE_TYPE` = ? AND ? LIKE `GRANTEE` LIMIT ? ', 2, 994212000, 494836000, 497106000, 499376000, 175000000, 0, 0, 0, 2, 582, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:12:11', '2018-10-04 12:12:58'),
(NULL, '2117e61993c2918e221903ca85d22c0f', 'SELECT ? FROM `mysql` . `user` LIMIT ? ', 2, 3059887000, 281890000, 1529943000, 2777997000, 1674000000, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, '2018-10-04 12:12:11', '2018-10-04 12:12:58'),
('mysql', '80b5982aee134a094ef74dffb2986f27', 'SELECT SYSTEM_USER ( ) ', 2, 1491554000, 214853000, 745777000, 1276701000, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:12:11', '2018-10-04 12:12:58'),
('mysql', 'f990b02c3b1aee732f90cd8b69d40653', 'SELECT `CHARACTER_SET_NAME` AS `Charset` , `DESCRIPTION` AS `Description` FROM `information_schema` . `CHARACTER_SETS` ', 2, 415697000, 149466000, 207848000, 266231000, 117000000, 0, 0, 0, 82, 82, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:12:11', '2018-10-04 12:12:58');
INSERT INTO `events_statements_summary_by_digest` (`SCHEMA_NAME`, `DIGEST`, `DIGEST_TEXT`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`, `FIRST_SEEN`, `LAST_SEEN`) VALUES
('mysql', '7ba107a9b55a94aecfddff1bdd23cb71', 'SELECT `CHARACTER_SET_NAME` AS `Charset` , `COLLATION_NAME` AS `Collation` , `IS_DEFAULT` AS `Default` FROM `information_schema` . `COLLATIONS` ', 2, 3782247000, 413343000, 1891123000, 3368904000, 117000000, 0, 0, 0, 444, 444, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:12:11', '2018-10-04 12:12:58'),
('mysql', '84934399e991858494158c910ea575d7', 'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA` . `SCHEMATA` , ( SELECT `DB_first_level` FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ORDER BY `DB_first_level` ASC LIMIT ?, ... ) `t2` WHERE TRUE AND ? = `LOCATE` ( `CONCAT` ( `DB_first_level` , ? ) , `CONCAT` ( SCHEMA_NAME , ? ) ) ORDER BY SCHEMA_NAME ASC ', 3, 5658660000, 1164602000, 1886220000, 3126802000, 1544000000, 0, 0, 0, 105, 840, 0, 18, 3, 0, 0, 0, 9, 0, 0, 210, 6, 3, 0, '2018-10-04 12:12:11', '2018-10-04 12:13:25'),
('mysql', 'a161d12433cc01dd487426d65b742848', 'SELECT COUNT ( * ) FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ', 6, 6475347000, 359136000, 1079224000, 4540878000, 600000000, 0, 0, 0, 6, 630, 0, 18, 0, 0, 0, 0, 12, 0, 0, 0, 0, 6, 0, '2018-10-04 12:12:11', '2018-10-04 12:13:25'),
('mysql', '2303d9f574131d782e9c78fe79f728f0', 'SHOW MASTER LOGS ', 2, 906554000, 32468000, 453277000, 874086000, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:12:12', '2018-10-04 12:12:58'),
(NULL, '84934399e991858494158c910ea575d7', 'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA` . `SCHEMATA` , ( SELECT `DB_first_level` FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ORDER BY `DB_first_level` ASC LIMIT ?, ... ) `t2` WHERE TRUE AND ? = `LOCATE` ( `CONCAT` ( `DB_first_level` , ? ) , `CONCAT` ( SCHEMA_NAME , ? ) ) ORDER BY SCHEMA_NAME ASC ', 43, 55784061000, 1150856000, 1297303000, 2006710000, 8710000000, 0, 0, 0, 1505, 12040, 0, 258, 43, 0, 0, 0, 129, 0, 0, 3010, 86, 43, 0, '2018-10-04 12:12:13', '2018-10-04 12:14:07'),
(NULL, 'a161d12433cc01dd487426d65b742848', 'SELECT COUNT ( * ) FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ', 40, 16466735000, 355319000, 411668000, 607360000, 3642000000, 0, 0, 0, 40, 4200, 0, 120, 0, 0, 0, 0, 80, 0, 0, 0, 0, 40, 0, '2018-10-04 12:12:13', '2018-10-04 12:13:33'),
(NULL, 'b86096c3f702e925f738be0a326bc6a7', 'SHOW TABLES FROM `5coisas` ', 3, 689091000, 209015000, 229697000, 252127000, 223000000, 0, 0, 0, 33, 33, 0, 3, 0, 0, 0, 0, 3, 0, 0, 0, 0, 3, 0, '2018-10-04 12:13:03', '2018-10-04 12:13:11'),
('5coisas', 'b86096c3f702e925f738be0a326bc6a7', 'SHOW TABLES FROM `5coisas` ', 6, 1120482000, 142922000, 186747000, 273537000, 378000000, 0, 0, 0, 66, 66, 0, 6, 0, 0, 0, 0, 6, 0, 0, 0, 0, 6, 0, '2018-10-04 12:13:03', '2018-10-04 12:13:06'),
('5coisas', 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 2, 91715000, 44203000, 45857000, 47512000, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:03', '2018-10-04 12:13:05'),
('5coisas', '37044f32c1f84ab40f5cbe86d6312435', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC LIMIT ? OFFSET ? ', 1, 11109149000, 11109149000, 11109149000, 11109149000, 179000000, 0, 0, 0, 11, 22, 0, 1, 0, 0, 0, 0, 1, 0, 0, 11, 1, 1, 0, '2018-10-04 12:13:03', '2018-10-04 12:13:03'),
('5coisas', 'fc25eb00492af3872c5d7c7b41437547', 'SHOW MASTER STATUS ', 1, 36007000, 36007000, 36007000, 36007000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:03', '2018-10-04 12:13:03'),
('5coisas', '16cbe2fa99c109ca45db93dc09aae3bd', 'SHOW SLAVE STATUS ', 1, 2832053000, 2832053000, 2832053000, 2832053000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:03', '2018-10-04 12:13:03'),
('5coisas', '9c95259875a1ac9f0adcfe041d4fb6d1', 'SELECT COUNT ( * ) FROM `5coisas` . `cp_cidades` ', 1, 143627000, 143627000, 143627000, 143627000, 59000000, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:03', '2018-10-04 12:13:03'),
('5coisas', '2fc1605eb13baa9e2205fb27e59476ab', 'SELECT COUNT ( * ) FROM `5coisas` . `cp_clientes` ', 1, 142703000, 142703000, 142703000, 142703000, 56000000, 0, 0, 0, 1, 24, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:03', '2018-10-04 12:13:03'),
('5coisas', 'bc1ecb13d93aefa0be6ac0ae00af6fe4', 'SELECT COUNT ( * ) FROM `5coisas` . `cp_log` ', 1, 895471000, 895471000, 895471000, 895471000, 51000000, 0, 0, 0, 1, 662, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:03', '2018-10-04 12:13:03'),
('5coisas', '63226b612de5c47eead5fe38fefd3db4', 'SELECT COUNT ( * ) FROM `5coisas` . `cp_perfil` ', 1, 128079000, 128079000, 128079000, 128079000, 75000000, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:03', '2018-10-04 12:13:03'),
('5coisas', '86dad90c80793e28cc5969a3bfeccbb0', 'SELECT COUNT ( * ) FROM `5coisas` . `cp_permissoes` ', 1, 98325000, 98325000, 98325000, 98325000, 40000000, 0, 0, 0, 1, 24, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:03', '2018-10-04 12:13:03'),
('5coisas', 'c5ca6c68a9b804fc61fea19727d80665', 'SELECT COUNT ( * ) FROM `5coisas` . `cp_shows` ', 1, 134815000, 134815000, 134815000, 134815000, 41000000, 0, 0, 0, 1, 7, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:03', '2018-10-04 12:13:03'),
('5coisas', '397ec2e40af62900f7a57021aae9c771', 'SELECT COUNT ( * ) FROM `5coisas` . `cp_shows_tags` ', 1, 92416000, 92416000, 92416000, 92416000, 41000000, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:03', '2018-10-04 12:13:03'),
('5coisas', 'ae31fbe50cdd43c94c4ca10aa387e4e8', 'SELECT COUNT ( * ) FROM `5coisas` . `cp_tags` ', 1, 91298000, 91298000, 91298000, 91298000, 41000000, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:03', '2018-10-04 12:13:03'),
('5coisas', 'da83c149e17a778bb6ed859485317ac3', 'SELECT COUNT ( * ) FROM `5coisas` . `cp_tela` ', 1, 94627000, 94627000, 94627000, 94627000, 40000000, 0, 0, 0, 1, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:03', '2018-10-04 12:13:03'),
('5coisas', 'bf9be0016f3c59d9e99d3a4d315a5965', 'SELECT COUNT ( * ) FROM `5coisas` . `cp_usuarios` ', 1, 1665372000, 1665372000, 1665372000, 1665372000, 41000000, 0, 0, 0, 1, 13, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:03', '2018-10-04 12:13:03'),
('5coisas', 'b86ed65c0a18435adc7b3ebd672242cf', 'SELECT COUNT ( * ) FROM `5coisas` . `cp_usuarios_cidades` ', 1, 94099000, 94099000, 94099000, 94099000, 41000000, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:03', '2018-10-04 12:13:03'),
('5coisas', 'b34363ffb50c7de7a03583d6ac6f8b12', 'SELECT `DEFAULT_COLLATION_NAME` FROM `information_schema` . `SCHEMATA` WHERE SCHEMA_NAME = ? LIMIT ? ', 1, 702456000, 702456000, 702456000, 702456000, 90000000, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:03', '2018-10-04 12:13:03'),
('5coisas', '2634a958c708a5b358a518cb8e6e5730', 'SELECT @@`default_storage_engine` ', 1, 44615000, 44615000, 44615000, 44615000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:03', '2018-10-04 12:13:03'),
('5coisas', '691d6beabf69dbfa6d1b07e6cded7515', 'SELECT `PRIVILEGE_TYPE` FROM `INFORMATION_SCHEMA` . `USER_PRIVILEGES` WHERE `GRANTEE` = ? AND `PRIVILEGE_TYPE` = ? ', 8, 3014516000, 327319000, 376814000, 456861000, 533000000, 0, 0, 0, 8, 2496, 0, 8, 0, 0, 0, 0, 8, 0, 0, 0, 0, 8, 0, '2018-10-04 12:13:03', '2018-10-04 12:13:06'),
(NULL, '690be8c63dbafe7f11fcfc2696b350ae', 'SELECT COUNT ( * ) FROM `INFORMATION_SCHEMA` . `TABLES` WHERE `TABLE_SCHEMA` = ? AND `TABLE_TYPE` = ? ', 61, 98668910000, 169422000, 1617523000, 6543300000, 4911000000, 0, 0, 0, 61, 1684, 10, 122, 0, 0, 0, 0, 61, 0, 0, 0, 0, 61, 0, '2018-10-04 12:13:04', '2018-10-04 12:14:07'),
(NULL, '2380802efa9a377791b728b255e1fa81', 'SELECT COUNT ( * ) FROM `INFORMATION_SCHEMA` . `TABLES` WHERE `TABLE_SCHEMA` = ? AND `TABLE_TYPE` != ? ', 27, 25300424000, 147582000, 937052000, 6314493000, 2137000000, 0, 0, 0, 27, 926, 30, 210, 0, 0, 0, 0, 27, 0, 0, 0, 0, 27, 0, '2018-10-04 12:13:04', '2018-10-04 12:14:07'),
(NULL, 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 32, 1442538000, 37436000, 45079000, 106382000, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:04', '2018-10-04 12:14:12'),
(NULL, 'a10a3439d265ad76b317f16322565d30', 'SELECT COUNT ( * ) FROM `INFORMATION_SCHEMA` . `ROUTINES` WHERE `ROUTINE_SCHEMA` COLLATE `utf8_bin` = ? AND `ROUTINE_TYPE` = ? ', 50, 133679224000, 2154995000, 2673584000, 8171295000, 14602000000, 0, 0, 0, 50, 2400, 50, 50, 0, 0, 0, 0, 50, 0, 0, 0, 0, 50, 0, '2018-10-04 12:13:04', '2018-10-04 12:14:07'),
(NULL, 'aaa7d9d1379dbe921c60155a1b88e361', 'SELECT COUNT ( * ) FROM `INFORMATION_SCHEMA` . `EVENTS` WHERE `EVENT_SCHEMA` COLLATE `utf8_bin` = ? ', 23, 18844217000, 337104000, 819313000, 4156600000, 6138000000, 0, 0, 0, 23, 0, 23, 23, 0, 0, 0, 0, 23, 0, 0, 0, 0, 23, 0, '2018-10-04 12:13:04', '2018-10-04 12:14:07'),
(NULL, 'd2741ab2d4cbcf392144ae882bbe06c7', 'SELECT `TABLE_NAME` AS `name` FROM `INFORMATION_SCHEMA` . `TABLES` WHERE `TABLE_SCHEMA` = ? AND `TABLE_TYPE` = ? ORDER BY `TABLE_NAME` ASC LIMIT ?, ... ', 18, 19279340000, 465383000, 1071074000, 2238825000, 1590000000, 0, 0, 0, 303, 743, 0, 18, 0, 0, 0, 0, 18, 0, 0, 303, 18, 18, 0, '2018-10-04 12:13:04', '2018-10-04 12:14:07'),
('5coisas', '9e6c2e8443b41c4bf7e903b11d622234', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC ', 1, 2785304000, 2785304000, 2785304000, 2785304000, 145000000, 0, 0, 0, 11, 22, 0, 1, 0, 0, 0, 0, 1, 0, 0, 11, 1, 1, 0, '2018-10-04 12:13:05', '2018-10-04 12:13:05'),
(NULL, '02be8ffeb07b7ca2a99d4555a7a5c786', 'SET `SQL_MODE` = ? ', 9, 372027000, 38725000, 41336000, 44269000, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:11', '2018-10-04 12:14:12'),
(NULL, '934a563111b75cb7f36add0e24f4037b', 'SELECT @@SESSION . `time_zone` ', 9, 462014000, 41427000, 51334000, 78838000, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:11', '2018-10-04 12:14:12'),
(NULL, 'b3d17f1cbbd8f83a886328471724327d', 'SET `time_zone` = ? ', 17, 30941852000, 29400000, 1820108000, 6393033000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:11', '2018-10-04 12:14:12'),
(NULL, 'e2b01b0255e8dd21678bd8cd88d5ce98', 'SHOW PROCEDURE STATUS ', 9, 14032294000, 1383222000, 1559143000, 1799377000, 2819000000, 0, 0, 0, 234, 234, 9, 9, 0, 0, 0, 0, 9, 0, 0, 0, 0, 9, 0, '2018-10-04 12:13:11', '2018-10-04 12:14:12'),
(NULL, '210043abf195113fa6822861e941c775', 'SHOW FUNCTION STATUS ', 9, 14744580000, 1494699000, 1638286000, 1778606000, 1799000000, 0, 0, 0, 198, 198, 9, 9, 0, 0, 0, 0, 9, 0, 0, 0, 0, 9, 0, '2018-10-04 12:13:11', '2018-10-04 12:14:12'),
(NULL, '1ffc186b9ee0e8ee6184fcee3f23d346', 'SELECT TABLE_NAME FROM `information_schema` . `VIEWS` WHERE `TABLE_SCHEMA` = ? AND TABLE_NAME = ? ', 222, 79086011000, 223673000, 356243000, 3792991000, 31662000000, 0, 0, 0, 100, 100, 222, 222, 0, 0, 0, 0, 222, 0, 0, 0, 0, 222, 0, '2018-10-04 12:13:11', '2018-10-04 12:14:13'),
(NULL, '7670c67fdf0482b809976571334d9695', 'SHOW TABLE STATUS FROM `5coisas` WHERE NAME = ? ', 11, 3980523000, 278225000, 361865000, 454166000, 846000000, 0, 0, 0, 11, 11, 0, 11, 0, 0, 0, 0, 11, 0, 0, 0, 0, 11, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, 'aafa1bbcdb4c76b5f7cd9dfcea55bee8', 'SET `SQL_QUOTE_SHOW_CREATE` = ? ', 222, 12573819000, 27423000, 56638000, 287581000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:11', '2018-10-04 12:14:13'),
(NULL, '6c2c484bfa62cfc9dd18254d19f53315', 'SHOW CREATE TABLE `5coisas` . `cp_cidades` ', 1, 59861000, 59861000, 59861000, 59861000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '46041a54276762f8dc57cec44cd8d1f7', 'SHOW FIELDS FROM `5coisas` . `cp_cidades` ', 1, 281098000, 281098000, 281098000, 281098000, 136000000, 0, 0, 0, 7, 7, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '248f9b28c5310c64edb27aef209a2dce', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) AND `t` . `TABLE_NAME` COLLATE `utf8_bin` = ? ORDER BY NAME ASC ', 122, 310893603000, 2096634000, 2548308000, 8035223000, 17117000000, 0, 0, 0, 122, 244, 0, 122, 0, 0, 0, 0, 122, 0, 0, 122, 122, 122, 0, '2018-10-04 12:13:11', '2018-10-04 12:14:13'),
(NULL, 'ea9575d2f3ea9fdf3ae2c987ddcc8cbf', 'SELECT `id` , `nome` , `uf` , `slug` , `ativo` , `excluido` , `criado_em` FROM `5coisas` . `cp_cidades` ', 1, 140355000, 140355000, 140355000, 140355000, 70000000, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '8063a139107ab6ceff29be9fb50811f9', 'SELECT `TRIGGER_SCHEMA` , `TRIGGER_NAME` , `EVENT_MANIPULATION` , `EVENT_OBJECT_TABLE` , `ACTION_TIMING` , `ACTION_STATEMENT` , `EVENT_OBJECT_SCHEMA` , `EVENT_OBJECT_TABLE` , DEFINER FROM `information_schema` . `TRIGGERS` WHERE `EVENT_OBJECT_SCHEMA` COLLATE `utf8_bin` = ? AND `EVENT_OBJECT_TABLE` COLLATE `utf8_bin` = ? ', 221, 878009593000, 3356629000, 3972894000, 10981679000, 42790000000, 0, 0, 0, 2, 2, 221, 221, 0, 0, 0, 0, 221, 0, 0, 0, 0, 221, 0, '2018-10-04 12:13:11', '2018-10-04 12:14:13'),
(NULL, 'acda9409f713511264f49d8f2812e321', 'SHOW CREATE TABLE `5coisas` . `cp_clientes` ', 1, 4087217000, 4087217000, 4087217000, 4087217000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '2146b4d3a4f4d2e480a3799b93756bec', 'SHOW FIELDS FROM `5coisas` . `cp_clientes` ', 1, 303717000, 303717000, 303717000, 303717000, 131000000, 0, 0, 0, 12, 12, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '7e8eed5cb4d5d178f244fc0d6aa475d4', 'SELECT `id` , `idfacebook` , `nome` , `email` , `senha` , `cidade` , `uf` , `token` , `ativo` , `excluido` , `criado_em` , `newsletter` FROM `5coisas` . `cp_clientes` ', 1, 757133000, 757133000, 757133000, 757133000, 98000000, 0, 0, 0, 24, 24, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, 'ec5dd5a6f789d26e83b35bbcc8d43622', 'SHOW CREATE TABLE `5coisas` . `cp_log` ', 1, 4124609000, 4124609000, 4124609000, 4124609000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '538abaff1d9c7a02eb9f909e8ced91b0', 'SHOW FIELDS FROM `5coisas` . `cp_log` ', 1, 337987000, 337987000, 337987000, 337987000, 172000000, 0, 0, 0, 5, 5, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '18a6a279fd590c055aa0db5279534793', 'SELECT `id` , `usuario_id` , `acao` , `ip` , `criado_em` FROM `5coisas` . `cp_log` ', 1, 3143880000, 3143880000, 3143880000, 3143880000, 44000000, 0, 0, 0, 662, 662, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '2d0724216a82603a3c92d743d57195be', 'SHOW CREATE TABLE `5coisas` . `cp_perfil` ', 1, 1449709000, 1449709000, 1449709000, 1449709000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '5b85b16907622d7672489ae68e24c799', 'SHOW FIELDS FROM `5coisas` . `cp_perfil` ', 1, 271311000, 271311000, 271311000, 271311000, 129000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, 'caebe9d43041f5bb17c964924b482d4b', 'SELECT `id` , `nome` , `slug` , `ativo` , `excluido` , `criado_em` FROM `5coisas` . `cp_perfil` ', 1, 445434000, 445434000, 445434000, 445434000, 61000000, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '8d3ff51b70b5e8136d147e48dd3de11c', 'SHOW CREATE TABLE `5coisas` . `cp_permissoes` ', 1, 2917997000, 2917997000, 2917997000, 2917997000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '00532d330cbbefb5f265633c869adab2', 'SHOW FIELDS FROM `5coisas` . `cp_permissoes` ', 1, 283971000, 283971000, 283971000, 283971000, 132000000, 0, 0, 0, 8, 8, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '084821f83733a4daeb7c09f82d4f5fb1', 'SELECT `id` , `perfil_id` , `tela_id` , `consultar` , `inserir` , `editar` , `excluir` , `datacriacao` FROM `5coisas` . `cp_permissoes` ', 1, 467685000, 467685000, 467685000, 467685000, 46000000, 0, 0, 0, 24, 24, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '5ef0f940c2f61062491687ec95bf4c0f', 'SHOW CREATE TABLE `5coisas` . `cp_shows` ', 1, 4288898000, 4288898000, 4288898000, 4288898000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, 'caa92049079f2bd732b16a0ffaa850ed', 'SHOW FIELDS FROM `5coisas` . `cp_shows` ', 1, 383188000, 383188000, 383188000, 383188000, 176000000, 0, 0, 0, 20, 20, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, 'dddf82909ae0c39b5ed565f322883ca6', 'SELECT `id` , `nome` , `cidade` , `data` , `hora` , `preco` , `descricao` , `local` , `uf` , `gratis` , `usuario` , `slug` , `logradouro` , `bairro` , `numero` , `telefone` , `link` , `ativo` , `excluido` , `criado_em` FROM `5coisas` . `cp_shows` ', 1, 179727000, 179727000, 179727000, 179727000, 60000000, 0, 0, 0, 7, 7, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '5d826a522132ecd23d66e5c3b6a40683', 'SHOW CREATE TABLE `5coisas` . `cp_shows_tags` ', 1, 1668546000, 1668546000, 1668546000, 1668546000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, 'ed9ee7e406fa708bce3560374071e8b7', 'SHOW FIELDS FROM `5coisas` . `cp_shows_tags` ', 1, 353665000, 353665000, 353665000, 353665000, 130000000, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '3d23a0f09df0a3aa06d973944db7fcf9', 'SELECT `id` , `showid` , `tag` FROM `5coisas` . `cp_shows_tags` ', 1, 377683000, 377683000, 377683000, 377683000, 60000000, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '765bf569e46d6067c4db86da8d1af1a5', 'SHOW CREATE TABLE `5coisas` . `cp_tags` ', 1, 2537677000, 2537677000, 2537677000, 2537677000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '687a614cc1d39669ec10569c6dd658e5', 'SHOW FIELDS FROM `5coisas` . `cp_tags` ', 1, 269807000, 269807000, 269807000, 269807000, 128000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, 'd0e07a24b342cb822a558720e3aab168', 'SELECT `id` , `nome` , `slug` , `ativo` , `excluido` , `criado_em` FROM `5coisas` . `cp_tags` ', 1, 290091000, 290091000, 290091000, 290091000, 44000000, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '65add518bff2721357d6c8b9c63345c2', 'SHOW CREATE TABLE `5coisas` . `cp_tela` ', 1, 2470628000, 2470628000, 2470628000, 2470628000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, 'f86e060ebf8737704343950ccc6b4c2d', 'SHOW FIELDS FROM `5coisas` . `cp_tela` ', 1, 267861000, 267861000, 267861000, 267861000, 127000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '7860101f4942d1e704db671a346a952c', 'SELECT `id` , `nome` , `slug` , `ordem` , `exibir_menu` , `excluido` FROM `5coisas` . `cp_tela` ', 1, 382724000, 382724000, 382724000, 382724000, 43000000, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, 'e3e5495d4d258c54e46390cea4f59e49', 'SHOW CREATE TABLE `5coisas` . `cp_usuarios` ', 1, 3403637000, 3403637000, 3403637000, 3403637000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '59bbcbe3a1c33ec5adfc643be58a0ba5', 'SHOW FIELDS FROM `5coisas` . `cp_usuarios` ', 1, 323629000, 323629000, 323629000, 323629000, 133000000, 0, 0, 0, 12, 12, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '8015640668193960d6e1433cc43a266a', 'SELECT `id` , `perfil_id` , `nome` , `email` , `login` , `senha` , `descricao` , `foto` , `token` , `ativo` , `excluido` , `criado_em` FROM `5coisas` . `cp_usuarios` ', 1, 583885000, 583885000, 583885000, 583885000, 49000000, 0, 0, 0, 13, 13, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, 'f36604a13b410b8c119031a445f0f5bf', 'SHOW CREATE TABLE `5coisas` . `cp_usuarios_cidades` ', 1, 1551192000, 1551192000, 1551192000, 1551192000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '4cba136c9f0187d7a4014e4282813ebc', 'SHOW FIELDS FROM `5coisas` . `cp_usuarios_cidades` ', 1, 348640000, 348640000, 348640000, 348640000, 127000000, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, 'f148bbeee3c240b3e74c201168bd1048', 'SELECT `id` , `usuario` , `cidade` FROM `5coisas` . `cp_usuarios_cidades` ', 1, 249394000, 249394000, 249394000, 249394000, 40000000, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:11', '2018-10-04 12:13:11'),
(NULL, '30d2f09a094f498c2e16d54aba656d77', 'SELECT `EVENT_NAME` FROM `information_schema` . `EVENTS` WHERE `EVENT_SCHEMA` = ? ', 8, 3294390000, 330179000, 411798000, 513026000, 2066000000, 0, 0, 0, 0, 0, 8, 8, 0, 0, 0, 0, 8, 0, 0, 0, 0, 8, 0, '2018-10-04 12:13:11', '2018-10-04 12:14:10'),
(NULL, '3ed34004546aba28e7da10b49dd313f0', 'SHOW TABLES FROM `wpteste` ', 1, 191104000, 191104000, 191104000, 191104000, 72000000, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:20', '2018-10-04 12:13:20'),
('wpteste', '3ed34004546aba28e7da10b49dd313f0', 'SHOW TABLES FROM `wpteste` ', 2, 243243000, 106582000, 121621000, 136661000, 104000000, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:20', '2018-10-04 12:13:20'),
('wpteste', 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 1, 58781000, 58781000, 58781000, 58781000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:20', '2018-10-04 12:13:20'),
('wpteste', '37044f32c1f84ab40f5cbe86d6312435', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC LIMIT ? OFFSET ? ', 1, 2722176000, 2722176000, 2722176000, 2722176000, 148000000, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, '2018-10-04 12:13:20', '2018-10-04 12:13:20'),
('wpteste', '92655f86faec049662b4100250be6e00', 'SHOW TABLE STATUS FROM `wpteste` ', 1, 280436000, 280436000, 280436000, 280436000, 62000000, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:20', '2018-10-04 12:13:20'),
('wpteste', 'fc25eb00492af3872c5d7c7b41437547', 'SHOW MASTER STATUS ', 1, 29417000, 29417000, 29417000, 29417000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:20', '2018-10-04 12:13:20'),
('wpteste', '16cbe2fa99c109ca45db93dc09aae3bd', 'SHOW SLAVE STATUS ', 1, 4490438000, 4490438000, 4490438000, 4490438000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:20', '2018-10-04 12:13:20'),
('wpteste', '2ef4ed3b98c716941aa3aea3807f7b6b', 'SELECT ( COUNT ( `DB_first_level` ) DIV ? ) * ? FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE `SCHEMA_NAME` < ? ) `t` ', 1, 1127767000, 1127767000, 1127767000, 1127767000, 749000000, 0, 0, 0, 1, 103, 0, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:20', '2018-10-04 12:13:20'),
('wpteste', '84934399e991858494158c910ea575d7', 'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA` . `SCHEMATA` , ( SELECT `DB_first_level` FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ORDER BY `DB_first_level` ASC LIMIT ?, ... ) `t2` WHERE TRUE AND ? = `LOCATE` ( `CONCAT` ( `DB_first_level` , ? ) , `CONCAT` ( SCHEMA_NAME , ? ) ) ORDER BY SCHEMA_NAME ASC ', 1, 1192290000, 1192290000, 1192290000, 1192290000, 139000000, 0, 0, 0, 35, 280, 0, 6, 1, 0, 0, 0, 3, 0, 0, 70, 2, 1, 0, '2018-10-04 12:13:20', '2018-10-04 12:13:20'),
('wpteste', 'a161d12433cc01dd487426d65b742848', 'SELECT COUNT ( * ) FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ', 2, 723794000, 354598000, 361897000, 369196000, 162000000, 0, 0, 0, 2, 210, 0, 6, 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:20', '2018-10-04 12:13:20'),
('wpteste', '691d6beabf69dbfa6d1b07e6cded7515', 'SELECT `PRIVILEGE_TYPE` FROM `INFORMATION_SCHEMA` . `USER_PRIVILEGES` WHERE `GRANTEE` = ? AND `PRIVILEGE_TYPE` = ? ', 2, 953688000, 424772000, 476844000, 528916000, 151000000, 0, 0, 0, 2, 624, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:20', '2018-10-04 12:13:20'),
(NULL, '604eb86dccacdbda83a47fb555a8b3f0', 'SHOW TABLES FROM `vinz` ', 3, 797288000, 232540000, 265762000, 326984000, 229000000, 0, 0, 0, 51, 51, 0, 3, 0, 0, 0, 0, 3, 0, 0, 0, 0, 3, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:46'),
('vinz', '604eb86dccacdbda83a47fb555a8b3f0', 'SHOW TABLES FROM `vinz` ', 5, 809788000, 152388000, 161957000, 167791000, 243000000, 0, 0, 0, 85, 85, 0, 5, 0, 0, 0, 0, 5, 0, 0, 0, 0, 5, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:40'),
('vinz', 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 2, 95702000, 41888000, 47851000, 53814000, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:40'),
('vinz', '37044f32c1f84ab40f5cbe86d6312435', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC LIMIT ? OFFSET ? ', 1, 40114614000, 40114614000, 40114614000, 40114614000, 210000000, 0, 0, 0, 17, 34, 0, 1, 0, 0, 0, 0, 1, 0, 0, 17, 1, 1, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', 'fc25eb00492af3872c5d7c7b41437547', 'SHOW MASTER STATUS ', 1, 102273000, 102273000, 102273000, 102273000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', '16cbe2fa99c109ca45db93dc09aae3bd', 'SHOW SLAVE STATUS ', 1, 4234522000, 4234522000, 4234522000, 4234522000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', '9c8671c83cd927a9ef7f33ca69eda33f', 'SELECT COUNT ( * ) FROM `vinz` . `wp_commentmeta` ', 1, 240670000, 240670000, 240670000, 240670000, 71000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', '6b0219a7f03cda9b32d354530e62cea2', 'SELECT COUNT ( * ) FROM `vinz` . `wp_comments` ', 1, 670794000, 670794000, 670794000, 670794000, 48000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', '599645292ff5626030e70ba0c4206b9b', 'SELECT COUNT ( * ) FROM `vinz` . `wp_contact` ', 1, 179674000, 179674000, 179674000, 179674000, 58000000, 0, 0, 0, 1, 50, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', 'a0bfd3e313e281a7a77795baac72ed77', 'SELECT COUNT ( * ) FROM `vinz` . `wp_links` ', 1, 176770000, 176770000, 176770000, 176770000, 50000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', '95ac1669bdf0de67f68412f5c0694d9d', 'SELECT COUNT ( * ) FROM `vinz` . `wp_newsletter` ', 1, 247569000, 247569000, 247569000, 247569000, 40000000, 0, 0, 0, 1, 191, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', 'd36b7d4080cf9b1858945613cb04a3bb', 'SELECT COUNT ( * ) FROM `vinz` . `wp_options` ', 1, 173166000, 173166000, 173166000, 173166000, 39000000, 0, 0, 0, 1, 170, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', '824f95440a941894e7ac06d8036d3418', 'SELECT COUNT ( * ) FROM `vinz` . `wp_postmeta` ', 1, 3593128000, 3593128000, 3593128000, 3593128000, 46000000, 0, 0, 0, 1, 3718, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', '79ecc25b440814497727147a7cd37d54', 'SELECT COUNT ( * ) FROM `vinz` . `wp_posts` ', 1, 687414000, 687414000, 687414000, 687414000, 42000000, 0, 0, 0, 1, 430, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', '7cb6ef205f96da9d6dbcdfde420c316f', 'SELECT COUNT ( * ) FROM `vinz` . `wp_termmeta` ', 1, 156291000, 156291000, 156291000, 156291000, 51000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', 'c227254761f52f32f1fada0750fcea3a', 'SELECT COUNT ( * ) FROM `vinz` . `wp_terms` ', 1, 130289000, 130289000, 130289000, 130289000, 39000000, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', 'c62f599f3ca052bf0765a186c46adbe1', 'SELECT COUNT ( * ) FROM `vinz` . `wp_term_relationships` ', 1, 1011533000, 1011533000, 1011533000, 1011533000, 51000000, 0, 0, 0, 1, 18, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', 'ac89aabe4d7cdf8fbe687cf009ea805a', 'SELECT COUNT ( * ) FROM `vinz` . `wp_term_taxonomy` ', 1, 126745000, 126745000, 126745000, 126745000, 41000000, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', 'f371fb4565b812b6cf49c9d2178e286f', 'SELECT COUNT ( * ) FROM `vinz` . `wp_usermeta` ', 1, 163383000, 163383000, 163383000, 163383000, 39000000, 0, 0, 0, 1, 127, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', '1bb9dc30c6cf59e1400d0d5bed95df3c', 'SELECT COUNT ( * ) FROM `vinz` . `wp_users` ', 1, 151502000, 151502000, 151502000, 151502000, 40000000, 0, 0, 0, 1, 5, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', 'fe99edb184fa2c6a73c04f7e69bf3564', 'SELECT COUNT ( * ) FROM `vinz` . `wp_vp_id` ', 1, 1628094000, 1628094000, 1628094000, 1628094000, 51000000, 0, 0, 0, 1, 125, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', '5673e5015181ff1a0d6d1a39b6b6459a', 'SELECT COUNT ( * ) FROM `vinz` . `wp_yoast_seo_links` ', 1, 143902000, 143902000, 143902000, 143902000, 42000000, 0, 0, 0, 1, 5, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', 'af45072cca2a366b61001e1d54ff1102', 'SELECT COUNT ( * ) FROM `vinz` . `wp_yoast_seo_meta` ', 1, 1064490000, 1064490000, 1064490000, 1064490000, 40000000, 0, 0, 0, 1, 91, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', 'b34363ffb50c7de7a03583d6ac6f8b12', 'SELECT `DEFAULT_COLLATION_NAME` FROM `information_schema` . `SCHEMATA` WHERE SCHEMA_NAME = ? LIMIT ? ', 1, 218687000, 218687000, 218687000, 218687000, 137000000, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', '2634a958c708a5b358a518cb8e6e5730', 'SELECT @@`default_storage_engine` ', 1, 40052000, 40052000, 40052000, 40052000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', '2ef4ed3b98c716941aa3aea3807f7b6b', 'SELECT ( COUNT ( `DB_first_level` ) DIV ? ) * ? FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE `SCHEMA_NAME` < ? ) `t` ', 1, 502376000, 502376000, 502376000, 502376000, 122000000, 0, 0, 0, 1, 101, 0, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', '84934399e991858494158c910ea575d7', 'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA` . `SCHEMATA` , ( SELECT `DB_first_level` FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ORDER BY `DB_first_level` ASC LIMIT ?, ... ) `t2` WHERE TRUE AND ? = `LOCATE` ( `CONCAT` ( `DB_first_level` , ? ) , `CONCAT` ( SCHEMA_NAME , ? ) ) ORDER BY SCHEMA_NAME ASC ', 1, 1205069000, 1205069000, 1205069000, 1205069000, 141000000, 0, 0, 0, 35, 280, 0, 6, 1, 0, 0, 0, 3, 0, 0, 70, 2, 1, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', 'a161d12433cc01dd487426d65b742848', 'SELECT COUNT ( * ) FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ', 2, 863490000, 426165000, 431745000, 437325000, 206000000, 0, 0, 0, 2, 210, 0, 6, 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:21'),
('vinz', '691d6beabf69dbfa6d1b07e6cded7515', 'SELECT `PRIVILEGE_TYPE` FROM `INFORMATION_SCHEMA` . `USER_PRIVILEGES` WHERE `GRANTEE` = ? AND `PRIVILEGE_TYPE` = ? ', 6, 2330059000, 335230000, 388343000, 410567000, 424000000, 0, 0, 0, 6, 1872, 0, 6, 0, 0, 0, 0, 6, 0, 0, 0, 0, 6, 0, '2018-10-04 12:13:21', '2018-10-04 12:13:40'),
(NULL, '1150928766ff10492e45247dd02d00f5', 'SHOW TABLES FROM `sys` ', 3, 3508390000, 442137000, 1169463000, 2586405000, 214000000, 0, 0, 0, 303, 303, 0, 3, 0, 0, 0, 0, 3, 0, 0, 0, 0, 3, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:55'),
('sys', '1150928766ff10492e45247dd02d00f5', 'SHOW TABLES FROM `sys` ', 5, 1759504000, 338840000, 351900000, 369568000, 276000000, 0, 0, 0, 505, 505, 0, 5, 0, 0, 0, 0, 5, 0, 0, 0, 0, 5, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:51'),
('sys', 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 2, 85032000, 42075000, 42516000, 42957000, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:51'),
('sys', '0777f5fb19c1c948f63a61c7df1778a2', 'SELECT `performance_schema` . `events_waits_summary_global_by_event_name` . `EVENT_NAME` AS `events` , `performance_schema` . `events_waits_summary_global_by_event_name` . `COUNT_STAR` AS `total` , `performance_schema` . `events_waits_summary_global_by_event_name` . `SUM_TIMER_WAIT` AS `total_latency` , `performance_schema` . `events_waits_summary_global_by_event_name` . `AVG_TIMER_WAIT` AS `avg_latency` , `performance_schema` . `events_waits_summary_global_by_event_name` . `MAX_TIMER_WAIT` AS `max_latency` FROM `performance_schema` . `events_waits_summary_global_by_event_name` WHERE ( ( `performance_schema` . `events_waits_summary_global_by_event_name` . `EVENT_NAME` != ? ) AND ( `performance_schema` . `events_waits_summary_global_by_event_name` . `SUM_TIMER_WAIT` > ? ) ) ORDER BY `performance_schema` . `events_waits_summary_global_by_event_name` . `SUM_TIMER_WAIT` DESC ', 2, 101314440000, 31803154000, 50657220000, 69511286000, 42136000000, 0, 0, 0, 202, 404, 14, 332, 0, 0, 0, 0, 2, 0, 0, 202, 2, 2, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:51'),
('sys', 'fc25eb00492af3872c5d7c7b41437547', 'SHOW MASTER STATUS ', 1, 102352000, 102352000, 102352000, 102352000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:22'),
('sys', '16cbe2fa99c109ca45db93dc09aae3bd', 'SHOW SLAVE STATUS ', 1, 3140696000, 3140696000, 3140696000, 3140696000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:22'),
('sys', '048d5cffe7162ddaa954b86154d9aefe', 'SELECT COUNT ( * ) FROM `sys` . `sys_config` ', 1, 1355748000, 1355748000, 1355748000, 1355748000, 433000000, 0, 0, 0, 1, 6, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:22'),
('sys', '2634a958c708a5b358a518cb8e6e5730', 'SELECT @@`default_storage_engine` ', 1, 46956000, 46956000, 46956000, 46956000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:22'),
('sys', '2ef4ed3b98c716941aa3aea3807f7b6b', 'SELECT ( COUNT ( `DB_first_level` ) DIV ? ) * ? FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE `SCHEMA_NAME` < ? ) `t` ', 1, 533668000, 533668000, 533668000, 533668000, 133000000, 0, 0, 0, 1, 99, 0, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:22'),
('sys', '84934399e991858494158c910ea575d7', 'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA` . `SCHEMATA` , ( SELECT `DB_first_level` FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ORDER BY `DB_first_level` ASC LIMIT ?, ... ) `t2` WHERE TRUE AND ? = `LOCATE` ( `CONCAT` ( `DB_first_level` , ? ) , `CONCAT` ( SCHEMA_NAME , ? ) ) ORDER BY SCHEMA_NAME ASC ', 1, 1152313000, 1152313000, 1152313000, 1152313000, 140000000, 0, 0, 0, 35, 280, 0, 6, 1, 0, 0, 0, 3, 0, 0, 70, 2, 1, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:22'),
('sys', 'a161d12433cc01dd487426d65b742848', 'SELECT COUNT ( * ) FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ', 2, 736624000, 359548000, 368312000, 377076000, 166000000, 0, 0, 0, 2, 210, 0, 6, 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:22'),
(NULL, '3b80d01f11a640bdf75ef9c389b73198', 'SHOW TABLES FROM `sync` ', 3, 1095409000, 237738000, 365136000, 599351000, 281000000, 0, 0, 0, 36, 36, 0, 3, 0, 0, 0, 0, 3, 0, 0, 0, 0, 3, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:59'),
('sync', '3b80d01f11a640bdf75ef9c389b73198', 'SHOW TABLES FROM `sync` ', 5, 836169000, 153701000, 167233000, 193891000, 260000000, 0, 0, 0, 60, 60, 0, 5, 0, 0, 0, 0, 5, 0, 0, 0, 0, 5, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:57'),
('sync', 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 2, 93434000, 43520000, 46717000, 49914000, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:57'),
('sync', '37044f32c1f84ab40f5cbe86d6312435', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC LIMIT ? OFFSET ? ', 1, 14406743000, 14406743000, 14406743000, 14406743000, 153000000, 0, 0, 0, 12, 24, 0, 1, 0, 0, 0, 0, 1, 0, 0, 12, 1, 1, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:22'),
('sync', 'fc25eb00492af3872c5d7c7b41437547', 'SHOW MASTER STATUS ', 1, 93628000, 93628000, 93628000, 93628000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:22'),
('sync', '16cbe2fa99c109ca45db93dc09aae3bd', 'SHOW SLAVE STATUS ', 1, 6741009000, 6741009000, 6741009000, 6741009000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:22'),
('sync', 'b34363ffb50c7de7a03583d6ac6f8b12', 'SELECT `DEFAULT_COLLATION_NAME` FROM `information_schema` . `SCHEMATA` WHERE SCHEMA_NAME = ? LIMIT ? ', 1, 166510000, 166510000, 166510000, 166510000, 92000000, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:22'),
('sync', '2634a958c708a5b358a518cb8e6e5730', 'SELECT @@`default_storage_engine` ', 1, 41283000, 41283000, 41283000, 41283000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:22'),
('sync', '2ef4ed3b98c716941aa3aea3807f7b6b', 'SELECT ( COUNT ( `DB_first_level` ) DIV ? ) * ? FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE `SCHEMA_NAME` < ? ) `t` ', 1, 504450000, 504450000, 504450000, 504450000, 140000000, 0, 0, 0, 1, 97, 0, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:22'),
('sync', '84934399e991858494158c910ea575d7', 'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA` . `SCHEMATA` , ( SELECT `DB_first_level` FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ORDER BY `DB_first_level` ASC LIMIT ?, ... ) `t2` WHERE TRUE AND ? = `LOCATE` ( `CONCAT` ( `DB_first_level` , ? ) , `CONCAT` ( SCHEMA_NAME , ? ) ) ORDER BY SCHEMA_NAME ASC ', 1, 1183853000, 1183853000, 1183853000, 1183853000, 141000000, 0, 0, 0, 35, 280, 0, 6, 1, 0, 0, 0, 3, 0, 0, 70, 2, 1, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:22'),
('sync', 'a161d12433cc01dd487426d65b742848', 'SELECT COUNT ( * ) FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ', 2, 743348000, 367434000, 371674000, 375914000, 172000000, 0, 0, 0, 2, 210, 0, 6, 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:22'),
('sync', '691d6beabf69dbfa6d1b07e6cded7515', 'SELECT `PRIVILEGE_TYPE` FROM `INFORMATION_SCHEMA` . `USER_PRIVILEGES` WHERE `GRANTEE` = ? AND `PRIVILEGE_TYPE` = ? ', 6, 2279915000, 349406000, 379985000, 429544000, 391000000, 0, 0, 0, 6, 1872, 0, 6, 0, 0, 0, 0, 6, 0, 0, 0, 0, 6, 0, '2018-10-04 12:13:22', '2018-10-04 12:13:57'),
(NULL, '1c73eca365d9050cdf85c4c31b08b3c9', 'SHOW TABLES FROM `rosamaster` ', 3, 697220000, 223375000, 232406000, 250159000, 226000000, 0, 0, 0, 42, 42, 0, 3, 0, 0, 0, 0, 3, 0, 0, 0, 0, 3, 0, '2018-10-04 12:13:23', '2018-10-04 12:14:03'),
('rosamaster', '1c73eca365d9050cdf85c4c31b08b3c9', 'SHOW TABLES FROM `rosamaster` ', 5, 879087000, 143239000, 175817000, 202473000, 279000000, 0, 0, 0, 70, 70, 0, 5, 0, 0, 0, 0, 5, 0, 0, 0, 0, 5, 0, '2018-10-04 12:13:23', '2018-10-04 12:14:02'),
('rosamaster', 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 2, 87416000, 41301000, 43708000, 46115000, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:23', '2018-10-04 12:14:02'),
('rosamaster', '37044f32c1f84ab40f5cbe86d6312435', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC LIMIT ? OFFSET ? ', 1, 24142476000, 24142476000, 24142476000, 24142476000, 163000000, 0, 0, 0, 14, 28, 0, 1, 0, 0, 0, 0, 1, 0, 0, 14, 1, 1, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('rosamaster', 'fc25eb00492af3872c5d7c7b41437547', 'SHOW MASTER STATUS ', 1, 150819000, 150819000, 150819000, 150819000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('rosamaster', '16cbe2fa99c109ca45db93dc09aae3bd', 'SHOW SLAVE STATUS ', 1, 3952953000, 3952953000, 3952953000, 3952953000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('rosamaster', 'a379b45594bdf60655d51c0bfe060a95', 'SELECT COUNT ( * ) FROM `rosamaster` . `wp_commentmeta` ', 1, 170726000, 170726000, 170726000, 170726000, 62000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('rosamaster', '4d9032cfb188e25649165056fdb0e4c8', 'SELECT COUNT ( * ) FROM `rosamaster` . `wp_comments` ', 1, 531058000, 531058000, 531058000, 531058000, 49000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('rosamaster', 'f7a094861907065473ca5748523c0cb7', 'SELECT COUNT ( * ) FROM `rosamaster` . `wp_links` ', 1, 122974000, 122974000, 122974000, 122974000, 41000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('rosamaster', 'ec955e614e364609eb55aef9d425e5c9', 'SELECT COUNT ( * ) FROM `rosamaster` . `wp_options` ', 1, 155727000, 155727000, 155727000, 155727000, 38000000, 0, 0, 0, 1, 164, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('rosamaster', 'f6dbb3f866eef3bfea3294320c8abff8', 'SELECT COUNT ( * ) FROM `rosamaster` . `wp_postmeta` ', 1, 144227000, 144227000, 144227000, 144227000, 40000000, 0, 0, 0, 1, 104, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('rosamaster', 'aef1c349258551e2b56e1ec8939eeacf', 'SELECT COUNT ( * ) FROM `rosamaster` . `wp_posts` ', 1, 457344000, 457344000, 457344000, 457344000, 39000000, 0, 0, 0, 1, 30, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23');
INSERT INTO `events_statements_summary_by_digest` (`SCHEMA_NAME`, `DIGEST`, `DIGEST_TEXT`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`, `FIRST_SEEN`, `LAST_SEEN`) VALUES
('rosamaster', '86ccc80da0cbabb6b3a9c77f092a114e', 'SELECT COUNT ( * ) FROM `rosamaster` . `wp_termmeta` ', 1, 118503000, 118503000, 118503000, 118503000, 40000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('rosamaster', '3f978e36c7e5c4d1b22adad9d2f3ae8d', 'SELECT COUNT ( * ) FROM `rosamaster` . `wp_terms` ', 1, 145628000, 145628000, 145628000, 145628000, 47000000, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('rosamaster', '23588391d9619042ce6a839e742db528', 'SELECT COUNT ( * ) FROM `rosamaster` . `wp_term_relationships` ', 1, 731167000, 731167000, 731167000, 731167000, 41000000, 0, 0, 0, 1, 11, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('rosamaster', '6eaad713e4082a67fe3291efe243449d', 'SELECT COUNT ( * ) FROM `rosamaster` . `wp_term_taxonomy` ', 1, 134822000, 134822000, 134822000, 134822000, 41000000, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('rosamaster', 'fc74a1bca5fd76984ac6708142f83b75', 'SELECT COUNT ( * ) FROM `rosamaster` . `wp_usermeta` ', 1, 132940000, 132940000, 132940000, 132940000, 40000000, 0, 0, 0, 1, 46, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('rosamaster', '58acffbe6677d5f51bc7e5bd46888582', 'SELECT COUNT ( * ) FROM `rosamaster` . `wp_users` ', 1, 119550000, 119550000, 119550000, 119550000, 39000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('rosamaster', 'b6a8bae60f2035c75e77335803703613', 'SELECT COUNT ( * ) FROM `rosamaster` . `wp_yoast_seo_links` ', 1, 114803000, 114803000, 114803000, 114803000, 39000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('rosamaster', 'f9767d936c8046285ee4e0543ca02941', 'SELECT COUNT ( * ) FROM `rosamaster` . `wp_yoast_seo_meta` ', 1, 671048000, 671048000, 671048000, 671048000, 39000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('rosamaster', 'b34363ffb50c7de7a03583d6ac6f8b12', 'SELECT `DEFAULT_COLLATION_NAME` FROM `information_schema` . `SCHEMATA` WHERE SCHEMA_NAME = ? LIMIT ? ', 1, 155351000, 155351000, 155351000, 155351000, 87000000, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('rosamaster', '2634a958c708a5b358a518cb8e6e5730', 'SELECT @@`default_storage_engine` ', 1, 41569000, 41569000, 41569000, 41569000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('rosamaster', '2ef4ed3b98c716941aa3aea3807f7b6b', 'SELECT ( COUNT ( `DB_first_level` ) DIV ? ) * ? FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE `SCHEMA_NAME` < ? ) `t` ', 1, 516167000, 516167000, 516167000, 516167000, 124000000, 0, 0, 0, 1, 95, 0, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('rosamaster', '84934399e991858494158c910ea575d7', 'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA` . `SCHEMATA` , ( SELECT `DB_first_level` FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ORDER BY `DB_first_level` ASC LIMIT ?, ... ) `t2` WHERE TRUE AND ? = `LOCATE` ( `CONCAT` ( `DB_first_level` , ? ) , `CONCAT` ( SCHEMA_NAME , ? ) ) ORDER BY SCHEMA_NAME ASC ', 1, 1245177000, 1245177000, 1245177000, 1245177000, 140000000, 0, 0, 0, 35, 280, 0, 6, 1, 0, 0, 0, 3, 0, 0, 70, 2, 1, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('rosamaster', 'a161d12433cc01dd487426d65b742848', 'SELECT COUNT ( * ) FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ', 2, 749417000, 370054000, 374708000, 379363000, 179000000, 0, 0, 0, 2, 210, 0, 6, 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('rosamaster', '691d6beabf69dbfa6d1b07e6cded7515', 'SELECT `PRIVILEGE_TYPE` FROM `INFORMATION_SCHEMA` . `USER_PRIVILEGES` WHERE `GRANTEE` = ? AND `PRIVILEGE_TYPE` = ? ', 6, 2242625000, 346210000, 373770000, 442798000, 401000000, 0, 0, 0, 6, 1872, 0, 6, 0, 0, 0, 0, 6, 0, 0, 0, 0, 6, 0, '2018-10-04 12:13:23', '2018-10-04 12:14:02'),
(NULL, 'cc6cddff75c4e83f3e4b4d26669b90e2', 'SHOW TABLES FROM `performance_schema` ', 3, 1305695000, 418971000, 435231000, 451360000, 222000000, 0, 0, 0, 261, 261, 0, 3, 0, 0, 0, 0, 3, 0, 0, 0, 0, 3, 0, '2018-10-04 12:13:23', '2018-10-04 12:14:12'),
('performance_schema', 'cc6cddff75c4e83f3e4b4d26669b90e2', 'SHOW TABLES FROM `performance_schema` ', 5, 1611424000, 294184000, 322284000, 369859000, 258000000, 0, 0, 0, 435, 435, 0, 5, 0, 0, 0, 0, 5, 0, 0, 0, 0, 5, 0, '2018-10-04 12:13:23', '2018-10-04 12:14:10'),
('performance_schema', 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 2, 97609000, 45711000, 48804000, 51898000, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:23', '2018-10-04 12:14:10'),
('performance_schema', '37044f32c1f84ab40f5cbe86d6312435', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC LIMIT ? OFFSET ? ', 1, 6995239000, 6995239000, 6995239000, 6995239000, 144000000, 0, 0, 0, 87, 174, 0, 1, 0, 0, 0, 0, 1, 0, 0, 87, 1, 1, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('performance_schema', 'fc25eb00492af3872c5d7c7b41437547', 'SHOW MASTER STATUS ', 1, 87455000, 87455000, 87455000, 87455000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('performance_schema', '16cbe2fa99c109ca45db93dc09aae3bd', 'SHOW SLAVE STATUS ', 1, 5984027000, 5984027000, 5984027000, 5984027000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('performance_schema', '2634a958c708a5b358a518cb8e6e5730', 'SELECT @@`default_storage_engine` ', 1, 56110000, 56110000, 56110000, 56110000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('performance_schema', '2ef4ed3b98c716941aa3aea3807f7b6b', 'SELECT ( COUNT ( `DB_first_level` ) DIV ? ) * ? FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE `SCHEMA_NAME` < ? ) `t` ', 1, 558058000, 558058000, 558058000, 558058000, 165000000, 0, 0, 0, 1, 93, 0, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('performance_schema', '84934399e991858494158c910ea575d7', 'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA` . `SCHEMATA` , ( SELECT `DB_first_level` FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ORDER BY `DB_first_level` ASC LIMIT ?, ... ) `t2` WHERE TRUE AND ? = `LOCATE` ( `CONCAT` ( `DB_first_level` , ? ) , `CONCAT` ( SCHEMA_NAME , ? ) ) ORDER BY SCHEMA_NAME ASC ', 1, 1129644000, 1129644000, 1129644000, 1129644000, 160000000, 0, 0, 0, 35, 280, 0, 6, 1, 0, 0, 0, 3, 0, 0, 70, 2, 1, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
('performance_schema', 'a161d12433cc01dd487426d65b742848', 'SELECT COUNT ( * ) FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ', 2, 739623000, 354158000, 369811000, 385465000, 158000000, 0, 0, 0, 2, 210, 0, 6, 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:23', '2018-10-04 12:13:23'),
(NULL, 'd77311175d9eff733a05f6776aa3bb08', 'SHOW TABLES FROM `pcr_roteiros` ', 1, 211312000, 211312000, 211312000, 211312000, 64000000, 0, 0, 0, 15, 15, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', 'd77311175d9eff733a05f6776aa3bb08', 'SHOW TABLES FROM `pcr_roteiros` ', 2, 406845000, 172632000, 203422000, 234213000, 125000000, 0, 0, 0, 30, 30, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 1, 57400000, 57400000, 57400000, 57400000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', '37044f32c1f84ab40f5cbe86d6312435', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC LIMIT ? OFFSET ? ', 1, 40747809000, 40747809000, 40747809000, 40747809000, 271000000, 0, 0, 0, 15, 30, 0, 1, 0, 0, 0, 0, 1, 0, 0, 15, 1, 1, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', 'fc25eb00492af3872c5d7c7b41437547', 'SHOW MASTER STATUS ', 1, 139933000, 139933000, 139933000, 139933000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', '16cbe2fa99c109ca45db93dc09aae3bd', 'SHOW SLAVE STATUS ', 1, 5116235000, 5116235000, 5116235000, 5116235000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', '32e1fb5eb84f97bfe487f81606efd03c', 'SELECT COUNT ( * ) FROM `pcr_roteiros` . `wp_commentmeta` ', 1, 514125000, 514125000, 514125000, 514125000, 79000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', '385e95b1f306d6dd4bb394b61290f14f', 'SELECT COUNT ( * ) FROM `pcr_roteiros` . `wp_comments` ', 1, 510746000, 510746000, 510746000, 510746000, 42000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', 'a87dc9a2feb4ee88f3da465ebc91b8ce', 'SELECT COUNT ( * ) FROM `pcr_roteiros` . `wp_links` ', 1, 156755000, 156755000, 156755000, 156755000, 53000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', '4b2547a17b49320658a29f8a035666e0', 'SELECT COUNT ( * ) FROM `pcr_roteiros` . `wp_newsletter` ', 1, 97803000, 97803000, 97803000, 97803000, 40000000, 0, 0, 0, 1, 12, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', '4b22945a9493f60b26a4e4321e17db87', 'SELECT COUNT ( * ) FROM `pcr_roteiros` . `wp_options` ', 1, 216198000, 216198000, 216198000, 216198000, 40000000, 0, 0, 0, 1, 186, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', 'b4e034241a83e51a3cedb21d3fdb7572', 'SELECT COUNT ( * ) FROM `pcr_roteiros` . `wp_postmeta` ', 1, 9392114000, 9392114000, 9392114000, 9392114000, 53000000, 0, 0, 0, 1, 7947, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', 'd30e238522f4135f6f01cee665df9649', 'SELECT COUNT ( * ) FROM `pcr_roteiros` . `wp_posts` ', 1, 1733177000, 1733177000, 1733177000, 1733177000, 49000000, 0, 0, 0, 1, 959, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', 'fd7a8be24dfa747d4df37876b4632aab', 'SELECT COUNT ( * ) FROM `pcr_roteiros` . `wp_termmeta` ', 1, 548741000, 548741000, 548741000, 548741000, 40000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', '0aa81f5a0b36b64dd7bd062a15125b9e', 'SELECT COUNT ( * ) FROM `pcr_roteiros` . `wp_terms` ', 1, 545496000, 545496000, 545496000, 545496000, 40000000, 0, 0, 0, 1, 55, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', '466c194ad7ca78c2b5e346113d1d6286', 'SELECT COUNT ( * ) FROM `pcr_roteiros` . `wp_term_relationships` ', 1, 2128344000, 2128344000, 2128344000, 2128344000, 41000000, 0, 0, 0, 1, 965, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', '28744b5864c90cf1d119ba72c3695e72', 'SELECT COUNT ( * ) FROM `pcr_roteiros` . `wp_term_taxonomy` ', 1, 497753000, 497753000, 497753000, 497753000, 41000000, 0, 0, 0, 1, 55, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', 'bac9c6e4338d36095d3bd486adb9f591', 'SELECT COUNT ( * ) FROM `pcr_roteiros` . `wp_usermeta` ', 1, 1298655000, 1298655000, 1298655000, 1298655000, 38000000, 0, 0, 0, 1, 55, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', 'e556735602a83b83d5b10b8b1136f7ce', 'SELECT COUNT ( * ) FROM `pcr_roteiros` . `wp_users` ', 1, 764470000, 764470000, 764470000, 764470000, 49000000, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', 'c5537d24456e2699cccd3e101119d58b', 'SELECT COUNT ( * ) FROM `pcr_roteiros` . `wp_wdi_feeds` ', 1, 161142000, 161142000, 161142000, 161142000, 50000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', '04bab7bb10f61ed37bfe1af8a62f8681', 'SELECT COUNT ( * ) FROM `pcr_roteiros` . `wp_wdi_themes` ', 1, 175729000, 175729000, 175729000, 175729000, 50000000, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', 'b34363ffb50c7de7a03583d6ac6f8b12', 'SELECT `DEFAULT_COLLATION_NAME` FROM `information_schema` . `SCHEMATA` WHERE SCHEMA_NAME = ? LIMIT ? ', 1, 211703000, 211703000, 211703000, 211703000, 115000000, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', '2634a958c708a5b358a518cb8e6e5730', 'SELECT @@`default_storage_engine` ', 1, 58135000, 58135000, 58135000, 58135000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', '2ef4ed3b98c716941aa3aea3807f7b6b', 'SELECT ( COUNT ( `DB_first_level` ) DIV ? ) * ? FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE `SCHEMA_NAME` < ? ) `t` ', 1, 750175000, 750175000, 750175000, 750175000, 176000000, 0, 0, 0, 1, 91, 0, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', '84934399e991858494158c910ea575d7', 'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA` . `SCHEMATA` , ( SELECT `DB_first_level` FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ORDER BY `DB_first_level` ASC LIMIT ?, ... ) `t2` WHERE TRUE AND ? = `LOCATE` ( `CONCAT` ( `DB_first_level` , ? ) , `CONCAT` ( SCHEMA_NAME , ? ) ) ORDER BY SCHEMA_NAME ASC ', 1, 1728243000, 1728243000, 1728243000, 1728243000, 210000000, 0, 0, 0, 35, 280, 0, 6, 1, 0, 0, 0, 3, 0, 0, 70, 2, 1, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', 'a161d12433cc01dd487426d65b742848', 'SELECT COUNT ( * ) FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ', 2, 3672973000, 399609000, 1836486000, 3273364000, 164000000, 0, 0, 0, 2, 210, 0, 6, 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('pcr_roteiros', '691d6beabf69dbfa6d1b07e6cded7515', 'SELECT `PRIVILEGE_TYPE` FROM `INFORMATION_SCHEMA` . `USER_PRIVILEGES` WHERE `GRANTEE` = ? AND `PRIVILEGE_TYPE` = ? ', 2, 867920000, 379104000, 433960000, 488816000, 125000000, 0, 0, 0, 2, 624, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
(NULL, '71e2e5483cbf4fe1a8fd03cd573099a4', 'SHOW TABLES FROM `mzs` ', 1, 209822000, 209822000, 209822000, 209822000, 54000000, 0, 0, 0, 12, 12, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('mzs', '71e2e5483cbf4fe1a8fd03cd573099a4', 'SHOW TABLES FROM `mzs` ', 2, 345509000, 147758000, 172754000, 197751000, 120000000, 0, 0, 0, 24, 24, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:25'),
('mzs', 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 1, 56655000, 56655000, 56655000, 56655000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:24', '2018-10-04 12:13:24'),
('mzs', '37044f32c1f84ab40f5cbe86d6312435', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC LIMIT ? OFFSET ? ', 1, 23528742000, 23528742000, 23528742000, 23528742000, 142000000, 0, 0, 0, 12, 24, 0, 1, 0, 0, 0, 0, 1, 0, 0, 12, 1, 1, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mzs', 'fc25eb00492af3872c5d7c7b41437547', 'SHOW MASTER STATUS ', 1, 123044000, 123044000, 123044000, 123044000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mzs', '16cbe2fa99c109ca45db93dc09aae3bd', 'SHOW SLAVE STATUS ', 1, 3156624000, 3156624000, 3156624000, 3156624000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mzs', '2285eacda43e40379f3645f36579b75a', 'SELECT COUNT ( * ) FROM `mzs` . `wp_commentmeta` ', 1, 194840000, 194840000, 194840000, 194840000, 74000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mzs', '4b4082758ff44271c0839350c00be4a0', 'SELECT COUNT ( * ) FROM `mzs` . `wp_comments` ', 1, 757420000, 757420000, 757420000, 757420000, 44000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mzs', 'e82e0a7a1931d815ba69b3d7f23f312a', 'SELECT COUNT ( * ) FROM `mzs` . `wp_links` ', 1, 124854000, 124854000, 124854000, 124854000, 44000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mzs', 'a092c0ddae1e01d67d42a148daf68638', 'SELECT COUNT ( * ) FROM `mzs` . `wp_options` ', 1, 218513000, 218513000, 218513000, 218513000, 40000000, 0, 0, 0, 1, 130, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mzs', 'aa2c775c4e156ebe711599fc08af80a0', 'SELECT COUNT ( * ) FROM `mzs` . `wp_postmeta` ', 1, 140471000, 140471000, 140471000, 140471000, 43000000, 0, 0, 0, 1, 55, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mzs', '1ae4a15a3a0f2341758339a6d5d49161', 'SELECT COUNT ( * ) FROM `mzs` . `wp_posts` ', 1, 625595000, 625595000, 625595000, 625595000, 42000000, 0, 0, 0, 1, 32, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mzs', '851ffbfe71d39557929eb2bf93d884b3', 'SELECT COUNT ( * ) FROM `mzs` . `wp_termmeta` ', 1, 123496000, 123496000, 123496000, 123496000, 42000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mzs', '50ad2eab8e7b347b366e05168dfbffa4', 'SELECT COUNT ( * ) FROM `mzs` . `wp_terms` ', 1, 141728000, 141728000, 141728000, 141728000, 42000000, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mzs', '8b39d0d6b853d7aae2b0e630e4d6735f', 'SELECT COUNT ( * ) FROM `mzs` . `wp_term_relationships` ', 1, 1016040000, 1016040000, 1016040000, 1016040000, 41000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mzs', 'e06d53fe29b21332b59ea4cd0e84e25b', 'SELECT COUNT ( * ) FROM `mzs` . `wp_term_taxonomy` ', 1, 129133000, 129133000, 129133000, 129133000, 42000000, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mzs', '36371ac8b7ee98f42a20e04cfb8f520f', 'SELECT COUNT ( * ) FROM `mzs` . `wp_usermeta` ', 1, 134475000, 134475000, 134475000, 134475000, 40000000, 0, 0, 0, 1, 25, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mzs', 'f55baa45cb9698b5016c2cdce7bcdfb9', 'SELECT COUNT ( * ) FROM `mzs` . `wp_users` ', 1, 128447000, 128447000, 128447000, 128447000, 42000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mzs', 'b34363ffb50c7de7a03583d6ac6f8b12', 'SELECT `DEFAULT_COLLATION_NAME` FROM `information_schema` . `SCHEMATA` WHERE SCHEMA_NAME = ? LIMIT ? ', 1, 167243000, 167243000, 167243000, 167243000, 94000000, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mzs', '2634a958c708a5b358a518cb8e6e5730', 'SELECT @@`default_storage_engine` ', 1, 73844000, 73844000, 73844000, 73844000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mzs', '2ef4ed3b98c716941aa3aea3807f7b6b', 'SELECT ( COUNT ( `DB_first_level` ) DIV ? ) * ? FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE `SCHEMA_NAME` < ? ) `t` ', 1, 628971000, 628971000, 628971000, 628971000, 130000000, 0, 0, 0, 1, 89, 0, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mzs', '84934399e991858494158c910ea575d7', 'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA` . `SCHEMATA` , ( SELECT `DB_first_level` FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ORDER BY `DB_first_level` ASC LIMIT ?, ... ) `t2` WHERE TRUE AND ? = `LOCATE` ( `CONCAT` ( `DB_first_level` , ? ) , `CONCAT` ( SCHEMA_NAME , ? ) ) ORDER BY SCHEMA_NAME ASC ', 1, 1156823000, 1156823000, 1156823000, 1156823000, 148000000, 0, 0, 0, 35, 280, 0, 6, 1, 0, 0, 0, 3, 0, 0, 70, 2, 1, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mzs', 'a161d12433cc01dd487426d65b742848', 'SELECT COUNT ( * ) FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ', 2, 775374000, 373488000, 387687000, 401886000, 162000000, 0, 0, 0, 2, 210, 0, 6, 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mzs', '691d6beabf69dbfa6d1b07e6cded7515', 'SELECT `PRIVILEGE_TYPE` FROM `INFORMATION_SCHEMA` . `USER_PRIVILEGES` WHERE `GRANTEE` = ? AND `PRIVILEGE_TYPE` = ? ', 2, 834734000, 371452000, 417367000, 463282000, 142000000, 0, 0, 0, 2, 624, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
(NULL, '0dd162b96c76450eceb02dce1181d52f', 'SHOW TABLES FROM `mysql` ', 1, 285448000, 285448000, 285448000, 285448000, 67000000, 0, 0, 0, 31, 31, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', '0dd162b96c76450eceb02dce1181d52f', 'SHOW TABLES FROM `mysql` ', 2, 439095000, 209204000, 219547000, 229891000, 122000000, 0, 0, 0, 62, 62, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 1, 41626000, 41626000, 41626000, 41626000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', '37044f32c1f84ab40f5cbe86d6312435', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC LIMIT ? OFFSET ? ', 1, 34136435000, 34136435000, 34136435000, 34136435000, 161000000, 0, 0, 0, 31, 62, 0, 1, 0, 0, 0, 0, 1, 0, 0, 31, 1, 1, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', 'fc25eb00492af3872c5d7c7b41437547', 'SHOW MASTER STATUS ', 1, 94905000, 94905000, 94905000, 94905000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', '16cbe2fa99c109ca45db93dc09aae3bd', 'SHOW SLAVE STATUS ', 1, 5158747000, 5158747000, 5158747000, 5158747000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', '5ba64e30b66be52eb7819ff2d79cd751', 'SELECT COUNT ( * ) FROM `mysql` . `engine_cost` ', 1, 495264000, 495264000, 495264000, 495264000, 404000000, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', 'dbc204ababf2dc09988d2766c3cd6c94', 'SELECT COUNT ( * ) FROM `mysql` . `gtid_executed` ', 1, 136876000, 136876000, 136876000, 136876000, 64000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', '66e86ffd832d10a6a9ab90e2b3fba8f0', 'SELECT COUNT ( * ) FROM `mysql` . `help_category` ', 1, 91077000, 91077000, 91077000, 91077000, 35000000, 0, 0, 0, 1, 40, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', 'ef99448e067eac7b8dcbaab173fba855', 'SELECT COUNT ( * ) FROM `mysql` . `help_keyword` ', 1, 280564000, 280564000, 280564000, 280564000, 40000000, 0, 0, 0, 1, 681, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', '403fee636b32a77764ff4e053794595a', 'SELECT COUNT ( * ) FROM `mysql` . `help_relation` ', 1, 474950000, 474950000, 474950000, 474950000, 40000000, 0, 0, 0, 1, 1339, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', '999ac6ed34a6b1122b1f85ad516a951a', 'SELECT COUNT ( * ) FROM `mysql` . `help_topic` ', 1, 248409000, 248409000, 248409000, 248409000, 39000000, 0, 0, 0, 1, 637, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', '293057ac7d6b3862bec19e01ecab51d0', 'SELECT COUNT ( * ) FROM `mysql` . `innodb_index_stats` ', 1, 5591478000, 5591478000, 5591478000, 5591478000, 40000000, 0, 0, 0, 1, 2883, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', 'd30f04013b202d88547e8c9654944b68', 'SELECT COUNT ( * ) FROM `mysql` . `innodb_table_stats` ', 1, 246197000, 246197000, 246197000, 246197000, 46000000, 0, 0, 0, 1, 313, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', '13a3a9c6c6079ae038cea30a4baa8d20', 'SELECT COUNT ( * ) FROM `mysql` . `plugin` ', 1, 154648000, 154648000, 154648000, 154648000, 48000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', 'ed26078a34f9ed0a1476bf80bb951474', 'SELECT COUNT ( * ) FROM `mysql` . `servers` ', 1, 120453000, 120453000, 120453000, 120453000, 49000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', '15a6cfa0c30d110105c0b73d381577d5', 'SELECT COUNT ( * ) FROM `mysql` . `server_cost` ', 1, 122060000, 122060000, 122060000, 122060000, 49000000, 0, 0, 0, 1, 6, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', '6613504ad75c7d1a85781e5738b0e628', 'SELECT COUNT ( * ) FROM `mysql` . `slave_master_info` ', 1, 84209000, 84209000, 84209000, 84209000, 40000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', 'e3ecdef90543cbe200035346a042aadf', 'SELECT COUNT ( * ) FROM `mysql` . `slave_relay_log_info` ', 1, 83814000, 83814000, 83814000, 83814000, 40000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', 'd2a54a928eb4e26a20ea0a77ced05ad7', 'SELECT COUNT ( * ) FROM `mysql` . `slave_worker_info` ', 1, 85599000, 85599000, 85599000, 85599000, 39000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', 'd93361fdb1dabf3799e838670819710f', 'SELECT COUNT ( * ) FROM `mysql` . `time_zone` ', 1, 131368000, 131368000, 131368000, 131368000, 51000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', '60b41ee7040a27c7ac9b79f3e691a1c5', 'SELECT COUNT ( * ) FROM `mysql` . `time_zone_leap_second` ', 1, 105477000, 105477000, 105477000, 105477000, 39000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', '20ef3a5995c1d5ac2b9718ed6db62519', 'SELECT COUNT ( * ) FROM `mysql` . `time_zone_name` ', 1, 81720000, 81720000, 81720000, 81720000, 38000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', '5c377cfe285254864d1235fed5ee5bb9', 'SELECT COUNT ( * ) FROM `mysql` . `time_zone_transition` ', 1, 93185000, 93185000, 93185000, 93185000, 38000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', '3b4cb8bcc79eaa197748c416da7c6b6a', 'SELECT COUNT ( * ) FROM `mysql` . `time_zone_transition_type` ', 1, 92654000, 92654000, 92654000, 92654000, 39000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', 'b34363ffb50c7de7a03583d6ac6f8b12', 'SELECT `DEFAULT_COLLATION_NAME` FROM `information_schema` . `SCHEMATA` WHERE SCHEMA_NAME = ? LIMIT ? ', 1, 153971000, 153971000, 153971000, 153971000, 82000000, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', '2634a958c708a5b358a518cb8e6e5730', 'SELECT @@`default_storage_engine` ', 1, 49717000, 49717000, 49717000, 49717000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', '2ef4ed3b98c716941aa3aea3807f7b6b', 'SELECT ( COUNT ( `DB_first_level` ) DIV ? ) * ? FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE `SCHEMA_NAME` < ? ) `t` ', 1, 509032000, 509032000, 509032000, 509032000, 135000000, 0, 0, 0, 1, 87, 0, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
('mysql', '691d6beabf69dbfa6d1b07e6cded7515', 'SELECT `PRIVILEGE_TYPE` FROM `INFORMATION_SCHEMA` . `USER_PRIVILEGES` WHERE `GRANTEE` = ? AND `PRIVILEGE_TYPE` = ? ', 2, 781679000, 342669000, 390839000, 439010000, 126000000, 0, 0, 0, 2, 624, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:25', '2018-10-04 12:13:25'),
(NULL, 'cb8649c697377562f98ed73eb6b68980', 'SHOW TABLES FROM `kanecountyhealth_web` ', 1, 188810000, 188810000, 188810000, 188810000, 60000000, 0, 0, 0, 12, 12, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', 'cb8649c697377562f98ed73eb6b68980', 'SHOW TABLES FROM `kanecountyhealth_web` ', 2, 310044000, 151887000, 155022000, 158157000, 98000000, 0, 0, 0, 24, 24, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 1, 41489000, 41489000, 41489000, 41489000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', '37044f32c1f84ab40f5cbe86d6312435', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC LIMIT ? OFFSET ? ', 1, 22211577000, 22211577000, 22211577000, 22211577000, 152000000, 0, 0, 0, 12, 24, 0, 1, 0, 0, 0, 0, 1, 0, 0, 12, 1, 1, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', 'fc25eb00492af3872c5d7c7b41437547', 'SHOW MASTER STATUS ', 1, 97466000, 97466000, 97466000, 97466000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', '16cbe2fa99c109ca45db93dc09aae3bd', 'SHOW SLAVE STATUS ', 1, 4059601000, 4059601000, 4059601000, 4059601000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', '90a37b553cd69c228af165c8ed158c6a', 'SELECT COUNT ( * ) FROM `kanecountyhealth_web` . `wp_commentmeta` ', 1, 155276000, 155276000, 155276000, 155276000, 57000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', '0183ed502c9679fae30c207f8155b1ea', 'SELECT COUNT ( * ) FROM `kanecountyhealth_web` . `wp_comments` ', 1, 470070000, 470070000, 470070000, 470070000, 42000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', '3437f16d4d4aa44bc35c91aadecce439', 'SELECT COUNT ( * ) FROM `kanecountyhealth_web` . `wp_links` ', 1, 122116000, 122116000, 122116000, 122116000, 41000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', '61006a8b8e45662903feaad09e75f5f8', 'SELECT COUNT ( * ) FROM `kanecountyhealth_web` . `wp_options` ', 1, 191919000, 191919000, 191919000, 191919000, 75000000, 0, 0, 0, 1, 146, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', '8e7176887e46b337e3ebce9a64fe5d67', 'SELECT COUNT ( * ) FROM `kanecountyhealth_web` . `wp_postmeta` ', 1, 251704000, 251704000, 251704000, 251704000, 42000000, 0, 0, 0, 1, 629, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', 'cc3d1a81c248ef4ea91821fd372f5489', 'SELECT COUNT ( * ) FROM `kanecountyhealth_web` . `wp_posts` ', 1, 509071000, 509071000, 509071000, 509071000, 40000000, 0, 0, 0, 1, 101, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', 'f33dc8373ac7059ea15df6fc04e19c02', 'SELECT COUNT ( * ) FROM `kanecountyhealth_web` . `wp_termmeta` ', 1, 119595000, 119595000, 119595000, 119595000, 40000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', '7417260a7cdc98fd811b49f1f2cab3cf', 'SELECT COUNT ( * ) FROM `kanecountyhealth_web` . `wp_terms` ', 1, 123794000, 123794000, 123794000, 123794000, 39000000, 0, 0, 0, 1, 5, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', 'afe3f5be230abfdd74ef91678737ccb8', 'SELECT COUNT ( * ) FROM `kanecountyhealth_web` . `wp_term_relationships` ', 1, 783132000, 783132000, 783132000, 783132000, 40000000, 0, 0, 0, 1, 15, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', '23ea046504bd4ff614879f017e16a30a', 'SELECT COUNT ( * ) FROM `kanecountyhealth_web` . `wp_term_taxonomy` ', 1, 127960000, 127960000, 127960000, 127960000, 41000000, 0, 0, 0, 1, 5, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', 'ec372e6b3167fa0f0c4884f4c523d115', 'SELECT COUNT ( * ) FROM `kanecountyhealth_web` . `wp_usermeta` ', 1, 183423000, 183423000, 183423000, 183423000, 39000000, 0, 0, 0, 1, 44, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', '2be1fce2a2d5af92d65a688ad12a9a4b', 'SELECT COUNT ( * ) FROM `kanecountyhealth_web` . `wp_users` ', 1, 122577000, 122577000, 122577000, 122577000, 41000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', 'b34363ffb50c7de7a03583d6ac6f8b12', 'SELECT `DEFAULT_COLLATION_NAME` FROM `information_schema` . `SCHEMATA` WHERE SCHEMA_NAME = ? LIMIT ? ', 1, 148665000, 148665000, 148665000, 148665000, 81000000, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', '2634a958c708a5b358a518cb8e6e5730', 'SELECT @@`default_storage_engine` ', 1, 52019000, 52019000, 52019000, 52019000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', '2ef4ed3b98c716941aa3aea3807f7b6b', 'SELECT ( COUNT ( `DB_first_level` ) DIV ? ) * ? FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE `SCHEMA_NAME` < ? ) `t` ', 1, 568144000, 568144000, 568144000, 568144000, 133000000, 0, 0, 0, 1, 85, 0, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', '84934399e991858494158c910ea575d7', 'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA` . `SCHEMATA` , ( SELECT `DB_first_level` FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ORDER BY `DB_first_level` ASC LIMIT ?, ... ) `t2` WHERE TRUE AND ? = `LOCATE` ( `CONCAT` ( `DB_first_level` , ? ) , `CONCAT` ( SCHEMA_NAME , ? ) ) ORDER BY SCHEMA_NAME ASC ', 1, 1208523000, 1208523000, 1208523000, 1208523000, 143000000, 0, 0, 0, 35, 280, 0, 6, 1, 0, 0, 0, 3, 0, 0, 70, 2, 1, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', 'a161d12433cc01dd487426d65b742848', 'SELECT COUNT ( * ) FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ', 2, 742534000, 369558000, 371267000, 372976000, 159000000, 0, 0, 0, 2, 210, 0, 6, 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('kanecountyhealth_web', '691d6beabf69dbfa6d1b07e6cded7515', 'SELECT `PRIVILEGE_TYPE` FROM `INFORMATION_SCHEMA` . `USER_PRIVILEGES` WHERE `GRANTEE` = ? AND `PRIVILEGE_TYPE` = ? ', 2, 851048000, 350591000, 425524000, 500457000, 128000000, 0, 0, 0, 2, 624, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
(NULL, '786fdbf2d4e6bf8dd22453a05c026d58', 'SHOW TABLES FROM `ior` ', 1, 253806000, 253806000, 253806000, 253806000, 72000000, 0, 0, 0, 20, 20, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', '786fdbf2d4e6bf8dd22453a05c026d58', 'SHOW TABLES FROM `ior` ', 2, 441382000, 185878000, 220691000, 255504000, 113000000, 0, 0, 0, 40, 40, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 1, 42399000, 42399000, 42399000, 42399000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', '37044f32c1f84ab40f5cbe86d6312435', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC LIMIT ? OFFSET ? ', 1, 7583215000, 7583215000, 7583215000, 7583215000, 149000000, 0, 0, 0, 20, 40, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 1, 1, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', 'fc25eb00492af3872c5d7c7b41437547', 'SHOW MASTER STATUS ', 1, 115705000, 115705000, 115705000, 115705000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', '16cbe2fa99c109ca45db93dc09aae3bd', 'SHOW SLAVE STATUS ', 1, 2820036000, 2820036000, 2820036000, 2820036000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', 'c71b4234a1c8ecdd8076f87d86e1f673', 'SELECT COUNT ( * ) FROM `ior` . `cp_banner` ', 1, 127570000, 127570000, 127570000, 127570000, 50000000, 0, 0, 0, 1, 19, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', '68bc2f1a3c5df5774ee7eacd35816476', 'SELECT COUNT ( * ) FROM `ior` . `cp_equipe_has_cp_especialidades` ', 1, 96888000, 96888000, 96888000, 96888000, 43000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', '282264535ec5b16ee4e5f1ac1000f3bc', 'SELECT COUNT ( * ) FROM `ior` . `cp_especialistas_has_cp_especialidades` ', 1, 133180000, 133180000, 133180000, 133180000, 51000000, 0, 0, 0, 1, 80, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', 'cfc2818480d6b19494139a7a7aaa673b', 'SELECT COUNT ( * ) FROM `ior` . `cp_estados` ', 1, 112540000, 112540000, 112540000, 112540000, 40000000, 0, 0, 0, 1, 27, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', 'a143e9890bf53f5d3f8b67f53729b35d', 'SELECT COUNT ( * ) FROM `ior` . `cp_imagens` ', 1, 97360000, 97360000, 97360000, 97360000, 40000000, 0, 0, 0, 1, 10, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', 'cce321e61ed82889741a158fcbc5140b', 'SELECT COUNT ( * ) FROM `ior` . `cp_log` ', 1, 684842000, 684842000, 684842000, 684842000, 39000000, 0, 0, 0, 1, 290, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', '5118ac1418cc57b898f2679ec881865c', 'SELECT COUNT ( * ) FROM `ior` . `cp_noticias` ', 1, 93230000, 93230000, 93230000, 93230000, 39000000, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', '08a30a2d68077cf008b76e07052908ce', 'SELECT COUNT ( * ) FROM `ior` . `cp_paginas` ', 1, 97155000, 97155000, 97155000, 97155000, 40000000, 0, 0, 0, 1, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', 'd385f5a90a48caaf3453ed65d5129b11', 'SELECT COUNT ( * ) FROM `ior` . `cp_perfil` ', 1, 109300000, 109300000, 109300000, 109300000, 46000000, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', '7e520d331ce242521a674545c462a080', 'SELECT COUNT ( * ) FROM `ior` . `cp_permissoes` ', 1, 111806000, 111806000, 111806000, 111806000, 40000000, 0, 0, 0, 1, 24, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', 'ac9af4adcbccf6f15ba4646cc2f50742', 'SELECT COUNT ( * ) FROM `ior` . `cp_residenciamedica_has_cp_unidades` ', 1, 94378000, 94378000, 94378000, 94378000, 41000000, 0, 0, 0, 1, 5, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', '52339fd998dd2ec2cc76694e739be9a0', 'SELECT COUNT ( * ) FROM `ior` . `cp_tela` ', 1, 96776000, 96776000, 96776000, 96776000, 41000000, 0, 0, 0, 1, 12, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', '4b010c7423e4f624a9e45ce7e7228c0e', 'SELECT COUNT ( * ) FROM `ior` . `cp_unidades` ', 1, 94667000, 94667000, 94667000, 94667000, 40000000, 0, 0, 0, 1, 5, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', 'f5d02a2a6d187df241b2e6a428d0a1b8', 'SELECT COUNT ( * ) FROM `ior` . `cp_usuarios` ', 1, 418708000, 418708000, 418708000, 418708000, 39000000, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', 'b34363ffb50c7de7a03583d6ac6f8b12', 'SELECT `DEFAULT_COLLATION_NAME` FROM `information_schema` . `SCHEMATA` WHERE SCHEMA_NAME = ? LIMIT ? ', 1, 134062000, 134062000, 134062000, 134062000, 71000000, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', '2634a958c708a5b358a518cb8e6e5730', 'SELECT @@`default_storage_engine` ', 1, 55572000, 55572000, 55572000, 55572000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', '2ef4ed3b98c716941aa3aea3807f7b6b', 'SELECT ( COUNT ( `DB_first_level` ) DIV ? ) * ? FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE `SCHEMA_NAME` < ? ) `t` ', 1, 442626000, 442626000, 442626000, 442626000, 118000000, 0, 0, 0, 1, 83, 0, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', '84934399e991858494158c910ea575d7', 'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA` . `SCHEMATA` , ( SELECT `DB_first_level` FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ORDER BY `DB_first_level` ASC LIMIT ?, ... ) `t2` WHERE TRUE AND ? = `LOCATE` ( `CONCAT` ( `DB_first_level` , ? ) , `CONCAT` ( SCHEMA_NAME , ? ) ) ORDER BY SCHEMA_NAME ASC ', 1, 1340460000, 1340460000, 1340460000, 1340460000, 141000000, 0, 0, 0, 35, 280, 0, 6, 1, 0, 0, 0, 3, 0, 0, 70, 2, 1, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', 'a161d12433cc01dd487426d65b742848', 'SELECT COUNT ( * ) FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ', 2, 857755000, 379668000, 428877000, 478087000, 166000000, 0, 0, 0, 2, 210, 0, 6, 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
('ior', '691d6beabf69dbfa6d1b07e6cded7515', 'SELECT `PRIVILEGE_TYPE` FROM `INFORMATION_SCHEMA` . `USER_PRIVILEGES` WHERE `GRANTEE` = ? AND `PRIVILEGE_TYPE` = ? ', 2, 754007000, 352629000, 377003000, 401378000, 128000000, 0, 0, 0, 2, 624, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:26', '2018-10-04 12:13:26'),
(NULL, '077578c257037b9f546f6a4690bde792', 'SHOW TABLES FROM `information_schema` ', 1, 184036000, 184036000, 184036000, 184036000, 52000000, 0, 0, 0, 61, 61, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('information_schema', '077578c257037b9f546f6a4690bde792', 'SHOW TABLES FROM `information_schema` ', 2, 343958000, 171875000, 171979000, 172083000, 100000000, 0, 0, 0, 122, 122, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('information_schema', 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 1, 42247000, 42247000, 42247000, 42247000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27');
INSERT INTO `events_statements_summary_by_digest` (`SCHEMA_NAME`, `DIGEST`, `DIGEST_TEXT`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`, `FIRST_SEEN`, `LAST_SEEN`) VALUES
('information_schema', '37044f32c1f84ab40f5cbe86d6312435', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC LIMIT ? OFFSET ? ', 1, 4576906000, 4576906000, 4576906000, 4576906000, 133000000, 0, 0, 0, 61, 122, 10, 62, 0, 0, 0, 0, 1, 0, 0, 61, 1, 1, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('information_schema', 'fc25eb00492af3872c5d7c7b41437547', 'SHOW MASTER STATUS ', 1, 111288000, 111288000, 111288000, 111288000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('information_schema', '16cbe2fa99c109ca45db93dc09aae3bd', 'SHOW SLAVE STATUS ', 1, 3999087000, 3999087000, 3999087000, 3999087000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('information_schema', '2634a958c708a5b358a518cb8e6e5730', 'SELECT @@`default_storage_engine` ', 1, 60291000, 60291000, 60291000, 60291000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('information_schema', '2ef4ed3b98c716941aa3aea3807f7b6b', 'SELECT ( COUNT ( `DB_first_level` ) DIV ? ) * ? FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE `SCHEMA_NAME` < ? ) `t` ', 1, 561075000, 561075000, 561075000, 561075000, 165000000, 0, 0, 0, 1, 81, 0, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('information_schema', '84934399e991858494158c910ea575d7', 'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA` . `SCHEMATA` , ( SELECT `DB_first_level` FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ORDER BY `DB_first_level` ASC LIMIT ?, ... ) `t2` WHERE TRUE AND ? = `LOCATE` ( `CONCAT` ( `DB_first_level` , ? ) , `CONCAT` ( SCHEMA_NAME , ? ) ) ORDER BY SCHEMA_NAME ASC ', 1, 1141654000, 1141654000, 1141654000, 1141654000, 145000000, 0, 0, 0, 35, 280, 0, 6, 1, 0, 0, 0, 3, 0, 0, 70, 2, 1, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('information_schema', 'a161d12433cc01dd487426d65b742848', 'SELECT COUNT ( * ) FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ', 2, 852914000, 375607000, 426457000, 477307000, 171000000, 0, 0, 0, 2, 210, 0, 6, 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
(NULL, '07a4667fe5ab9bd985cb24e1dbf6aa60', 'SHOW TABLES FROM `heatcontent_dev` ', 1, 219206000, 219206000, 219206000, 219206000, 74000000, 0, 0, 0, 12, 12, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', '07a4667fe5ab9bd985cb24e1dbf6aa60', 'SHOW TABLES FROM `heatcontent_dev` ', 2, 316133000, 140673000, 158066000, 175460000, 97000000, 0, 0, 0, 24, 24, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 1, 56113000, 56113000, 56113000, 56113000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', '37044f32c1f84ab40f5cbe86d6312435', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC LIMIT ? OFFSET ? ', 1, 24863953000, 24863953000, 24863953000, 24863953000, 155000000, 0, 0, 0, 12, 24, 0, 1, 0, 0, 0, 0, 1, 0, 0, 12, 1, 1, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', 'fc25eb00492af3872c5d7c7b41437547', 'SHOW MASTER STATUS ', 1, 111475000, 111475000, 111475000, 111475000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', '16cbe2fa99c109ca45db93dc09aae3bd', 'SHOW SLAVE STATUS ', 1, 4031197000, 4031197000, 4031197000, 4031197000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', '717c66849627d9021abc36e53a04c826', 'SELECT COUNT ( * ) FROM `heatcontent_dev` . `wp_commentmeta` ', 1, 171818000, 171818000, 171818000, 171818000, 65000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', '9f19b1a348bdc2170a33eaf189d05025', 'SELECT COUNT ( * ) FROM `heatcontent_dev` . `wp_comments` ', 1, 671766000, 671766000, 671766000, 671766000, 41000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', 'c49655c26678907e4c735baeafd65ab1', 'SELECT COUNT ( * ) FROM `heatcontent_dev` . `wp_links` ', 1, 122360000, 122360000, 122360000, 122360000, 41000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', '4d7fb588d1a08bd3df7c12132b21f89f', 'SELECT COUNT ( * ) FROM `heatcontent_dev` . `wp_options` ', 1, 160413000, 160413000, 160413000, 160413000, 41000000, 0, 0, 0, 1, 153, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', 'a66cd83912da6f98c5ce0cd0c2d43bba', 'SELECT COUNT ( * ) FROM `heatcontent_dev` . `wp_postmeta` ', 1, 159058000, 159058000, 159058000, 159058000, 39000000, 0, 0, 0, 1, 172, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', '4d6616fad0ef196d04e2608d542b9cfb', 'SELECT COUNT ( * ) FROM `heatcontent_dev` . `wp_posts` ', 1, 575719000, 575719000, 575719000, 575719000, 39000000, 0, 0, 0, 1, 30, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', '9b8b5e25f4e8fabebbd009ad72c8ed4e', 'SELECT COUNT ( * ) FROM `heatcontent_dev` . `wp_termmeta` ', 1, 117285000, 117285000, 117285000, 117285000, 40000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', '3af26f0509c48788b31c0d14bb97ad9c', 'SELECT COUNT ( * ) FROM `heatcontent_dev` . `wp_terms` ', 1, 121300000, 121300000, 121300000, 121300000, 39000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', '759db395a219bafec13086bee12d1e2b', 'SELECT COUNT ( * ) FROM `heatcontent_dev` . `wp_term_relationships` ', 1, 1025397000, 1025397000, 1025397000, 1025397000, 40000000, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', '835f56b6a6da6adb47019bf77cce1c63', 'SELECT COUNT ( * ) FROM `heatcontent_dev` . `wp_term_taxonomy` ', 1, 139004000, 139004000, 139004000, 139004000, 56000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', 'faa12692f38053baf9261bd8cb1de637', 'SELECT COUNT ( * ) FROM `heatcontent_dev` . `wp_usermeta` ', 1, 127337000, 127337000, 127337000, 127337000, 39000000, 0, 0, 0, 1, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', 'a1b2c0df4aac4c2597b7b5d0f0a26cfb', 'SELECT COUNT ( * ) FROM `heatcontent_dev` . `wp_users` ', 1, 163720000, 163720000, 163720000, 163720000, 39000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', 'b34363ffb50c7de7a03583d6ac6f8b12', 'SELECT `DEFAULT_COLLATION_NAME` FROM `information_schema` . `SCHEMATA` WHERE SCHEMA_NAME = ? LIMIT ? ', 1, 193121000, 193121000, 193121000, 193121000, 121000000, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', '2634a958c708a5b358a518cb8e6e5730', 'SELECT @@`default_storage_engine` ', 1, 42762000, 42762000, 42762000, 42762000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', '2ef4ed3b98c716941aa3aea3807f7b6b', 'SELECT ( COUNT ( `DB_first_level` ) DIV ? ) * ? FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE `SCHEMA_NAME` < ? ) `t` ', 1, 553780000, 553780000, 553780000, 553780000, 177000000, 0, 0, 0, 1, 79, 0, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', '84934399e991858494158c910ea575d7', 'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA` . `SCHEMATA` , ( SELECT `DB_first_level` FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ORDER BY `DB_first_level` ASC LIMIT ?, ... ) `t2` WHERE TRUE AND ? = `LOCATE` ( `CONCAT` ( `DB_first_level` , ? ) , `CONCAT` ( SCHEMA_NAME , ? ) ) ORDER BY SCHEMA_NAME ASC ', 1, 1100306000, 1100306000, 1100306000, 1100306000, 144000000, 0, 0, 0, 35, 280, 0, 6, 1, 0, 0, 0, 3, 0, 0, 70, 2, 1, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', 'a161d12433cc01dd487426d65b742848', 'SELECT COUNT ( * ) FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ', 2, 854890000, 392265000, 427445000, 462625000, 205000000, 0, 0, 0, 2, 210, 0, 6, 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
('heatcontent_dev', '691d6beabf69dbfa6d1b07e6cded7515', 'SELECT `PRIVILEGE_TYPE` FROM `INFORMATION_SCHEMA` . `USER_PRIVILEGES` WHERE `GRANTEE` = ? AND `PRIVILEGE_TYPE` = ? ', 2, 741694000, 344845000, 370847000, 396849000, 126000000, 0, 0, 0, 2, 624, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:27', '2018-10-04 12:13:27'),
(NULL, '25310e56b66267f14c7c735fecfc9257', 'SHOW TABLES FROM `goshortlist` ', 1, 224793000, 224793000, 224793000, 224793000, 70000000, 0, 0, 0, 16, 16, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', '25310e56b66267f14c7c735fecfc9257', 'SHOW TABLES FROM `goshortlist` ', 2, 375048000, 154971000, 187524000, 220077000, 113000000, 0, 0, 0, 32, 32, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 1, 41002000, 41002000, 41002000, 41002000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', '37044f32c1f84ab40f5cbe86d6312435', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC LIMIT ? OFFSET ? ', 1, 27832760000, 27832760000, 27832760000, 27832760000, 150000000, 0, 0, 0, 16, 32, 0, 1, 0, 0, 0, 0, 1, 0, 0, 16, 1, 1, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', 'fc25eb00492af3872c5d7c7b41437547', 'SHOW MASTER STATUS ', 1, 105519000, 105519000, 105519000, 105519000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', '16cbe2fa99c109ca45db93dc09aae3bd', 'SHOW SLAVE STATUS ', 1, 2935811000, 2935811000, 2935811000, 2935811000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', '4d068136a55a13900f322397577f3d7b', 'SELECT COUNT ( * ) FROM `goshortlist` . `agencies` ', 1, 178029000, 178029000, 178029000, 178029000, 53000000, 0, 0, 0, 1, 10, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', 'ae6f19ab1ab618a551bdf08dbc2c578e', 'SELECT COUNT ( * ) FROM `goshortlist` . `availabilities` ', 1, 145068000, 145068000, 145068000, 145068000, 41000000, 0, 0, 0, 1, 100, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', '24dce77f3bbe95d7dc9dc22571c32cf6', 'SELECT COUNT ( * ) FROM `goshortlist` . `awards` ', 1, 141751000, 141751000, 141751000, 141751000, 39000000, 0, 0, 0, 1, 100, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', '9fb320213e1fe0db7a8e7717b83de5c1', 'SELECT COUNT ( * ) FROM `goshortlist` . `education` ', 1, 168706000, 168706000, 168706000, 168706000, 56000000, 0, 0, 0, 1, 100, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', 'ea00f88e55811682f865f353bd1e0a54', 'SELECT COUNT ( * ) FROM `goshortlist` . `freelancers` ', 1, 127622000, 127622000, 127622000, 127622000, 40000000, 0, 0, 0, 1, 10, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', '020b810d279475635f84873f500cde66', 'SELECT COUNT ( * ) FROM `goshortlist` . `freelancer_data` ', 1, 117091000, 117091000, 117091000, 117091000, 38000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', '41bfda9f55ae71f37563125fef0dce8c', 'SELECT COUNT ( * ) FROM `goshortlist` . `links` ', 1, 141664000, 141664000, 141664000, 141664000, 39000000, 0, 0, 0, 1, 100, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', '8d7f6ab21a8d2e1a539576292b5a8c0d', 'SELECT COUNT ( * ) FROM `goshortlist` . `migrations` ', 1, 95728000, 95728000, 95728000, 95728000, 39000000, 0, 0, 0, 1, 33, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', '594b1a9bedaee5fe241bf51726d6acda', 'SELECT COUNT ( * ) FROM `goshortlist` . `password_resets` ', 1, 817691000, 817691000, 817691000, 817691000, 39000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', '08537fe5963d5eb0c5076cf22a9055a4', 'SELECT COUNT ( * ) FROM `goshortlist` . `press` ', 1, 150878000, 150878000, 150878000, 150878000, 39000000, 0, 0, 0, 1, 100, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', '5b217b01c03be4e349224fcdf158cb3d', 'SELECT COUNT ( * ) FROM `goshortlist` . `requests` ', 1, 165429000, 165429000, 165429000, 165429000, 51000000, 0, 0, 0, 1, 101, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', '4e9852fe364b846acc3dd7bb50dd12fe', 'SELECT COUNT ( * ) FROM `goshortlist` . `request_messages` ', 1, 116458000, 116458000, 116458000, 116458000, 39000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', 'f8b9192a57c9828df76e3df9dedd738e', 'SELECT COUNT ( * ) FROM `goshortlist` . `reviews` ', 1, 175258000, 175258000, 175258000, 175258000, 37000000, 0, 0, 0, 1, 100, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', 'fc7ecf5b90f45b0aede21c1dd74f7512', 'SELECT COUNT ( * ) FROM `goshortlist` . `users` ', 1, 139728000, 139728000, 139728000, 139728000, 39000000, 0, 0, 0, 1, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', '275b05eafef9c15e09d44e4991355e98', 'SELECT COUNT ( * ) FROM `goshortlist` . `work_experience` ', 1, 141164000, 141164000, 141164000, 141164000, 39000000, 0, 0, 0, 1, 100, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', '2e03c4199acd79992436eed07601219a', 'SELECT COUNT ( * ) FROM `goshortlist` . `work_samples` ', 1, 141221000, 141221000, 141221000, 141221000, 38000000, 0, 0, 0, 1, 100, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', 'b34363ffb50c7de7a03583d6ac6f8b12', 'SELECT `DEFAULT_COLLATION_NAME` FROM `information_schema` . `SCHEMATA` WHERE SCHEMA_NAME = ? LIMIT ? ', 1, 137190000, 137190000, 137190000, 137190000, 75000000, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', '2634a958c708a5b358a518cb8e6e5730', 'SELECT @@`default_storage_engine` ', 1, 55060000, 55060000, 55060000, 55060000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', '2ef4ed3b98c716941aa3aea3807f7b6b', 'SELECT ( COUNT ( `DB_first_level` ) DIV ? ) * ? FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE `SCHEMA_NAME` < ? ) `t` ', 1, 492001000, 492001000, 492001000, 492001000, 119000000, 0, 0, 0, 1, 77, 0, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', '84934399e991858494158c910ea575d7', 'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA` . `SCHEMATA` , ( SELECT `DB_first_level` FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ORDER BY `DB_first_level` ASC LIMIT ?, ... ) `t2` WHERE TRUE AND ? = `LOCATE` ( `CONCAT` ( `DB_first_level` , ? ) , `CONCAT` ( SCHEMA_NAME , ? ) ) ORDER BY SCHEMA_NAME ASC ', 1, 1224086000, 1224086000, 1224086000, 1224086000, 138000000, 0, 0, 0, 35, 280, 0, 6, 1, 0, 0, 0, 3, 0, 0, 70, 2, 1, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', 'a161d12433cc01dd487426d65b742848', 'SELECT COUNT ( * ) FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ', 2, 771595000, 366481000, 385797000, 405114000, 161000000, 0, 0, 0, 2, 210, 0, 6, 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('goshortlist', '691d6beabf69dbfa6d1b07e6cded7515', 'SELECT `PRIVILEGE_TYPE` FROM `INFORMATION_SCHEMA` . `USER_PRIVILEGES` WHERE `GRANTEE` = ? AND `PRIVILEGE_TYPE` = ? ', 2, 781327000, 362046000, 390663000, 419281000, 137000000, 0, 0, 0, 2, 624, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
(NULL, 'c9832137738c2c55c1067e1d5c8a5889', 'SHOW TABLES FROM `ambassador` ', 3, 855051000, 276844000, 285017000, 289920000, 232000000, 0, 0, 0, 75, 75, 0, 3, 0, 0, 0, 0, 3, 0, 0, 0, 0, 3, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:34'),
('ambassador', 'c9832137738c2c55c1067e1d5c8a5889', 'SHOW TABLES FROM `ambassador` ', 6, 1210850000, 171575000, 201808000, 266650000, 299000000, 0, 0, 0, 150, 150, 0, 6, 0, 0, 0, 0, 6, 0, 0, 0, 0, 6, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:32'),
('ambassador', 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 2, 87834000, 40366000, 43917000, 47468000, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:32'),
('ambassador', '37044f32c1f84ab40f5cbe86d6312435', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC LIMIT ? OFFSET ? ', 1, 8304422000, 8304422000, 8304422000, 8304422000, 201000000, 0, 0, 0, 25, 50, 0, 1, 0, 0, 0, 0, 1, 0, 0, 25, 1, 1, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('ambassador', 'fc25eb00492af3872c5d7c7b41437547', 'SHOW MASTER STATUS ', 1, 87048000, 87048000, 87048000, 87048000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('ambassador', '16cbe2fa99c109ca45db93dc09aae3bd', 'SHOW SLAVE STATUS ', 1, 3813890000, 3813890000, 3813890000, 3813890000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('ambassador', '4716037d2267d9aca8577a99fd9e3a18', 'SELECT COUNT ( * ) FROM `ambassador` . `admins` ', 1, 502706000, 502706000, 502706000, 502706000, 48000000, 0, 0, 0, 1, 10, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('ambassador', 'f6a046807fb052fab183e97a60a137f2', 'SELECT COUNT ( * ) FROM `ambassador` . `admins_password_resets` ', 1, 756228000, 756228000, 756228000, 756228000, 86000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('ambassador', '1c2e82d7660c385b4feb47845ab4355c', 'SELECT COUNT ( * ) FROM `ambassador` . `candidates` ', 1, 1580572000, 1580572000, 1580572000, 1580572000, 50000000, 0, 0, 0, 1, 464, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('ambassador', '3c648ba5ccdc8a38b9545bd22957cf52', 'SELECT COUNT ( * ) FROM `ambassador` . `candidate_category` ', 1, 1582467000, 1582467000, 1582467000, 1582467000, 41000000, 0, 0, 0, 1, 1213, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('ambassador', '37dc7671225183ab60e2d14385d03dd2', 'SELECT COUNT ( * ) FROM `ambassador` . `candidate_comment` ', 1, 657560000, 657560000, 657560000, 657560000, 41000000, 0, 0, 0, 1, 43, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('ambassador', '5001391996e0364d597429644494d0ec', 'SELECT COUNT ( * ) FROM `ambassador` . `candidate_notification` ', 1, 677281000, 677281000, 677281000, 677281000, 72000000, 0, 0, 0, 1, 9, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('ambassador', '6ebd2a57f22b0323c78246b59ae1e9df', 'SELECT COUNT ( * ) FROM `ambassador` . `candidate_program` ', 1, 642151000, 642151000, 642151000, 642151000, 39000000, 0, 0, 0, 1, 66, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('ambassador', '18c2e30986971e6e66e568d53aab7e1c', 'SELECT COUNT ( * ) FROM `ambassador` . `candidate_tag` ', 1, 738877000, 738877000, 738877000, 738877000, 39000000, 0, 0, 0, 1, 13, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('ambassador', '82d595278780527780f8b5b62fd9b655', 'SELECT COUNT ( * ) FROM `ambassador` . `categories` ', 1, 97958000, 97958000, 97958000, 97958000, 39000000, 0, 0, 0, 1, 12, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('ambassador', '60d065e02d2eb0e2a1c740f55c0c4936', 'SELECT COUNT ( * ) FROM `ambassador` . `clients` ', 1, 104165000, 104165000, 104165000, 104165000, 39000000, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('ambassador', '7fab0862bb20736283b8fc3cee04b090', 'SELECT COUNT ( * ) FROM `ambassador` . `comments` ', 1, 101187000, 101187000, 101187000, 101187000, 38000000, 0, 0, 0, 1, 43, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('ambassador', 'bb47175a9e16495e7abd46f87c10528c', 'SELECT COUNT ( * ) FROM `ambassador` . `failed_jobs` ', 1, 113448000, 113448000, 113448000, 113448000, 49000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('ambassador', '2f8154fca309a566c06cef1dd2531662', 'SELECT COUNT ( * ) FROM `ambassador` . `jobs` ', 1, 99448000, 99448000, 99448000, 99448000, 40000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('ambassador', '57b3dfb0698008b7260aabc1e5b4f219', 'SELECT COUNT ( * ) FROM `ambassador` . `migrations` ', 1, 115050000, 115050000, 115050000, 115050000, 40000000, 0, 0, 0, 1, 32, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('ambassador', 'c8ededa4ec040837fda0d48e3f1c364d', 'SELECT COUNT ( * ) FROM `ambassador` . `notifications` ', 1, 108338000, 108338000, 108338000, 108338000, 40000000, 0, 0, 0, 1, 15, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:28', '2018-10-04 12:13:28'),
('ambassador', 'e5f8e63b25f19cd11e9e3c7df89903b8', 'SELECT COUNT ( * ) FROM `ambassador` . `oauth_access_tokens` ', 1, 1301036000, 1301036000, 1301036000, 1301036000, 39000000, 0, 0, 0, 1, 181, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('ambassador', '310cc0846ef11fe2cfcf60d4e89d3626', 'SELECT COUNT ( * ) FROM `ambassador` . `oauth_auth_codes` ', 1, 86070000, 86070000, 86070000, 86070000, 40000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('ambassador', '5f4053a7a081f55d550f9a0d82beb797', 'SELECT COUNT ( * ) FROM `ambassador` . `oauth_clients` ', 1, 377204000, 377204000, 377204000, 377204000, 39000000, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('ambassador', '3ad307665a9ee9dbad7cc67283fed632', 'SELECT COUNT ( * ) FROM `ambassador` . `oauth_personal_access_clients` ', 1, 364275000, 364275000, 364275000, 364275000, 40000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('ambassador', '74afaab68d3b9083f74253e5753744b2', 'SELECT COUNT ( * ) FROM `ambassador` . `oauth_refresh_tokens` ', 1, 1479038000, 1479038000, 1479038000, 1479038000, 54000000, 0, 0, 0, 1, 181, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('ambassador', '89bd4effa6c1d9304c51b2833599e9d9', 'SELECT COUNT ( * ) FROM `ambassador` . `password_resets` ', 1, 402754000, 402754000, 402754000, 402754000, 40000000, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('ambassador', 'b96f25e5462873a2380958f6e42d3841', 'SELECT COUNT ( * ) FROM `ambassador` . `photos` ', 1, 1239220000, 1239220000, 1239220000, 1239220000, 40000000, 0, 0, 0, 1, 2783, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('ambassador', 'a6aace934b52307cc51eed51adf05d08', 'SELECT COUNT ( * ) FROM `ambassador` . `programs` ', 1, 486621000, 486621000, 486621000, 486621000, 39000000, 0, 0, 0, 1, 10, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('ambassador', '6bc980f8d646dea38304c72c39b7a2d9', 'SELECT COUNT ( * ) FROM `ambassador` . `tags` ', 1, 101362000, 101362000, 101362000, 101362000, 40000000, 0, 0, 0, 1, 37, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('ambassador', '42352c2b0ffc992b9610747de70beea0', 'SELECT COUNT ( * ) FROM `ambassador` . `users` ', 1, 398798000, 398798000, 398798000, 398798000, 39000000, 0, 0, 0, 1, 16, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('ambassador', 'b34363ffb50c7de7a03583d6ac6f8b12', 'SELECT `DEFAULT_COLLATION_NAME` FROM `information_schema` . `SCHEMATA` WHERE SCHEMA_NAME = ? LIMIT ? ', 1, 159549000, 159549000, 159549000, 159549000, 83000000, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('ambassador', '2634a958c708a5b358a518cb8e6e5730', 'SELECT @@`default_storage_engine` ', 1, 40254000, 40254000, 40254000, 40254000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('ambassador', '691d6beabf69dbfa6d1b07e6cded7515', 'SELECT `PRIVILEGE_TYPE` FROM `INFORMATION_SCHEMA` . `USER_PRIVILEGES` WHERE `GRANTEE` = ? AND `PRIVILEGE_TYPE` = ? ', 8, 3071218000, 342986000, 383902000, 441603000, 509000000, 0, 0, 0, 8, 2496, 0, 8, 0, 0, 0, 0, 8, 0, 0, 0, 0, 8, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:32'),
(NULL, 'a39f0b96157d042fa17fcda42f824c63', 'SHOW TABLES FROM `gateway` ', 1, 119180000, 119180000, 119180000, 119180000, 50000000, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('gateway', 'a39f0b96157d042fa17fcda42f824c63', 'SHOW TABLES FROM `gateway` ', 2, 220109000, 104197000, 110054000, 115912000, 96000000, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('gateway', 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 1, 39988000, 39988000, 39988000, 39988000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('gateway', '37044f32c1f84ab40f5cbe86d6312435', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC LIMIT ? OFFSET ? ', 1, 2338202000, 2338202000, 2338202000, 2338202000, 146000000, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('gateway', '4274849fcc14d842ff2c01fd026efc54', 'SHOW TABLE STATUS FROM `gateway` ', 1, 131055000, 131055000, 131055000, 131055000, 61000000, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('gateway', 'fc25eb00492af3872c5d7c7b41437547', 'SHOW MASTER STATUS ', 1, 30905000, 30905000, 30905000, 30905000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('gateway', '16cbe2fa99c109ca45db93dc09aae3bd', 'SHOW SLAVE STATUS ', 1, 57371000, 57371000, 57371000, 57371000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('gateway', '2ef4ed3b98c716941aa3aea3807f7b6b', 'SELECT ( COUNT ( `DB_first_level` ) DIV ? ) * ? FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE `SCHEMA_NAME` < ? ) `t` ', 1, 474891000, 474891000, 474891000, 474891000, 162000000, 0, 0, 0, 1, 75, 0, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('gateway', '84934399e991858494158c910ea575d7', 'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA` . `SCHEMATA` , ( SELECT `DB_first_level` FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ORDER BY `DB_first_level` ASC LIMIT ?, ... ) `t2` WHERE TRUE AND ? = `LOCATE` ( `CONCAT` ( `DB_first_level` , ? ) , `CONCAT` ( SCHEMA_NAME , ? ) ) ORDER BY SCHEMA_NAME ASC ', 1, 1130876000, 1130876000, 1130876000, 1130876000, 163000000, 0, 0, 0, 35, 280, 0, 6, 1, 0, 0, 0, 3, 0, 0, 70, 2, 1, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('gateway', 'a161d12433cc01dd487426d65b742848', 'SELECT COUNT ( * ) FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ', 2, 747320000, 370514000, 373660000, 376806000, 160000000, 0, 0, 0, 2, 210, 0, 6, 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('gateway', '691d6beabf69dbfa6d1b07e6cded7515', 'SELECT `PRIVILEGE_TYPE` FROM `INFORMATION_SCHEMA` . `USER_PRIVILEGES` WHERE `GRANTEE` = ? AND `PRIVILEGE_TYPE` = ? ', 2, 772763000, 362999000, 386381000, 409764000, 124000000, 0, 0, 0, 2, 624, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
(NULL, '527ea215232907aa2ccc0b9cb4b4120d', 'SHOW TABLES FROM `forge` ', 1, 167204000, 167204000, 167204000, 167204000, 70000000, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('forge', '527ea215232907aa2ccc0b9cb4b4120d', 'SHOW TABLES FROM `forge` ', 2, 218697000, 107075000, 109348000, 111622000, 91000000, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('forge', 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 1, 57622000, 57622000, 57622000, 57622000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('forge', '37044f32c1f84ab40f5cbe86d6312435', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC LIMIT ? OFFSET ? ', 1, 2456266000, 2456266000, 2456266000, 2456266000, 155000000, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('forge', '47a1392a4427becc086f2893bf4017bc', 'SHOW TABLE STATUS FROM `forge` ', 1, 157475000, 157475000, 157475000, 157475000, 73000000, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('forge', 'fc25eb00492af3872c5d7c7b41437547', 'SHOW MASTER STATUS ', 1, 32011000, 32011000, 32011000, 32011000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('forge', '16cbe2fa99c109ca45db93dc09aae3bd', 'SHOW SLAVE STATUS ', 1, 55663000, 55663000, 55663000, 55663000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('forge', '2ef4ed3b98c716941aa3aea3807f7b6b', 'SELECT ( COUNT ( `DB_first_level` ) DIV ? ) * ? FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE `SCHEMA_NAME` < ? ) `t` ', 1, 440501000, 440501000, 440501000, 440501000, 117000000, 0, 0, 0, 1, 73, 0, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('forge', '84934399e991858494158c910ea575d7', 'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA` . `SCHEMATA` , ( SELECT `DB_first_level` FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ORDER BY `DB_first_level` ASC LIMIT ?, ... ) `t2` WHERE TRUE AND ? = `LOCATE` ( `CONCAT` ( `DB_first_level` , ? ) , `CONCAT` ( SCHEMA_NAME , ? ) ) ORDER BY SCHEMA_NAME ASC ', 1, 1304592000, 1304592000, 1304592000, 1304592000, 163000000, 0, 0, 0, 35, 280, 0, 6, 1, 0, 0, 0, 3, 0, 0, 70, 2, 1, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('forge', 'a161d12433cc01dd487426d65b742848', 'SELECT COUNT ( * ) FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ', 2, 835956000, 398981000, 417978000, 436975000, 166000000, 0, 0, 0, 2, 210, 0, 6, 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
('forge', '691d6beabf69dbfa6d1b07e6cded7515', 'SELECT `PRIVILEGE_TYPE` FROM `INFORMATION_SCHEMA` . `USER_PRIVILEGES` WHERE `GRANTEE` = ? AND `PRIVILEGE_TYPE` = ? ', 2, 794131000, 377639000, 397065000, 416492000, 124000000, 0, 0, 0, 2, 624, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:29', '2018-10-04 12:13:29'),
(NULL, 'bfc0c85f3e242cb169dbed35db3122ac', 'SHOW TABLES FROM `flanaganbilton` ', 1, 240818000, 240818000, 240818000, 240818000, 82000000, 0, 0, 0, 15, 15, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', 'bfc0c85f3e242cb169dbed35db3122ac', 'SHOW TABLES FROM `flanaganbilton` ', 2, 317530000, 158050000, 158765000, 159480000, 94000000, 0, 0, 0, 30, 30, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 1, 42385000, 42385000, 42385000, 42385000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', '37044f32c1f84ab40f5cbe86d6312435', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC LIMIT ? OFFSET ? ', 1, 26488008000, 26488008000, 26488008000, 26488008000, 153000000, 0, 0, 0, 15, 30, 0, 1, 0, 0, 0, 0, 1, 0, 0, 15, 1, 1, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', 'fc25eb00492af3872c5d7c7b41437547', 'SHOW MASTER STATUS ', 1, 97247000, 97247000, 97247000, 97247000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', '16cbe2fa99c109ca45db93dc09aae3bd', 'SHOW SLAVE STATUS ', 1, 2942960000, 2942960000, 2942960000, 2942960000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', '930e443b4eec082b2eb2b7c53c0732c4', 'SELECT COUNT ( * ) FROM `flanaganbilton` . `ts_redirects` ', 1, 130591000, 130591000, 130591000, 130591000, 54000000, 0, 0, 0, 1, 29, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', '002620ced39c02c8761ded5b92704088', 'SELECT COUNT ( * ) FROM `flanaganbilton` . `wp_commentmeta` ', 1, 125134000, 125134000, 125134000, 125134000, 42000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', 'd97e9fa94eb29030f3d845fea78a5f9d', 'SELECT COUNT ( * ) FROM `flanaganbilton` . `wp_comments` ', 1, 599748000, 599748000, 599748000, 599748000, 39000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', 'b5bbcaa8803c0ef1aefcc77677b8f010', 'SELECT COUNT ( * ) FROM `flanaganbilton` . `wp_links` ', 1, 122305000, 122305000, 122305000, 122305000, 40000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', '2196ace085629c4001c57c046e0338ac', 'SELECT COUNT ( * ) FROM `flanaganbilton` . `wp_options` ', 1, 193183000, 193183000, 193183000, 193183000, 63000000, 0, 0, 0, 1, 175, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', '9c34247180c32b6b2e4d862560852537', 'SELECT COUNT ( * ) FROM `flanaganbilton` . `wp_postmeta` ', 1, 3609958000, 3609958000, 3609958000, 3609958000, 40000000, 0, 0, 0, 1, 3309, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', '0cc85688e1df192a04979eb7eee5cc07', 'SELECT COUNT ( * ) FROM `flanaganbilton` . `wp_posts` ', 1, 798613000, 798613000, 798613000, 798613000, 50000000, 0, 0, 0, 1, 367, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', '566b87d24f13a888ed6f8bc6ef44accd', 'SELECT COUNT ( * ) FROM `flanaganbilton` . `wp_termmeta` ', 1, 121448000, 121448000, 121448000, 121448000, 41000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', '9ce04a3d4122145071960a0b1323e0bc', 'SELECT COUNT ( * ) FROM `flanaganbilton` . `wp_terms` ', 1, 123905000, 123905000, 123905000, 123905000, 40000000, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', '302387396f3ec5477a5a082a80514a14', 'SELECT COUNT ( * ) FROM `flanaganbilton` . `wp_term_relationships` ', 1, 1039157000, 1039157000, 1039157000, 1039157000, 39000000, 0, 0, 0, 1, 33, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', '54cd6d58e5e720386e9a2384d3cc778b', 'SELECT COUNT ( * ) FROM `flanaganbilton` . `wp_term_taxonomy` ', 1, 137466000, 137466000, 137466000, 137466000, 43000000, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', 'ada1a6a09f7d3b0077ef2c33b4dfe2d9', 'SELECT COUNT ( * ) FROM `flanaganbilton` . `wp_usermeta` ', 1, 159567000, 159567000, 159567000, 159567000, 39000000, 0, 0, 0, 1, 64, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', '748bdbc670a79521db28824cdbc82af5', 'SELECT COUNT ( * ) FROM `flanaganbilton` . `wp_users` ', 1, 136029000, 136029000, 136029000, 136029000, 50000000, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', '25be864104f3a168f9ef391386a30af0', 'SELECT COUNT ( * ) FROM `flanaganbilton` . `wp_yoast_seo_links` ', 1, 118255000, 118255000, 118255000, 118255000, 40000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', '45b34d4c1381894e0e2f2a4953bbe711', 'SELECT COUNT ( * ) FROM `flanaganbilton` . `wp_yoast_seo_meta` ', 1, 854272000, 854272000, 854272000, 854272000, 44000000, 0, 0, 0, 1, 58, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', 'b34363ffb50c7de7a03583d6ac6f8b12', 'SELECT `DEFAULT_COLLATION_NAME` FROM `information_schema` . `SCHEMATA` WHERE SCHEMA_NAME = ? LIMIT ? ', 1, 149965000, 149965000, 149965000, 149965000, 82000000, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', '2634a958c708a5b358a518cb8e6e5730', 'SELECT @@`default_storage_engine` ', 1, 42210000, 42210000, 42210000, 42210000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', '2ef4ed3b98c716941aa3aea3807f7b6b', 'SELECT ( COUNT ( `DB_first_level` ) DIV ? ) * ? FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE `SCHEMA_NAME` < ? ) `t` ', 1, 504112000, 504112000, 504112000, 504112000, 118000000, 0, 0, 0, 1, 71, 0, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', '84934399e991858494158c910ea575d7', 'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA` . `SCHEMATA` , ( SELECT `DB_first_level` FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ORDER BY `DB_first_level` ASC LIMIT ?, ... ) `t2` WHERE TRUE AND ? = `LOCATE` ( `CONCAT` ( `DB_first_level` , ? ) , `CONCAT` ( SCHEMA_NAME , ? ) ) ORDER BY SCHEMA_NAME ASC ', 1, 1234878000, 1234878000, 1234878000, 1234878000, 160000000, 0, 0, 0, 35, 280, 0, 6, 1, 0, 0, 0, 3, 0, 0, 70, 2, 1, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', 'a161d12433cc01dd487426d65b742848', 'SELECT COUNT ( * ) FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ', 2, 736393000, 362241000, 368196000, 374152000, 164000000, 0, 0, 0, 2, 210, 0, 6, 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('flanaganbilton', '691d6beabf69dbfa6d1b07e6cded7515', 'SELECT `PRIVILEGE_TYPE` FROM `INFORMATION_SCHEMA` . `USER_PRIVILEGES` WHERE `GRANTEE` = ? AND `PRIVILEGE_TYPE` = ? ', 2, 779841000, 353369000, 389920000, 426472000, 130000000, 0, 0, 0, 2, 624, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
(NULL, 'a8985223a4944da5d9b500b0d443f93a', 'SELECT `TABLE_NAME` AS `name` FROM `INFORMATION_SCHEMA` . `TABLES` WHERE `TABLE_SCHEMA` = ? AND `TABLE_TYPE` != ? ORDER BY `TABLE_NAME` ASC LIMIT ?, ... ', 1, 2405823000, 2405823000, 2405823000, 2405823000, 79000000, 0, 0, 0, 50, 111, 10, 62, 0, 0, 0, 0, 1, 0, 0, 50, 1, 1, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
(NULL, 'd01a2419002938199f13841015fd04ea', 'SHOW TABLES FROM `elpescador` ', 1, 246455000, 246455000, 246455000, 246455000, 68000000, 0, 0, 0, 13, 13, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', 'd01a2419002938199f13841015fd04ea', 'SHOW TABLES FROM `elpescador` ', 2, 379169000, 169491000, 189584000, 209678000, 119000000, 0, 0, 0, 26, 26, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 1, 42126000, 42126000, 42126000, 42126000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', '37044f32c1f84ab40f5cbe86d6312435', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC LIMIT ? OFFSET ? ', 1, 23256047000, 23256047000, 23256047000, 23256047000, 168000000, 0, 0, 0, 13, 26, 0, 1, 0, 0, 0, 0, 1, 0, 0, 13, 1, 1, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', 'fc25eb00492af3872c5d7c7b41437547', 'SHOW MASTER STATUS ', 1, 97141000, 97141000, 97141000, 97141000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', '16cbe2fa99c109ca45db93dc09aae3bd', 'SHOW SLAVE STATUS ', 1, 3661001000, 3661001000, 3661001000, 3661001000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', 'bfb09ad2afae036de9e54636febffc58', 'SELECT COUNT ( * ) FROM `elpescador` . `wp_commentmeta` ', 1, 174976000, 174976000, 174976000, 174976000, 63000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', '1105fdd1f3189608c60b6b4d08f74868', 'SELECT COUNT ( * ) FROM `elpescador` . `wp_comments` ', 1, 567947000, 567947000, 567947000, 567947000, 43000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30');
INSERT INTO `events_statements_summary_by_digest` (`SCHEMA_NAME`, `DIGEST`, `DIGEST_TEXT`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`, `FIRST_SEEN`, `LAST_SEEN`) VALUES
('elpescador', 'b6276802a20000a52ecce4c5d5c072a0', 'SELECT COUNT ( * ) FROM `elpescador` . `wp_links` ', 1, 146653000, 146653000, 146653000, 146653000, 54000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', 'e3ce08504ca6de39c0eb2d72951960c1', 'SELECT COUNT ( * ) FROM `elpescador` . `wp_options` ', 1, 154120000, 154120000, 154120000, 154120000, 40000000, 0, 0, 0, 1, 136, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', 'd3073a4b9cc060acc6a58d7edf15b64d', 'SELECT COUNT ( * ) FROM `elpescador` . `wp_postmeta` ', 1, 170751000, 170751000, 170751000, 170751000, 40000000, 0, 0, 0, 1, 180, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', '61f84bd2bad777a55cafacc0e5814384', 'SELECT COUNT ( * ) FROM `elpescador` . `wp_posts` ', 1, 713076000, 713076000, 713076000, 713076000, 41000000, 0, 0, 0, 1, 80, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', 'e62575ba039fce40b8c8d69e8c7de3f0', 'SELECT COUNT ( * ) FROM `elpescador` . `wp_rp4wp_cache` ', 1, 1521747000, 1521747000, 1521747000, 1521747000, 42000000, 0, 0, 0, 1, 591, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', 'c4cfba430d12a7c220e11ee5057d7da0', 'SELECT COUNT ( * ) FROM `elpescador` . `wp_termmeta` ', 1, 132746000, 132746000, 132746000, 132746000, 42000000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', '3dc67f375cab2da3cd4f8340d2c30153', 'SELECT COUNT ( * ) FROM `elpescador` . `wp_terms` ', 1, 125780000, 125780000, 125780000, 125780000, 40000000, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', '97caba6a38d422015dd85a9145258ab6', 'SELECT COUNT ( * ) FROM `elpescador` . `wp_term_relationships` ', 1, 739813000, 739813000, 739813000, 739813000, 40000000, 0, 0, 0, 1, 13, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', 'd01e0d1468d1ad7187ebf01d60a56a06', 'SELECT COUNT ( * ) FROM `elpescador` . `wp_term_taxonomy` ', 1, 149347000, 149347000, 149347000, 149347000, 41000000, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', 'b73c3f9f9cd71efdd2d2b7f5c2faa4ea', 'SELECT COUNT ( * ) FROM `elpescador` . `wp_usermeta` ', 1, 128911000, 128911000, 128911000, 128911000, 40000000, 0, 0, 0, 1, 22, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', 'd9d6729edef0e97cf9bf26718d34b7fa', 'SELECT COUNT ( * ) FROM `elpescador` . `wp_users` ', 1, 133366000, 133366000, 133366000, 133366000, 40000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', 'b34363ffb50c7de7a03583d6ac6f8b12', 'SELECT `DEFAULT_COLLATION_NAME` FROM `information_schema` . `SCHEMATA` WHERE SCHEMA_NAME = ? LIMIT ? ', 1, 153174000, 153174000, 153174000, 153174000, 85000000, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', '2634a958c708a5b358a518cb8e6e5730', 'SELECT @@`default_storage_engine` ', 1, 87352000, 87352000, 87352000, 87352000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', '2ef4ed3b98c716941aa3aea3807f7b6b', 'SELECT ( COUNT ( `DB_first_level` ) DIV ? ) * ? FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE `SCHEMA_NAME` < ? ) `t` ', 1, 522631000, 522631000, 522631000, 522631000, 178000000, 0, 0, 0, 1, 69, 0, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', '84934399e991858494158c910ea575d7', 'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA` . `SCHEMATA` , ( SELECT `DB_first_level` FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ORDER BY `DB_first_level` ASC LIMIT ?, ... ) `t2` WHERE TRUE AND ? = `LOCATE` ( `CONCAT` ( `DB_first_level` , ? ) , `CONCAT` ( SCHEMA_NAME , ? ) ) ORDER BY SCHEMA_NAME ASC ', 1, 1112443000, 1112443000, 1112443000, 1112443000, 144000000, 0, 0, 0, 35, 280, 0, 6, 1, 0, 0, 0, 3, 0, 0, 70, 2, 1, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', 'a161d12433cc01dd487426d65b742848', 'SELECT COUNT ( * ) FROM ( SELECT DISTINCTROW `SUBSTRING_INDEX` ( SCHEMA_NAME , ?, ... ) `DB_first_level` FROM `INFORMATION_SCHEMA` . `SCHEMATA` WHERE TRUE ) `t` ', 2, 769583000, 370453000, 384791000, 399130000, 161000000, 0, 0, 0, 2, 210, 0, 6, 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('elpescador', '691d6beabf69dbfa6d1b07e6cded7515', 'SELECT `PRIVILEGE_TYPE` FROM `INFORMATION_SCHEMA` . `USER_PRIVILEGES` WHERE `GRANTEE` = ? AND `PRIVILEGE_TYPE` = ? ', 2, 758878000, 348456000, 379439000, 410422000, 126000000, 0, 0, 0, 2, 624, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:30', '2018-10-04 12:13:30'),
('ambassador', '9e6c2e8443b41c4bf7e903b11d622234', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC ', 1, 7743316000, 7743316000, 7743316000, 7743316000, 152000000, 0, 0, 0, 25, 50, 0, 1, 0, 0, 0, 0, 1, 0, 0, 25, 1, 1, 0, '2018-10-04 12:13:32', '2018-10-04 12:13:32'),
(NULL, 'f9560065333142b06a2401eb2ddb1460', 'SHOW TABLE STATUS FROM `ambassador` WHERE NAME = ? ', 25, 9923294000, 311988000, 396931000, 755483000, 1801000000, 0, 0, 0, 25, 25, 0, 25, 0, 0, 0, 0, 25, 0, 0, 0, 0, 25, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '8ea7cbabdf54337d9c127f56c05afc70', 'SHOW CREATE TABLE `ambassador` . `admins` ', 1, 66986000, 66986000, 66986000, 66986000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '29541a2802cf2abb13021778851001ca', 'SHOW FIELDS FROM `ambassador` . `admins` ', 1, 305082000, 305082000, 305082000, 305082000, 144000000, 0, 0, 0, 10, 10, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '45664aa5fb24b2b16c90a0c1f1129728', 'SELECT `id` , `name` , `email` , `password` , `api_token` , `remember_token` , `activated_at` , `deleted_at` , `created_at` , `updated_at` FROM `ambassador` . `admins` ', 1, 159146000, 159146000, 159146000, 159146000, 52000000, 0, 0, 0, 10, 10, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '1b2c538baddba835ee77d1571e0f7d1d', 'SHOW CREATE TABLE `ambassador` . `admins_password_resets` ', 1, 2186475000, 2186475000, 2186475000, 2186475000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'e7dba98b643400fbb2c1a132558efa08', 'SHOW FIELDS FROM `ambassador` . `admins_password_resets` ', 1, 391130000, 391130000, 391130000, 391130000, 146000000, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '2512a9d969eb6d5d530b926fa2345d6c', 'SELECT `email` , `token` , `created_at` FROM `ambassador` . `admins_password_resets` ', 1, 258506000, 258506000, 258506000, 258506000, 55000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'c87ef8a4df7a4f5a1d86d34480687825', 'SHOW CREATE TABLE `ambassador` . `candidates` ', 1, 6237276000, 6237276000, 6237276000, 6237276000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'e2ec875be34b3b275528a56c5055d88d', 'SHOW FIELDS FROM `ambassador` . `candidates` ', 1, 365351000, 365351000, 365351000, 365351000, 181000000, 0, 0, 0, 14, 14, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '72510f91d4b5157e1a6eef549742d012', 'SELECT `id` , `fullname` , `username` , `email` , `image` , `city` , `country` , `followed_by` , `registration_type` , `activated_at` , `created_at` , `updated_at` , `deleted_at` , `other_social_media` FROM `ambassador` . `candidates` ', 1, 2080934000, 2080934000, 2080934000, 2080934000, 57000000, 0, 0, 0, 464, 464, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '9297ca86f2a302b51e3c1f851f522e45', 'SHOW CREATE TABLE `ambassador` . `candidate_category` ', 1, 2231581000, 2231581000, 2231581000, 2231581000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '5f50ffbdbb66edf63624947370382cc5', 'SHOW FIELDS FROM `ambassador` . `candidate_category` ', 1, 259675000, 259675000, 259675000, 259675000, 136000000, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'efa408feb4c9604d5f97356b8ed6d543', 'SELECT `id` , `candidate_id` , `category_id` FROM `ambassador` . `candidate_category` ', 1, 819536000, 819536000, 819536000, 819536000, 59000000, 0, 0, 0, 1213, 1213, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '19d0b73d06979bfeb730a62ec1ae7254', 'SHOW CREATE TABLE `ambassador` . `candidate_comment` ', 1, 1691419000, 1691419000, 1691419000, 1691419000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'd8b5a88134496a026dca8eca3a4da47d', 'SHOW FIELDS FROM `ambassador` . `candidate_comment` ', 1, 283413000, 283413000, 283413000, 283413000, 134000000, 0, 0, 0, 5, 5, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'e0aad0cd715ad07a79b386cc48b5c334', 'SELECT `id` , `candidate_id` , `comment_id` , `program_id` , `type` FROM `ambassador` . `candidate_comment` ', 1, 140081000, 140081000, 140081000, 140081000, 47000000, 0, 0, 0, 43, 43, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'c75b1596a1cbf0e39df111a924fec02d', 'SHOW CREATE TABLE `ambassador` . `candidate_notification` ', 1, 4328079000, 4328079000, 4328079000, 4328079000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'e96f4cf81172f20f856eb1264cbeacc8', 'SHOW FIELDS FROM `ambassador` . `candidate_notification` ', 1, 260624000, 260624000, 260624000, 260624000, 132000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'ce60d211eaa412c311d416c6de307c51', 'SELECT `id` , `notification_id` , `candidate_id` , `program_id` FROM `ambassador` . `candidate_notification` ', 1, 304527000, 304527000, 304527000, 304527000, 46000000, 0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '6d45c584505a05cba4c6a3277b7b4604', 'SHOW CREATE TABLE `ambassador` . `candidate_program` ', 1, 4039990000, 4039990000, 4039990000, 4039990000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'a3d41d0b47b7e943798fed9cd2637456', 'SHOW FIELDS FROM `ambassador` . `candidate_program` ', 1, 269253000, 269253000, 269253000, 269253000, 131000000, 0, 0, 0, 5, 5, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '4a492e976e9493da414eb153f6232a76', 'SELECT `id` , `candidate_id` , `program_id` , `status` , `activated_at` FROM `ambassador` . `candidate_program` ', 1, 608595000, 608595000, 608595000, 608595000, 45000000, 0, 0, 0, 66, 66, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '9d7d6e01b377b483b9a103ca72be76f4', 'SHOW CREATE TABLE `ambassador` . `candidate_tag` ', 1, 3449166000, 3449166000, 3449166000, 3449166000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '8f9f4855b8cbad666d36d43a6c1df4c9', 'SHOW FIELDS FROM `ambassador` . `candidate_tag` ', 1, 262018000, 262018000, 262018000, 262018000, 138000000, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '9faed4c28f029e3e5608433c72aef376', 'SELECT `id` , `candidate_id` , `tag_id` FROM `ambassador` . `candidate_tag` ', 1, 300463000, 300463000, 300463000, 300463000, 42000000, 0, 0, 0, 13, 13, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '321eeb992ef1fca78c40ed9759f09f73', 'SHOW CREATE TABLE `ambassador` . `categories` ', 1, 2968111000, 2968111000, 2968111000, 2968111000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'ee1de412c1dfd75a241843d2a2210be3', 'SHOW FIELDS FROM `ambassador` . `categories` ', 1, 272941000, 272941000, 272941000, 272941000, 133000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'c8bc5f427003a30e88e2561641e9bdb0', 'SELECT `id` , `name` , `activated_at` , `created_at` , `updated_at` , `deleted_at` FROM `ambassador` . `categories` ', 1, 398664000, 398664000, 398664000, 398664000, 46000000, 0, 0, 0, 12, 12, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'd236f56a1967043642850912e31ba362', 'SHOW CREATE TABLE `ambassador` . `clients` ', 1, 3371123000, 3371123000, 3371123000, 3371123000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '5a5ad9b47d61698e85405a6cb4908b51', 'SHOW FIELDS FROM `ambassador` . `clients` ', 1, 276405000, 276405000, 276405000, 276405000, 133000000, 0, 0, 0, 7, 7, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '4aaeaeac0bde5661175658b2abad9d86', 'SELECT `id` , `name` , `image` , `activated_at` , `created_at` , `updated_at` , `deleted_at` FROM `ambassador` . `clients` ', 1, 320048000, 320048000, 320048000, 320048000, 53000000, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '67a3d4489c50b60d0dc73eb0fe7b0527', 'SHOW CREATE TABLE `ambassador` . `comments` ', 1, 3211841000, 3211841000, 3211841000, 3211841000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '4ef21b916c0f0f188ed1a216e1ebc52f', 'SHOW FIELDS FROM `ambassador` . `comments` ', 1, 303772000, 303772000, 303772000, 303772000, 132000000, 0, 0, 0, 7, 7, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '843cbaa94207298a0f6ce3cd7279d592', 'SELECT `id` , `commentable_id` , `commentable_type` , `body` , `created_at` , `updated_at` , `deleted_at` FROM `ambassador` . `comments` ', 1, 926284000, 926284000, 926284000, 926284000, 48000000, 0, 0, 0, 43, 43, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '66ce8193775cbe67bba91f17cebab77c', 'SHOW CREATE TABLE `ambassador` . `failed_jobs` ', 1, 2828838000, 2828838000, 2828838000, 2828838000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'f7dfc26aaeb2e9ce9cd20fbef235bdd6', 'SHOW FIELDS FROM `ambassador` . `failed_jobs` ', 1, 280680000, 280680000, 280680000, 280680000, 130000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'c7912e40d9745cacf2e185517aa432ea', 'SELECT `id` , `connection` , `queue` , `payload` , `exception` , `failed_at` FROM `ambassador` . `failed_jobs` ', 1, 467881000, 467881000, 467881000, 467881000, 45000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '2e1445e6d0d76e6b813ff87e722ff073', 'SHOW CREATE TABLE `ambassador` . `jobs` ', 1, 3281914000, 3281914000, 3281914000, 3281914000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '3afc2862fa479cabdada0ca082f837ed', 'SHOW FIELDS FROM `ambassador` . `jobs` ', 1, 296630000, 296630000, 296630000, 296630000, 155000000, 0, 0, 0, 7, 7, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'a251807fbc0387c80e03c8159a891fa3', 'SELECT `id` , `queue` , `payload` , `attempts` , `reserved_at` , `available_at` , `created_at` FROM `ambassador` . `jobs` ', 1, 307917000, 307917000, 307917000, 307917000, 48000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '6ca67bbe0935e0a3bf342dc324b540f7', 'SHOW CREATE TABLE `ambassador` . `migrations` ', 1, 2008503000, 2008503000, 2008503000, 2008503000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'ad307ac9a9d6fee0cef0858906735b99', 'SHOW FIELDS FROM `ambassador` . `migrations` ', 1, 375467000, 375467000, 375467000, 375467000, 132000000, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '3ca0d3ec5df2365bb43b8147e83c786c', 'SELECT `id` , `migration` , `batch` FROM `ambassador` . `migrations` ', 1, 429265000, 429265000, 429265000, 429265000, 43000000, 0, 0, 0, 32, 32, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '0eca98b4bd61d537d13a1ab1c9ed6065', 'SHOW CREATE TABLE `ambassador` . `notifications` ', 1, 2585579000, 2585579000, 2585579000, 2585579000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '40794366fdc971cc2d48a42a23b381e8', 'SHOW FIELDS FROM `ambassador` . `notifications` ', 1, 281772000, 281772000, 281772000, 281772000, 137000000, 0, 0, 0, 5, 5, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'ae8ecdfa88f4d38939339983d92b5592', 'SELECT `id` , `description` , `read_at` , `created_at` , `updated_at` FROM `ambassador` . `notifications` ', 1, 488109000, 488109000, 488109000, 488109000, 46000000, 0, 0, 0, 15, 15, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'f2448aca4bd1c778b496cab3ea327026', 'SHOW CREATE TABLE `ambassador` . `oauth_access_tokens` ', 1, 3282926000, 3282926000, 3282926000, 3282926000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '13abfbbfd03077a20854d32b24e05fd7', 'SHOW FIELDS FROM `ambassador` . `oauth_access_tokens` ', 1, 323769000, 323769000, 323769000, 323769000, 139000000, 0, 0, 0, 9, 9, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '27403874406cc65fee62660f06de15b2', 'SELECT `id` , `user_id` , `client_id` , `name` , `scopes` , `revoked` , `created_at` , `updated_at` , `expires_at` FROM `ambassador` . `oauth_access_tokens` ', 1, 1933620000, 1933620000, 1933620000, 1933620000, 64000000, 0, 0, 0, 181, 181, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'bff97ab0ed42ccdc1cf656b415e0a4d4', 'SHOW CREATE TABLE `ambassador` . `oauth_auth_codes` ', 1, 2460821000, 2460821000, 2460821000, 2460821000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'b67b695018848cb1102e9a8c41ac3efd', 'SHOW FIELDS FROM `ambassador` . `oauth_auth_codes` ', 1, 323864000, 323864000, 323864000, 323864000, 132000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '209c20f5ad430ecf86d26680b0f69c81', 'SELECT `id` , `user_id` , `client_id` , `scopes` , `revoked` , `expires_at` FROM `ambassador` . `oauth_auth_codes` ', 1, 272497000, 272497000, 272497000, 272497000, 47000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '157b458853c7cb6b0e495f07f55091f4', 'SHOW CREATE TABLE `ambassador` . `oauth_clients` ', 1, 4263880000, 4263880000, 4263880000, 4263880000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'ad19003ef8d8ab959b7d2e3fa8448d2d', 'SHOW FIELDS FROM `ambassador` . `oauth_clients` ', 1, 350436000, 350436000, 350436000, 350436000, 184000000, 0, 0, 0, 10, 10, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'ec2c006a3da34e40c14296bcf592e608', 'SELECT `id` , `user_id` , `name` , `secret` , `redirect` , `personal_access_client` , `password_client` , `revoked` , `created_at` , `updated_at` FROM `ambassador` . `oauth_clients` ', 1, 362068000, 362068000, 362068000, 362068000, 53000000, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '71c88c7e0da6d0915386452ac393019f', 'SHOW CREATE TABLE `ambassador` . `oauth_personal_access_clients` ', 1, 2366445000, 2366445000, 2366445000, 2366445000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '20f8be9bf578d0e34869829f19d45f23', 'SHOW FIELDS FROM `ambassador` . `oauth_personal_access_clients` ', 1, 369728000, 369728000, 369728000, 369728000, 132000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '37295816d16bc5be151a5fb082fddddd', 'SELECT `id` , `client_id` , `created_at` , `updated_at` FROM `ambassador` . `oauth_personal_access_clients` ', 1, 273671000, 273671000, 273671000, 273671000, 45000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '0b5c65ed2aa7948dbed292ff40ea2030', 'SHOW CREATE TABLE `ambassador` . `oauth_refresh_tokens` ', 1, 2415048000, 2415048000, 2415048000, 2415048000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '5d730bdffb2086062d3f01955016ed46', 'SHOW FIELDS FROM `ambassador` . `oauth_refresh_tokens` ', 1, 272003000, 272003000, 272003000, 272003000, 134000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '0b19330296de00e7a781bd42d79e9ab2', 'SELECT `id` , `access_token_id` , `revoked` , `expires_at` FROM `ambassador` . `oauth_refresh_tokens` ', 1, 2200884000, 2200884000, 2200884000, 2200884000, 45000000, 0, 0, 0, 181, 181, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '1e22497e4b82a28c4ad96086094d1fec', 'SHOW CREATE TABLE `ambassador` . `password_resets` ', 1, 2089476000, 2089476000, 2089476000, 2089476000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'ed04af791b1e0e76b7dafb7e0eba7af1', 'SHOW FIELDS FROM `ambassador` . `password_resets` ', 1, 373108000, 373108000, 373108000, 373108000, 131000000, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '60375a46f95e3cb53ddab04141373b9f', 'SELECT `email` , `token` , `created_at` FROM `ambassador` . `password_resets` ', 1, 335528000, 335528000, 335528000, 335528000, 42000000, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '66e285d140bb2b32ee238383efecf0c6', 'SHOW CREATE TABLE `ambassador` . `photos` ', 1, 2720497000, 2720497000, 2720497000, 2720497000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '4fca236d887dcf9cd9042cabed71aa21', 'SHOW FIELDS FROM `ambassador` . `photos` ', 1, 318026000, 318026000, 318026000, 318026000, 180000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '86a4b97d500b0982df57e3b6b041a7e1', 'SELECT `candidate_id` , `image` , `created_at` , `updated_at` FROM `ambassador` . `photos` ', 1, 25229964000, 25229964000, 25229964000, 25229964000, 45000000, 0, 0, 0, 2783, 2783, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'fd6b7f204c77fd21f16f5f25795bd572', 'SHOW CREATE TABLE `ambassador` . `programs` ', 1, 1613849000, 1613849000, 1613849000, 1613849000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'a9839a3e5f8b2f7ab1e975e605d44f5e', 'SHOW FIELDS FROM `ambassador` . `programs` ', 1, 319380000, 319380000, 319380000, 319380000, 140000000, 0, 0, 0, 11, 11, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'f4e25f3d0ee41f592f0631e73b7158cc', 'SELECT `id` , `client_id` , `name` , `description` , `body_email_confirmation` , `start_date` , `end_date` , `activated_at` , `created_at` , `updated_at` , `deleted_at` FROM `ambassador` . `programs` ', 1, 172808000, 172808000, 172808000, 172808000, 58000000, 0, 0, 0, 10, 10, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '239f98af0731ff5c99677d5a0a9aec01', 'SHOW CREATE TABLE `ambassador` . `tags` ', 1, 2970952000, 2970952000, 2970952000, 2970952000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'c35ea2a440502526b96047027ea62711', 'SHOW FIELDS FROM `ambassador` . `tags` ', 1, 284504000, 284504000, 284504000, 284504000, 131000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '65cf3d4dbc335f08882fa2bc1489466f', 'SELECT `id` , `name` , `activated_at` , `created_at` , `updated_at` , `deleted_at` FROM `ambassador` . `tags` ', 1, 637794000, 637794000, 637794000, 637794000, 47000000, 0, 0, 0, 37, 37, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '5a53c62f2eeba0760e49f5967be8454a', 'SHOW CREATE TABLE `ambassador` . `users` ', 1, 5321703000, 5321703000, 5321703000, 5321703000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, 'c8b663460851d0bface070f68c7fd551', 'SHOW FIELDS FROM `ambassador` . `users` ', 1, 337877000, 337877000, 337877000, 337877000, 149000000, 0, 0, 0, 12, 12, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
(NULL, '61ded08c2b113e6ae7817981c862abf8', 'SELECT `id` , `client_id` , `name` , `email` , `password` , `image` , `api_token` , `remember_token` , `activated_at` , `deleted_at` , `created_at` , `updated_at` FROM `ambassador` . `users` ', 1, 172709000, 172709000, 172709000, 172709000, 54000000, 0, 0, 0, 16, 16, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:34', '2018-10-04 12:13:34'),
('vinz', '9e6c2e8443b41c4bf7e903b11d622234', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC ', 1, 8615219000, 8615219000, 8615219000, 8615219000, 160000000, 0, 0, 0, 17, 34, 0, 1, 0, 0, 0, 0, 1, 0, 0, 17, 1, 1, 0, '2018-10-04 12:13:40', '2018-10-04 12:13:40'),
(NULL, 'fa1c3ffed5c643c1169f92477e956e64', 'SHOW TABLES FROM `antonioarruda` ', 3, 890170000, 199269000, 296723000, 455313000, 195000000, 0, 0, 0, 45, 45, 0, 3, 0, 0, 0, 0, 3, 0, 0, 0, 0, 3, 0, '2018-10-04 12:13:45', '2018-10-04 12:13:59'),
('antonioarruda', 'fa1c3ffed5c643c1169f92477e956e64', 'SHOW TABLES FROM `antonioarruda` ', 6, 1038583000, 158215000, 173097000, 192733000, 278000000, 0, 0, 0, 90, 90, 0, 6, 0, 0, 0, 0, 6, 0, 0, 0, 0, 6, 0, '2018-10-04 12:13:45', '2018-10-04 12:13:57'),
('antonioarruda', 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 2, 115408000, 51000000, 57704000, 64408000, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:45', '2018-10-04 12:13:57'),
('antonioarruda', '37044f32c1f84ab40f5cbe86d6312435', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC LIMIT ? OFFSET ? ', 1, 19507020000, 19507020000, 19507020000, 19507020000, 157000000, 0, 0, 0, 15, 30, 0, 1, 0, 0, 0, 0, 1, 0, 0, 15, 1, 1, 0, '2018-10-04 12:13:45', '2018-10-04 12:13:45'),
('antonioarruda', 'fc25eb00492af3872c5d7c7b41437547', 'SHOW MASTER STATUS ', 1, 107190000, 107190000, 107190000, 107190000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:45', '2018-10-04 12:13:45'),
('antonioarruda', '16cbe2fa99c109ca45db93dc09aae3bd', 'SHOW SLAVE STATUS ', 1, 4770827000, 4770827000, 4770827000, 4770827000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:45', '2018-10-04 12:13:45'),
('antonioarruda', '98013b9b3616466ea5a610e72fed1af8', 'SELECT COUNT ( * ) FROM `antonioarruda` . `cp_estados` ', 1, 179186000, 179186000, 179186000, 179186000, 72000000, 0, 0, 0, 1, 27, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:45', '2018-10-04 12:13:45'),
('antonioarruda', 'b34363ffb50c7de7a03583d6ac6f8b12', 'SELECT `DEFAULT_COLLATION_NAME` FROM `information_schema` . `SCHEMATA` WHERE SCHEMA_NAME = ? LIMIT ? ', 1, 159906000, 159906000, 159906000, 159906000, 89000000, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:45', '2018-10-04 12:13:45'),
('antonioarruda', '2634a958c708a5b358a518cb8e6e5730', 'SELECT @@`default_storage_engine` ', 1, 42770000, 42770000, 42770000, 42770000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:45', '2018-10-04 12:13:45'),
('antonioarruda', '691d6beabf69dbfa6d1b07e6cded7515', 'SELECT `PRIVILEGE_TYPE` FROM `INFORMATION_SCHEMA` . `USER_PRIVILEGES` WHERE `GRANTEE` = ? AND `PRIVILEGE_TYPE` = ? ', 8, 2924429000, 337991000, 365553000, 412046000, 512000000, 0, 0, 0, 8, 2496, 0, 8, 0, 0, 0, 0, 8, 0, 0, 0, 0, 8, 0, '2018-10-04 12:13:45', '2018-10-04 12:13:57'),
(NULL, '190e9d9cc76f19dd13217740b8d291ae', 'SHOW TABLE STATUS FROM `vinz` WHERE NAME = ? ', 17, 6572402000, 279179000, 386611000, 498512000, 1465000000, 0, 0, 0, 17, 17, 0, 17, 0, 0, 0, 0, 17, 0, 0, 0, 0, 17, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, 'd0a42158bc06f200248ad6b622b467f6', 'SHOW CREATE TABLE `vinz` . `wp_commentmeta` ', 1, 61710000, 61710000, 61710000, 61710000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '36ac4c4ea29da1282321c1e813f4f4d0', 'SHOW FIELDS FROM `vinz` . `wp_commentmeta` ', 1, 277787000, 277787000, 277787000, 277787000, 141000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '3306cfc841bdd3505ecb166f1aea6d41', 'SELECT `meta_id` , `comment_id` , `meta_key` , `meta_value` FROM `vinz` . `wp_commentmeta` ', 1, 101910000, 101910000, 101910000, 101910000, 47000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, 'd446ebcfd2dca79dbf0ef5bf2f03cad8', 'SHOW CREATE TABLE `vinz` . `wp_comments` ', 1, 6463669000, 6463669000, 6463669000, 6463669000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, 'aef0657cf9ac132c839c067ad6f106f1', 'SHOW FIELDS FROM `vinz` . `wp_comments` ', 1, 488316000, 488316000, 488316000, 488316000, 210000000, 0, 0, 0, 15, 15, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '151937bc29160efa8fc1e759390dc134', 'SELECT `comment_ID` , `comment_post_ID` , `comment_author` , `comment_author_email` , `comment_author_url` , `comment_author_IP` , `comment_date` , `comment_date_gmt` , `comment_content` , `comment_karma` , `comment_approved` , `comment_agent` , `comment_type` , `comment_parent` , `user_id` FROM `vinz` . `wp_comments` ', 1, 127097000, 127097000, 127097000, 127097000, 63000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, 'ac64ab85f245a23948aaa0985f140d39', 'SHOW CREATE TABLE `vinz` . `wp_contact` ', 1, 6348536000, 6348536000, 6348536000, 6348536000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, 'b8fb5e510165d4adabb9a811014f306c', 'SHOW FIELDS FROM `vinz` . `wp_contact` ', 1, 457019000, 457019000, 457019000, 457019000, 198000000, 0, 0, 0, 16, 16, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '30fae54fc05bd97904a0cdc55dccbf6b', 'SELECT `id` , `first_name` , `last_name` , `email` , `phone` , `sms_alerts` , `move_date` , `lease_length` , `rent_range_min` , `rent_range_max` , `rent_range_beds` , `rent_range_baths` , `rent_rage_floorplans` , `have_pets` , `message` , `creation_date` FROM `vinz` . `wp_contact` ', 1, 273864000, 273864000, 273864000, 273864000, 61000000, 0, 0, 0, 50, 50, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, 'bd8c1f6a282c17801d29db3541c9f20b', 'SHOW CREATE TABLE `vinz` . `wp_links` ', 1, 4726138000, 4726138000, 4726138000, 4726138000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '77b7507f89004efd4f1170c0690bd8f3', 'SHOW FIELDS FROM `vinz` . `wp_links` ', 1, 466281000, 466281000, 466281000, 466281000, 231000000, 0, 0, 0, 13, 13, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, 'e2ee740418620f31622aa8427a808252', 'SELECT `link_id` , `link_url` , `link_name` , `link_image` , `link_target` , `link_description` , `link_visible` , `link_owner` , `link_rating` , `link_updated` , `link_rel` , `link_notes` , `link_rss` FROM `vinz` . `wp_links` ', 1, 123116000, 123116000, 123116000, 123116000, 59000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, 'abb17b5b2af16ac7b1ec861cb8fdeeb4', 'SHOW CREATE TABLE `vinz` . `wp_newsletter` ', 1, 2329478000, 2329478000, 2329478000, 2329478000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, 'd2d251d20067ad4d3d241bb4680434cd', 'SHOW FIELDS FROM `vinz` . `wp_newsletter` ', 1, 390131000, 390131000, 390131000, 390131000, 136000000, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '0430daca111b54117b080a760f0e0d56', 'SELECT `id` , `email` , `creation_date` FROM `vinz` . `wp_newsletter` ', 1, 1601211000, 1601211000, 1601211000, 1601211000, 43000000, 0, 0, 0, 191, 191, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '18cc0343f9fa96dda938a44d1377d54c', 'SHOW CREATE TABLE `vinz` . `wp_options` ', 1, 3107918000, 3107918000, 3107918000, 3107918000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, 'b623f6dced099440c8a8d0352618fb3b', 'SHOW FIELDS FROM `vinz` . `wp_options` ', 1, 285103000, 285103000, 285103000, 285103000, 139000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, 'a61baaa95c792a9ce72ddd61e0373bcc', 'SELECT `option_id` , `option_name` , `option_value` , `autoload` FROM `vinz` . `wp_options` ', 1, 4593162000, 4593162000, 4593162000, 4593162000, 44000000, 0, 0, 0, 170, 170, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '1c72459cc14ecfc969a719663434101c', 'SHOW CREATE TABLE `vinz` . `wp_postmeta` ', 1, 2792206000, 2792206000, 2792206000, 2792206000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, 'b269fbd5c7e1233f81c5ab3f4d9aaf67', 'SHOW FIELDS FROM `vinz` . `wp_postmeta` ', 1, 278518000, 278518000, 278518000, 278518000, 134000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '2bc78a0c72107e63e81d65150e8358fd', 'SELECT `meta_id` , `post_id` , `meta_key` , `meta_value` FROM `vinz` . `wp_postmeta` ', 1, 30341893000, 30341893000, 30341893000, 30341893000, 43000000, 0, 0, 0, 3718, 3718, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '71c580b6a9460eecee6f0f537461d840', 'SHOW CREATE TABLE `vinz` . `wp_posts` ', 1, 4731708000, 4731708000, 4731708000, 4731708000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '216aa5b9ae7d8e1a304b935f584ad923', 'SHOW FIELDS FROM `vinz` . `wp_posts` ', 1, 468154000, 468154000, 468154000, 468154000, 205000000, 0, 0, 0, 23, 23, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, 'd38594b2b9ff24de914a253599047d3e', 'SELECT `ID` , `post_author` , `post_date` , `post_date_gmt` , `post_content` , `post_title` , `post_excerpt` , `post_status` , `comment_status` , `ping_status` , `post_password` , `post_name` , `to_ping` , `pinged` , `post_modified` , `post_modified_gmt` , `post_content_filtered` , `post_parent` , `guid` , `menu_order` , `post_type` , `post_mime_type` , `comment_count` FROM `vinz` . `wp_posts` ', 1, 1853687000, 1853687000, 1853687000, 1853687000, 70000000, 0, 0, 0, 430, 430, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '34bb54f72a604d26f951388dbd9e94db', 'SHOW CREATE TABLE `vinz` . `wp_termmeta` ', 1, 2977397000, 2977397000, 2977397000, 2977397000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '61ace465c9df6a9aea6b00c0acf4a679', 'SHOW FIELDS FROM `vinz` . `wp_termmeta` ', 1, 297335000, 297335000, 297335000, 297335000, 146000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '7964f7c504f72e549c9186a968efa796', 'SELECT `meta_id` , `term_id` , `meta_key` , `meta_value` FROM `vinz` . `wp_termmeta` ', 1, 272779000, 272779000, 272779000, 272779000, 47000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, 'dee2b837e981f51960883b38e8f2e08c', 'SHOW CREATE TABLE `vinz` . `wp_terms` ', 1, 3320805000, 3320805000, 3320805000, 3320805000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '3ee29f03efd51fcb265edce77704dabe', 'SHOW FIELDS FROM `vinz` . `wp_terms` ', 1, 282522000, 282522000, 282522000, 282522000, 134000000, 0, 0, 0, 5, 5, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '15e9491811f8baa6c5abb93211bfde1e', 'SELECT `term_id` , `name` , `slug` , `term_group` , `term_order` FROM `vinz` . `wp_terms` ', 1, 318228000, 318228000, 318228000, 318228000, 44000000, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '51f4cca25064ecec784c09c5c23a65ff', 'SHOW CREATE TABLE `vinz` . `wp_term_relationships` ', 1, 2270115000, 2270115000, 2270115000, 2270115000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, 'e37f7a062984101972bf3d035a967558', 'SHOW FIELDS FROM `vinz` . `wp_term_relationships` ', 1, 401366000, 401366000, 401366000, 401366000, 130000000, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '22072cfd498392811fde8f50f4c5922d', 'SELECT `object_id` , `term_taxonomy_id` , `term_order` FROM `vinz` . `wp_term_relationships` ', 1, 373322000, 373322000, 373322000, 373322000, 42000000, 0, 0, 0, 18, 18, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '5b043c6e9147958d25891f2627d0d2e3', 'SHOW CREATE TABLE `vinz` . `wp_term_taxonomy` ', 1, 3580081000, 3580081000, 3580081000, 3580081000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '3bc759bc1e0bafef908a3f41d261cda2', 'SHOW FIELDS FROM `vinz` . `wp_term_taxonomy` ', 1, 282948000, 282948000, 282948000, 282948000, 132000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, 'de415feb7263b2895f0b7874cf4d0c99', 'SELECT `term_taxonomy_id` , `term_id` , `taxonomy` , `description` , `parent` , `count` FROM `vinz` . `wp_term_taxonomy` ', 1, 308088000, 308088000, 308088000, 308088000, 46000000, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '9b4f9a8df8ab914087de8786bf227439', 'SHOW CREATE TABLE `vinz` . `wp_usermeta` ', 1, 2840483000, 2840483000, 2840483000, 2840483000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '39125ab2f3fe09ce87f54eae22118533', 'SHOW FIELDS FROM `vinz` . `wp_usermeta` ', 1, 276277000, 276277000, 276277000, 276277000, 137000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '9a31cd5c53bc26c927fe91585f6b97ba', 'SELECT `umeta_id` , `user_id` , `meta_key` , `meta_value` FROM `vinz` . `wp_usermeta` ', 1, 1982858000, 1982858000, 1982858000, 1982858000, 43000000, 0, 0, 0, 127, 127, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '2137a80ccf1f63891140d6a06a49da07', 'SHOW CREATE TABLE `vinz` . `wp_users` ', 1, 4086643000, 4086643000, 4086643000, 4086643000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '11dfcc0a7314ac8103a07a00e67109c1', 'SHOW FIELDS FROM `vinz` . `wp_users` ', 1, 309538000, 309538000, 309538000, 309538000, 137000000, 0, 0, 0, 10, 10, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '26fc6886a72cca7047ff2108175e3dfe', 'SELECT `ID` , `user_login` , `user_pass` , `user_nicename` , `user_email` , `user_url` , `user_registered` , `user_activation_key` , `user_status` , `display_name` FROM `vinz` . `wp_users` ', 1, 127809000, 127809000, 127809000, 127809000, 51000000, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '88cd7f8c23accda2029e70a1fa299355', 'SHOW CREATE TABLE `vinz` . `wp_vp_id` ', 1, 1830197000, 1830197000, 1830197000, 1830197000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '167c6000b7b258cab3c8a3c5cc558992', 'SHOW FIELDS FROM `vinz` . `wp_vp_id` ', 1, 369535000, 369535000, 369535000, 369535000, 132000000, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '870368d6e612d8f1589042e98cc33c5e', 'SELECT `vp_id` , `table` , `id` FROM `vinz` . `wp_vp_id` ', 1, 1009996000, 1009996000, 1009996000, 1009996000, 41000000, 0, 0, 0, 125, 125, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '90bf3af05152f256e3290cfa4a53853a', 'SHOW CREATE TABLE `vinz` . `wp_yoast_seo_links` ', 1, 2924417000, 2924417000, 2924417000, 2924417000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '3f67415de4483d7ee4dde7378a6ad6fb', 'SHOW FIELDS FROM `vinz` . `wp_yoast_seo_links` ', 1, 277417000, 277417000, 277417000, 277417000, 136000000, 0, 0, 0, 5, 5, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, 'e8c72d116dfff6812abfcc5ad5380e39', 'SELECT `id` , `url` , `post_id` , `target_post_id` , `type` FROM `vinz` . `wp_yoast_seo_links` ', 1, 323206000, 323206000, 323206000, 323206000, 45000000, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '433219b500555f60cf32bfff4a6bb29a', 'SHOW CREATE TABLE `vinz` . `wp_yoast_seo_meta` ', 1, 2075028000, 2075028000, 2075028000, 2075028000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '892ffc87021c55d610d9a040f1ec7f09', 'SHOW FIELDS FROM `vinz` . `wp_yoast_seo_meta` ', 1, 422124000, 422124000, 422124000, 422124000, 175000000, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, 'fe3df49085e173c90ad4f668db1c545b', 'SELECT `object_id` , `internal_link_count` , `incoming_link_count` FROM `vinz` . `wp_yoast_seo_meta` ', 1, 557704000, 557704000, 557704000, 557704000, 43000000, 0, 0, 0, 91, 91, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:46', '2018-10-04 12:13:46'),
(NULL, '750ea2d9c1513f41490a1644a3d5d02f', 'SHOW CREATE PROCEDURE `sys` . `create_synonym_db` ', 1, 460333000, 460333000, 460333000, 460333000, 27000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'f0c71610ffc928f7029aadea3306798c', 'SHOW CREATE PROCEDURE `sys` . `diagnostics` ', 1, 5190136000, 5190136000, 5190136000, 5190136000, 42000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'e668b30f43de349961f096749c0cf2a9', 'SHOW CREATE PROCEDURE `sys` . `execute_prepared_stmt` ', 1, 449864000, 449864000, 449864000, 449864000, 90000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'a222c9d52729ee68b1e49e7da62b21db', 'SHOW CREATE PROCEDURE `sys` . `ps_setup_disable_background_threads` ', 1, 233093000, 233093000, 233093000, 233093000, 38000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '623385eb0fdf47efe3bfcc494b9bb112', 'SHOW CREATE PROCEDURE `sys` . `ps_setup_disable_consumer` ', 1, 262977000, 262977000, 262977000, 262977000, 28000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'b06b2b82117c0003630c9fed2f1e87d0', 'SHOW CREATE PROCEDURE `sys` . `ps_setup_disable_instrument` ', 1, 244784000, 244784000, 244784000, 244784000, 40000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '4a5e89e89962b854e5d73a0c57e67e9e', 'SHOW CREATE PROCEDURE `sys` . `ps_setup_disable_thread` ', 1, 196859000, 196859000, 196859000, 196859000, 28000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'db7fdaa545a789d90d8afd7f308511a3', 'SHOW CREATE PROCEDURE `sys` . `ps_setup_enable_background_threads` ', 1, 200600000, 200600000, 200600000, 200600000, 29000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '50c5ebedd8a951dbb229931dcafed336', 'SHOW CREATE PROCEDURE `sys` . `ps_setup_enable_consumer` ', 1, 270624000, 270624000, 270624000, 270624000, 28000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '2622f73afe875ecb64cf84300b22c351', 'SHOW CREATE PROCEDURE `sys` . `ps_setup_enable_instrument` ', 1, 238707000, 238707000, 238707000, 238707000, 29000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '3dbbd05534263772b054a867128c12d5', 'SHOW CREATE PROCEDURE `sys` . `ps_setup_enable_thread` ', 1, 254691000, 254691000, 254691000, 254691000, 29000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '91ed37b0c3fa760284bc8378c56296f2', 'SHOW CREATE PROCEDURE `sys` . `ps_setup_reload_saved` ', 1, 708995000, 708995000, 708995000, 708995000, 28000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55');
INSERT INTO `events_statements_summary_by_digest` (`SCHEMA_NAME`, `DIGEST`, `DIGEST_TEXT`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`, `FIRST_SEEN`, `LAST_SEEN`) VALUES
(NULL, '7eb0c248d933466d292fd48eb42747d9', 'SHOW CREATE PROCEDURE `sys` . `ps_setup_reset_to_default` ', 1, 576992000, 576992000, 576992000, 576992000, 31000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'da4a3bb75515ba74480f83927f621940', 'SHOW CREATE PROCEDURE `sys` . `ps_setup_save` ', 1, 466322000, 466322000, 466322000, 466322000, 40000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '4015391fac8143ddfb24cdcc202942b0', 'SHOW CREATE PROCEDURE `sys` . `ps_setup_show_disabled` ', 1, 531397000, 531397000, 531397000, 531397000, 53000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '7b1054eb09bb66cb5d19db5a5182966a', 'SHOW CREATE PROCEDURE `sys` . `ps_setup_show_disabled_consumers` ', 1, 192628000, 192628000, 192628000, 192628000, 37000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'f396cd271956702403be42043fb8be5a', 'SHOW CREATE PROCEDURE `sys` . `ps_setup_show_disabled_instruments` ', 1, 204700000, 204700000, 204700000, 204700000, 28000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'da05dcc9639c601c2ec1f9ff23d0598c', 'SHOW CREATE PROCEDURE `sys` . `ps_setup_show_enabled` ', 1, 431232000, 431232000, 431232000, 431232000, 33000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '6d98ac7905d2222102bb8ded25ae3416', 'SHOW CREATE PROCEDURE `sys` . `ps_setup_show_enabled_consumers` ', 1, 193637000, 193637000, 193637000, 193637000, 36000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'fd529e6e9fa4b01a5cb389d563be3f35', 'SHOW CREATE PROCEDURE `sys` . `ps_setup_show_enabled_instruments` ', 1, 168884000, 168884000, 168884000, 168884000, 27000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '0d888c6836dced1c608c58c7fee6c6e4', 'SHOW CREATE PROCEDURE `sys` . `ps_statement_avg_latency_histogram` ', 1, 2304185000, 2304185000, 2304185000, 2304185000, 28000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '026533a868c8a3df4de232cde79ae58d', 'SHOW CREATE PROCEDURE `sys` . `ps_trace_statement_digest` ', 1, 1279853000, 1279853000, 1279853000, 1279853000, 55000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '4b49b720f93e6acc7782a9ca80f87b77', 'SHOW CREATE PROCEDURE `sys` . `ps_trace_thread` ', 1, 1614945000, 1614945000, 1614945000, 1614945000, 49000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '9aeea27f77cca5e5a450a976ceeaba07', 'SHOW CREATE PROCEDURE `sys` . `ps_truncate_all_tables` ', 1, 393765000, 393765000, 393765000, 393765000, 52000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '4e791033ac232a85409c8d3e1d63f239', 'SHOW CREATE PROCEDURE `sys` . `statement_performance_analyzer` ', 1, 3792786000, 3792786000, 3792786000, 3792786000, 30000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'e835aae01089d49c4fa6ada13ad31500', 'SHOW CREATE PROCEDURE `sys` . `table_exists` ', 1, 509765000, 509765000, 509765000, 509765000, 56000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '630909bfd0698714a2c18d8a0ecb2f45', 'SHOW CREATE FUNCTION `sys` . `extract_schema_from_file_name` ', 1, 203058000, 203058000, 203058000, 203058000, 29000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '7e36dc72b9105627dc0f60e6bee0f9e5', 'SHOW CREATE FUNCTION `sys` . `extract_table_from_file_name` ', 1, 188594000, 188594000, 188594000, 188594000, 28000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '0c7b609322a699884d319a157775786c', 'SHOW CREATE FUNCTION `sys` . `format_bytes` ', 1, 340722000, 340722000, 340722000, 340722000, 28000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'c56928cc5608803fcce7a2f7f48a84a2', 'SHOW CREATE FUNCTION `sys` . `format_path` ', 1, 4661366000, 4661366000, 4661366000, 4661366000, 28000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '9541a319300d7669194d4818eefc2971', 'SHOW CREATE FUNCTION `sys` . `format_statement` ', 1, 439025000, 439025000, 439025000, 439025000, 57000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'ac4135e15597b15d78fea84ed3eafcd4', 'SHOW CREATE FUNCTION `sys` . `format_time` ', 1, 362315000, 362315000, 362315000, 362315000, 36000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'a8fbd19b73db7c6ff67f0768ae5d6b7c', 'SHOW CREATE FUNCTION `sys` . `list_add` ', 1, 251917000, 251917000, 251917000, 251917000, 28000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '7e4a749d26db7956497d3928f9eeefe3', 'SHOW CREATE FUNCTION `sys` . `list_drop` ', 1, 246468000, 246468000, 246468000, 246468000, 28000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'd5183c9f31b8ac718c444cb8d4df5749', 'SHOW CREATE FUNCTION `sys` . `ps_is_account_enabled` ', 1, 225511000, 225511000, 225511000, 225511000, 28000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'c8cf83ab9bf5430fdd52c05a2b2373ba', 'SHOW CREATE FUNCTION `sys` . `ps_is_consumer_enabled` ', 1, 306205000, 306205000, 306205000, 306205000, 28000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '2ac85e7f3a854e3f25666019ca20e342', 'SHOW CREATE FUNCTION `sys` . `ps_is_instrument_default_enabled` ', 1, 258660000, 258660000, 258660000, 258660000, 27000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '0733914ae44184944ff885d0112a390c', 'SHOW CREATE FUNCTION `sys` . `ps_is_instrument_default_timed` ', 1, 217200000, 217200000, 217200000, 217200000, 28000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'e8fea52e5819eab2a5b561c6054ff723', 'SHOW CREATE FUNCTION `sys` . `ps_is_thread_instrumented` ', 1, 247688000, 247688000, 247688000, 247688000, 28000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '58314d641b6cfe81952c3b9610b398a8', 'SHOW CREATE FUNCTION `sys` . `ps_thread_account` ', 1, 259846000, 259846000, 259846000, 259846000, 27000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '18698d65a08bb3db031434997c1702f5', 'SHOW CREATE FUNCTION `sys` . `ps_thread_id` ', 1, 217546000, 217546000, 217546000, 217546000, 40000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '8f356c6a738b1e3bfed2e981260a1ab6', 'SHOW CREATE FUNCTION `sys` . `ps_thread_stack` ', 1, 846994000, 846994000, 846994000, 846994000, 26000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '56ffafd1d87ad33f4194a45d29787f6f', 'SHOW CREATE FUNCTION `sys` . `ps_thread_trx_info` ', 1, 864052000, 864052000, 864052000, 864052000, 40000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '4bd163667d6c140f7d7357d95b991442', 'SHOW CREATE FUNCTION `sys` . `quote_identifier` ', 1, 211918000, 211918000, 211918000, 211918000, 49000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'a876794278c7ec4eb65c90dcff1777eb', 'SHOW CREATE FUNCTION `sys` . `sys_get_config` ', 1, 327814000, 327814000, 327814000, 327814000, 36000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'b42dc85ac2b84c1a31e15a57fbb78d90', 'SHOW CREATE FUNCTION `sys` . `version_major` ', 1, 204535000, 204535000, 204535000, 204535000, 28000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'e4d3ce287b66135d5b8d3699370d982a', 'SHOW CREATE FUNCTION `sys` . `version_minor` ', 1, 265763000, 265763000, 265763000, 265763000, 27000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'a17fe347d737738fd961b3f1875d1a15', 'SHOW CREATE FUNCTION `sys` . `version_patch` ', 1, 173757000, 173757000, 173757000, 173757000, 27000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '515d59bbe7c335f0f9419c58fcd2e7fc', 'SELECT IF ( `isnull` ( `performance_schema` . `memory_summary_by_host_by_event_name` . `HOST` ) , ? , `performance_schema` . `memory_summary_by_host_by_event_name` . `HOST` ) AS `host` , SUM ( `performance_schema` . `memory_summary_by_host_by_event_name` . `CURRENT_COUNT_USED` ) AS `current_count_used` , SUM ( `performance_schema` . `memory_summary_by_host_by_event_name` . `CURRENT_NUMBER_OF_BYTES_USED` ) AS `current_allocated` , `ifnull` ( ( SUM ( `performance_schema` . `memory_summary_by_host_by_event_name` . `CURRENT_NUMBER_OF_BYTES_USED` ) / `nullif` ( SUM ( `performance_schema` . `memory_summary_by_host_by_event_name` . `CURRENT_COUNT_USED` ) , ? ) ) , ? ) AS `current_avg_alloc` , MAX ( `performance_schema` . `memory_summary_by_host_by_event_name` . `CURRENT_NUMBER_OF_BYTES_USED` ) AS `current_max_alloc` , SUM ( `performance_schema` . `memory_summary_by_host_by_event_name` . `SUM_NUMBER_OF_BYTES_ALLOC` ) AS `total_allocated` FROM `performance_schema` . `memory_summary_by_host_by_event_name` GROUP BY ', 9, 10530853000, 187589000, 1170094000, 4372569000, 755000000, 0, 0, 0, 33, 33, 3, 30, 0, 0, 0, 0, 6, 0, 0, 0, 0, 6, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '03193f0aefa6000cf308f7efb3ed3f26', 'SELECT IF ( `isnull` ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `HOST` ) , ? , `performance_schema` . `events_waits_summary_by_host_by_event_name` . `HOST` ) AS `host` , SUM ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `COUNT_STAR` ) AS `ios` , `sys` . `format_time` ( SUM ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `SUM_TIMER_WAIT` ) ) AS `io_latency` FROM `performance_schema` . `events_waits_summary_by_host_by_event_name` WHERE ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `EVENT_NAME` LIKE ? ) GROUP BY IF ( `isnull` ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `HOST` ) , ? , `performance_schema` . `events_waits_summary_by_host_by_event_name` . `HOST` ) ORDER BY SUM ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `SUM_TIMER_WAIT` ) DESC ', 3, 1234792000, 170863000, 411597000, 574248000, 240000000, 0, 0, 0, 4, 4, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '1efa0411deafee758fb36d734f4a42e8', 'SELECT IF ( `isnull` ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `HOST` ) , ? , `performance_schema` . `events_waits_summary_by_host_by_event_name` . `HOST` ) AS `host` , `performance_schema` . `events_waits_summary_by_host_by_event_name` . `EVENT_NAME` AS `event_name` , `performance_schema` . `events_waits_summary_by_host_by_event_name` . `COUNT_STAR` AS `total` , `sys` . `format_time` ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `SUM_TIMER_WAIT` ) AS `total_latency` , `sys` . `format_time` ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `MAX_TIMER_WAIT` ) AS `max_latency` FROM `performance_schema` . `events_waits_summary_by_host_by_event_name` WHERE ( ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `EVENT_NAME` LIKE ? ) AND ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `COUNT_STAR` > ? ) ) ORDER BY IF ( `isnull` ( `performance_schema` . ', 3, 1571170000, 198069000, 523723000, 788036000, 245000000, 0, 0, 0, 6, 6, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '59963a2d6c5baa9ebcf95fe0cb5784e7', 'SELECT IF ( `isnull` ( `performance_schema` . `events_stages_summary_by_host_by_event_name` . `HOST` ) , ? , `performance_schema` . `events_stages_summary_by_host_by_event_name` . `HOST` ) AS `host` , `performance_schema` . `events_stages_summary_by_host_by_event_name` . `EVENT_NAME` AS `event_name` , `performance_schema` . `events_stages_summary_by_host_by_event_name` . `COUNT_STAR` AS `total` , `sys` . `format_time` ( `performance_schema` . `events_stages_summary_by_host_by_event_name` . `SUM_TIMER_WAIT` ) AS `total_latency` , `sys` . `format_time` ( `performance_schema` . `events_stages_summary_by_host_by_event_name` . `AVG_TIMER_WAIT` ) AS `avg_latency` FROM `performance_schema` . `events_stages_summary_by_host_by_event_name` WHERE ( `performance_schema` . `events_stages_summary_by_host_by_event_name` . `SUM_TIMER_WAIT` != ? ) ORDER BY IF ( `isnull` ( `performance_schema` . `events_stages_summary_by_host_by_event_name` . `HOST` ) , ? , `performance_schema` . ', 3, 1547444000, 267778000, 515814000, 703949000, 238000000, 0, 0, 0, 6, 6, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '5037d183b6c831e9410bfe38a02030c0', 'SELECT IF ( `isnull` ( `performance_schema` . `events_statements_summary_by_host_by_event_name` . `HOST` ) , ? , `performance_schema` . `events_statements_summary_by_host_by_event_name` . `HOST` ) AS `host` , SUM ( `performance_schema` . `events_statements_summary_by_host_by_event_name` . `COUNT_STAR` ) AS `total` , `sys` . `format_time` ( SUM ( `performance_schema` . `events_statements_summary_by_host_by_event_name` . `SUM_TIMER_WAIT` ) ) AS `total_latency` , `sys` . `format_time` ( MAX ( `performance_schema` . `events_statements_summary_by_host_by_event_name` . `MAX_TIMER_WAIT` ) ) AS `max_latency` , `sys` . `format_time` ( SUM ( `performance_schema` . `events_statements_summary_by_host_by_event_name` . `SUM_LOCK_TIME` ) ) AS `lock_latency` , SUM ( `performance_schema` . `events_statements_summary_by_host_by_event_name` . `SUM_ROWS_SENT` ) AS `rows_sent` , SUM ( `performance_schema` . `events_statements_summary_by_host_by_event_name` . `SUM_ROWS_EXAMINED` ) AS `rows_examined` , SUM ( ', 3, 1502284000, 223193000, 500761000, 694500000, 265000000, 0, 0, 0, 10, 10, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '73a3f880f0edf0a8096b42e0049612e9', 'SELECT IF ( `isnull` ( `performance_schema` . `events_statements_summary_by_host_by_event_name` . `HOST` ) , ? , `performance_schema` . `events_statements_summary_by_host_by_event_name` . `HOST` ) AS `host` , `substring_index` ( `performance_schema` . `events_statements_summary_by_host_by_event_name` . `EVENT_NAME` , ? , - (?) ) AS `statement` , `performance_schema` . `events_statements_summary_by_host_by_event_name` . `COUNT_STAR` AS `total` , `sys` . `format_time` ( `performance_schema` . `events_statements_summary_by_host_by_event_name` . `SUM_TIMER_WAIT` ) AS `total_latency` , `sys` . `format_time` ( `performance_schema` . `events_statements_summary_by_host_by_event_name` . `MAX_TIMER_WAIT` ) AS `max_latency` , `sys` . `format_time` ( `performance_schema` . `events_statements_summary_by_host_by_event_name` . `SUM_LOCK_TIME` ) AS `lock_latency` , `performance_schema` . `events_statements_summary_by_host_by_event_name` . `SUM_ROWS_SENT` AS `rows_sent` , `performance_schema` . ', 3, 1606808000, 280714000, 535602000, 792390000, 248000000, 0, 0, 0, 11, 11, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '30a857e844d19c5c52b2e25d6cfd10c6', 'SELECT IF ( ( `locate` ( ? , `ibp` . `TABLE_NAME` ) = ? ) , ? , REPLACE ( `substring_index` ( `ibp` . `TABLE_NAME` , ?, ... ) , ?, ... ) ) AS `object_schema` , `sys` . `format_bytes` ( SUM ( IF ( ( `ibp` . `COMPRESSED_SIZE` = ? ) , ? , `ibp` . `COMPRESSED_SIZE` ) ) ) AS `allocated` , `sys` . `format_bytes` ( SUM ( `ibp` . `DATA_SIZE` ) ) AS `data` , COUNT ( `ibp` . `PAGE_NUMBER` ) AS `pages` , COUNT ( IF ( ( `ibp` . `IS_HASHED` = ? ) , ?, ... ) ) AS `pages_hashed` , COUNT ( IF ( ( `ibp` . `IS_OLD` = ? ) , ?, ... ) ) AS `pages_old` , `round` ( ( SUM ( `ibp` . `NUMBER_RECORDS` ) / COUNT ( DISTINCTROW `ibp` . `INDEX_NAME` ) ) , ? ) AS `rows_cached` FROM `information_schema` . `innodb_buffer_page` `ibp` WHERE ( `ibp` . `TABLE_NAME` IS NOT NULL ) GROUP BY `object_schema` ORDER BY SUM ( IF ( ( `ibp` . `COMPRESSED_SIZE` = ? ) , ? , `ibp` . `COMPRESSED_SIZE` ) ) DESC ', 3, 1636318000, 236469000, 545439000, 751480000, 311000000, 0, 0, 0, 8, 8, 1, 7, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '7a89addaebf8e413af44f0cda99a56a7', 'SELECT IF ( ( `locate` ( ? , `ibp` . `TABLE_NAME` ) = ? ) , ? , REPLACE ( `substring_index` ( `ibp` . `TABLE_NAME` , ?, ... ) , ?, ... ) ) AS `object_schema` , REPLACE ( `substring_index` ( `ibp` . `TABLE_NAME` , ? , - (?) ) , ?, ... ) AS `object_name` , `sys` . `format_bytes` ( SUM ( IF ( ( `ibp` . `COMPRESSED_SIZE` = ? ) , ? , `ibp` . `COMPRESSED_SIZE` ) ) ) AS `allocated` , `sys` . `format_bytes` ( SUM ( `ibp` . `DATA_SIZE` ) ) AS `data` , COUNT ( `ibp` . `PAGE_NUMBER` ) AS `pages` , COUNT ( IF ( ( `ibp` . `IS_HASHED` = ? ) , ?, ... ) ) AS `pages_hashed` , COUNT ( IF ( ( `ibp` . `IS_OLD` = ? ) , ?, ... ) ) AS `pages_old` , `round` ( ( SUM ( `ibp` . `NUMBER_RECORDS` ) / COUNT ( DISTINCTROW `ibp` . `INDEX_NAME` ) ) , ? ) AS `rows_cached` FROM `information_schema` . `innodb_buffer_page` `ibp` WHERE ( `ibp` . `TABLE_NAME` IS NOT NULL ) GROUP BY `object_schema` , `object_name` ORDER BY SUM ( IF ( ( `ibp` . `COMPRESSED_SIZE` = ? ) , ? , `ibp` . `COMPRESSED_SIZE` ) ) DESC ', 3, 1956009000, 567425000, 652003000, 717052000, 235000000, 0, 0, 0, 9, 9, 1, 7, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'fb0ca2ab04e330ec477de5f3b3112ae7', 'SELECT `r` . `trx_wait_started` AS `wait_started` , `timediff` ( NOW ( ) , `r` . `trx_wait_started` ) AS `wait_age` , TIMESTAMPDIFF ( SQL_TSI_SECOND , `r` . `trx_wait_started` , NOW ( ) ) AS `wait_age_secs` , `rl` . `lock_table` AS `locked_table` , `rl` . `lock_index` AS `locked_index` , `rl` . `lock_type` AS `locked_type` , `r` . `trx_id` AS `waiting_trx_id` , `r` . `trx_started` AS `waiting_trx_started` , `timediff` ( NOW ( ) , `r` . `trx_started` ) AS `waiting_trx_age` , `r` . `trx_rows_locked` AS `waiting_trx_rows_locked` , `r` . `trx_rows_modified` AS `waiting_trx_rows_modified` , `r` . `trx_mysql_thread_id` AS `waiting_pid` , `sys` . `format_statement` ( `r` . `trx_query` ) AS `waiting_query` , `rl` . `lock_id` AS `waiting_lock_id` , `rl` . `lock_mode` AS `waiting_lock_mode` , `b` . `trx_id` AS `blocking_trx_id` , `b` . `trx_mysql_thread_id` AS `blocking_pid` , `sys` . `format_statement` ( `b` . `trx_query` ) AS `blocking_query` , `bl` . `lock_id` AS `blocking_lock_id` , `bl` . `lock_mode` AS ', 3, 3226562000, 421966000, 1075520000, 1615731000, 254000000, 0, 0, 0, 27, 27, 1, 19, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'e806107c130a86e2c429b8396e080c5f', 'SELECT IF ( `isnull` ( `performance_schema` . `threads` . `PROCESSLIST_ID` ) , `substring_index` ( `performance_schema` . `threads` . `NAME` , ? , - (?) ) , `concat` ( `performance_schema` . `threads` . `PROCESSLIST_USER` , ? , `performance_schema` . `threads` . `PROCESSLIST_HOST` ) ) AS `user` , SUM ( `performance_schema` . `events_waits_summary_by_thread_by_event_name` . `COUNT_STAR` ) AS `total` , `sys` . `format_time` ( SUM ( `performance_schema` . `events_waits_summary_by_thread_by_event_name` . `SUM_TIMER_WAIT` ) ) AS `total_latency` , `sys` . `format_time` ( MIN ( `performance_schema` . `events_waits_summary_by_thread_by_event_name` . `MIN_TIMER_WAIT` ) ) AS `min_latency` , `sys` . `format_time` ( AVG ( `performance_schema` . `events_waits_summary_by_thread_by_event_name` . `AVG_TIMER_WAIT` ) ) AS `avg_latency` , `sys` . `format_time` ( MAX ( `performance_schema` . `events_waits_summary_by_thread_by_event_name` . `MAX_TIMER_WAIT` ) ) AS `max_latency` , `performance_schema` . ', 3, 1634788000, 265696000, 544929000, 731409000, 236000000, 0, 0, 0, 9, 9, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '8a0cfcb07bad7d1e9ef40b9d99ff2c5f', 'SELECT `sys` . `format_path` ( `performance_schema` . `file_summary_by_instance` . `FILE_NAME` ) AS `file` , `performance_schema` . `file_summary_by_instance` . `COUNT_READ` AS `count_read` , `sys` . `format_bytes` ( `performance_schema` . `file_summary_by_instance` . `SUM_NUMBER_OF_BYTES_READ` ) AS `total_read` , `sys` . `format_bytes` ( `ifnull` ( ( `performance_schema` . `file_summary_by_instance` . `SUM_NUMBER_OF_BYTES_READ` / `nullif` ( `performance_schema` . `file_summary_by_instance` . `COUNT_READ` , ? ) ) , ? ) ) AS `avg_read` , `performance_schema` . `file_summary_by_instance` . `COUNT_WRITE` AS `count_write` , `sys` . `format_bytes` ( `performance_schema` . `file_summary_by_instance` . `SUM_NUMBER_OF_BYTES_WRITE` ) AS `total_written` , `sys` . `format_bytes` ( `ifnull` ( ( `performance_schema` . `file_summary_by_instance` . `SUM_NUMBER_OF_BYTES_WRITE` / `nullif` ( `performance_schema` . `file_summary_by_instance` . `COUNT_WRITE` , ? ) ) , ? ) ) AS `avg_write` , ', 3, 1712431000, 298118000, 570810000, 792367000, 248000000, 0, 0, 0, 10, 10, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '5c39f59fa5f9347dee31e4868d69cf20', 'SELECT `sys` . `format_path` ( `performance_schema` . `file_summary_by_instance` . `FILE_NAME` ) AS `file` , `performance_schema` . `file_summary_by_instance` . `COUNT_STAR` AS `total` , `sys` . `format_time` ( `performance_schema` . `file_summary_by_instance` . `SUM_TIMER_WAIT` ) AS `total_latency` , `performance_schema` . `file_summary_by_instance` . `COUNT_READ` AS `count_read` , `sys` . `format_time` ( `performance_schema` . `file_summary_by_instance` . `SUM_TIMER_READ` ) AS `read_latency` , `performance_schema` . `file_summary_by_instance` . `COUNT_WRITE` AS `count_write` , `sys` . `format_time` ( `performance_schema` . `file_summary_by_instance` . `SUM_TIMER_WRITE` ) AS `write_latency` , `performance_schema` . `file_summary_by_instance` . `COUNT_MISC` AS `count_misc` , `sys` . `format_time` ( `performance_schema` . `file_summary_by_instance` . `SUM_TIMER_MISC` ) AS `misc_latency` FROM `performance_schema` . `file_summary_by_instance` ORDER BY `performance_schema` . ', 3, 1528667000, 176633000, 509555000, 687055000, 275000000, 0, 0, 0, 10, 10, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '2052f4b4df159f0f7f58610e54113f07', 'SELECT `substring_index` ( `performance_schema` . `file_summary_by_event_name` . `EVENT_NAME` , ? , - (?) ) AS `event_name` , `performance_schema` . `file_summary_by_event_name` . `COUNT_STAR` AS `total` , `sys` . `format_time` ( `performance_schema` . `file_summary_by_event_name` . `SUM_TIMER_WAIT` ) AS `total_latency` , `sys` . `format_time` ( `performance_schema` . `file_summary_by_event_name` . `MIN_TIMER_WAIT` ) AS `min_latency` , `sys` . `format_time` ( `performance_schema` . `file_summary_by_event_name` . `AVG_TIMER_WAIT` ) AS `avg_latency` , `sys` . `format_time` ( `performance_schema` . `file_summary_by_event_name` . `MAX_TIMER_WAIT` ) AS `max_latency` , `performance_schema` . `file_summary_by_event_name` . `COUNT_READ` AS `count_read` , `sys` . `format_bytes` ( `performance_schema` . `file_summary_by_event_name` . `SUM_NUMBER_OF_BYTES_READ` ) AS `total_read` , `sys` . `format_bytes` ( `ifnull` ( ( `performance_schema` . `file_summary_by_event_name` . ', 3, 1678796000, 280406000, 559598000, 805861000, 238000000, 0, 0, 0, 14, 14, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'b8c52686251618ef2a3b8b1c8883f749', 'SELECT `substring_index` ( `performance_schema` . `file_summary_by_event_name` . `EVENT_NAME` , ? , - (?) ) AS `event_name` , `performance_schema` . `file_summary_by_event_name` . `COUNT_STAR` AS `total` , `sys` . `format_time` ( `performance_schema` . `file_summary_by_event_name` . `SUM_TIMER_WAIT` ) AS `total_latency` , `sys` . `format_time` ( `performance_schema` . `file_summary_by_event_name` . `AVG_TIMER_WAIT` ) AS `avg_latency` , `sys` . `format_time` ( `performance_schema` . `file_summary_by_event_name` . `MAX_TIMER_WAIT` ) AS `max_latency` , `sys` . `format_time` ( `performance_schema` . `file_summary_by_event_name` . `SUM_TIMER_READ` ) AS `read_latency` , `sys` . `format_time` ( `performance_schema` . `file_summary_by_event_name` . `SUM_TIMER_WRITE` ) AS `write_latency` , `sys` . `format_time` ( `performance_schema` . `file_summary_by_event_name` . `SUM_TIMER_MISC` ) AS `misc_latency` , `performance_schema` . `file_summary_by_event_name` . `COUNT_READ` AS ', 3, 1673415000, 296077000, 557805000, 817807000, 238000000, 0, 0, 0, 15, 15, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'f514c67f34d623d0477f97fda757739b', 'SELECT IF ( `isnull` ( `information_schema` . `processlist` . `ID` ) , `concat` ( `substring_index` ( `performance_schema` . `threads` . `NAME` , ? , - (?) ) , ? , `performance_schema` . `events_waits_history_long` . `THREAD_ID` ) , `concat` ( `information_schema` . `processlist` . `USER` , ? , `information_schema` . `processlist` . `HOST` , ? , `information_schema` . `processlist` . `ID` ) ) AS `thread` , `sys` . `format_path` ( `performance_schema` . `events_waits_history_long` . `OBJECT_NAME` ) AS `file` , `sys` . `format_time` ( `performance_schema` . `events_waits_history_long` . `TIMER_WAIT` ) AS `latency` , `performance_schema` . `events_waits_history_long` . `OPERATION` AS `operation` , `sys` . `format_bytes` ( `performance_schema` . `events_waits_history_long` . `NUMBER_OF_BYTES` ) AS `requested` FROM ( ( `performance_schema` . `events_waits_history_long` JOIN `performance_schema` . `threads` ON ( ( `performance_schema` . `events_waits_history_long` . `THREAD_ID` = ', 3, 1995480000, 408615000, 665160000, 847351000, 243000000, 0, 0, 0, 6, 6, 4, 7, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'c8d70bca60efe03e76d1d4de627ee2af', 'SELECT IF ( `isnull` ( `performance_schema` . `memory_summary_by_host_by_event_name` . `HOST` ) , ? , `performance_schema` . `memory_summary_by_host_by_event_name` . `HOST` ) AS `host` , SUM ( `performance_schema` . `memory_summary_by_host_by_event_name` . `CURRENT_COUNT_USED` ) AS `current_count_used` , `sys` . `format_bytes` ( SUM ( `performance_schema` . `memory_summary_by_host_by_event_name` . `CURRENT_NUMBER_OF_BYTES_USED` ) ) AS `current_allocated` , `sys` . `format_bytes` ( `ifnull` ( ( SUM ( `performance_schema` . `memory_summary_by_host_by_event_name` . `CURRENT_NUMBER_OF_BYTES_USED` ) / `nullif` ( SUM ( `performance_schema` . `memory_summary_by_host_by_event_name` . `CURRENT_COUNT_USED` ) , ? ) ) , ? ) ) AS `current_avg_alloc` , `sys` . `format_bytes` ( MAX ( `performance_schema` . `memory_summary_by_host_by_event_name` . `CURRENT_NUMBER_OF_BYTES_USED` ) ) AS `current_max_alloc` , `sys` . `format_bytes` ( SUM ( `performance_schema` . `memory_summary_by_host_by_event_name` . ', 3, 1768943000, 218845000, 589647000, 1008439000, 309000000, 0, 0, 0, 7, 7, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '585079a3c0953689e2b504df0578f81b', 'SELECT `mt` . `THREAD_ID` AS `thread_id` , IF ( ( `t` . `NAME` = ? ) , `concat` ( `t` . `PROCESSLIST_USER` , ? , `t` . `PROCESSLIST_HOST` ) , REPLACE ( `t` . `NAME` , ?, ... ) ) AS `user` , SUM ( `mt` . `CURRENT_COUNT_USED` ) AS `current_count_used` , `sys` . `format_bytes` ( SUM ( `mt` . `CURRENT_NUMBER_OF_BYTES_USED` ) ) AS `current_allocated` , `sys` . `format_bytes` ( `ifnull` ( ( SUM ( `mt` . `CURRENT_NUMBER_OF_BYTES_USED` ) / `nullif` ( SUM ( `mt` . `CURRENT_COUNT_USED` ) , ? ) ) , ? ) ) AS `current_avg_alloc` , `sys` . `format_bytes` ( MAX ( `mt` . `CURRENT_NUMBER_OF_BYTES_USED` ) ) AS `current_max_alloc` , `sys` . `format_bytes` ( SUM ( `mt` . `SUM_NUMBER_OF_BYTES_ALLOC` ) ) AS `total_allocated` FROM ( `performance_schema` . `memory_summary_by_thread_by_event_name` `mt` JOIN `performance_schema` . `threads` `t` ON ( ( `mt` . `THREAD_ID` = `t` . `THREAD_ID` ) ) ) GROUP BY `mt` . `THREAD_ID` , IF ( ( `t` . `NAME` = ? ) , `concat` ( `t` . `PROCESSLIST_USER` , ? , `t` . `PROCESSLIST_HOST` ) , REPLACE ', 3, 1650548000, 247256000, 550182000, 811360000, 245000000, 0, 0, 0, 8, 8, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '94ed9d2a4a74357567389afbea80b9ad', 'SELECT IF ( `isnull` ( `performance_schema` . `memory_summary_by_user_by_event_name` . `USER` ) , ? , `performance_schema` . `memory_summary_by_user_by_event_name` . `USER` ) AS `user` , SUM ( `performance_schema` . `memory_summary_by_user_by_event_name` . `CURRENT_COUNT_USED` ) AS `current_count_used` , `sys` . `format_bytes` ( SUM ( `performance_schema` . `memory_summary_by_user_by_event_name` . `CURRENT_NUMBER_OF_BYTES_USED` ) ) AS `current_allocated` , `sys` . `format_bytes` ( `ifnull` ( ( SUM ( `performance_schema` . `memory_summary_by_user_by_event_name` . `CURRENT_NUMBER_OF_BYTES_USED` ) / `nullif` ( SUM ( `performance_schema` . `memory_summary_by_user_by_event_name` . `CURRENT_COUNT_USED` ) , ? ) ) , ? ) ) AS `current_avg_alloc` , `sys` . `format_bytes` ( MAX ( `performance_schema` . `memory_summary_by_user_by_event_name` . `CURRENT_NUMBER_OF_BYTES_USED` ) ) AS `current_max_alloc` , `sys` . `format_bytes` ( SUM ( `performance_schema` . `memory_summary_by_user_by_event_name` . ', 3, 1606037000, 218100000, 535345000, 773793000, 276000000, 0, 0, 0, 7, 7, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '50f51887440058fe538fdf08764b4127', 'SELECT `performance_schema` . `memory_summary_global_by_event_name` . `EVENT_NAME` AS `event_name` , `performance_schema` . `memory_summary_global_by_event_name` . `CURRENT_COUNT_USED` AS `current_count` , `sys` . `format_bytes` ( `performance_schema` . `memory_summary_global_by_event_name` . `CURRENT_NUMBER_OF_BYTES_USED` ) AS `current_alloc` , `sys` . `format_bytes` ( `ifnull` ( ( `performance_schema` . `memory_summary_global_by_event_name` . `CURRENT_NUMBER_OF_BYTES_USED` / `nullif` ( `performance_schema` . `memory_summary_global_by_event_name` . `CURRENT_COUNT_USED` , ? ) ) , ? ) ) AS `current_avg_alloc` , `performance_schema` . `memory_summary_global_by_event_name` . `HIGH_COUNT_USED` AS `high_count` , `sys` . `format_bytes` ( `performance_schema` . `memory_summary_global_by_event_name` . `HIGH_NUMBER_OF_BYTES_USED` ) AS `high_alloc` , `sys` . `format_bytes` ( `ifnull` ( ( `performance_schema` . `memory_summary_global_by_event_name` . `HIGH_NUMBER_OF_BYTES_USED` / `nullif` ', 3, 1445141000, 200611000, 481713000, 675994000, 240000000, 0, 0, 0, 8, 8, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '92e192f524d9dabb72829aee803ea6da', 'SELECT `sys` . `format_bytes` ( SUM ( `performance_schema` . `memory_summary_global_by_event_name` . `CURRENT_NUMBER_OF_BYTES_USED` ) ) AS `total_allocated` FROM `performance_schema` . `memory_summary_global_by_event_name` ', 3, 1047678000, 115885000, 349226000, 491565000, 238000000, 0, 0, 0, 2, 2, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '7cc99a0e78179d4dd9610e6b8433f49d', '( SELECT `lower` ( `performance_schema` . `global_status` . `VARIABLE_NAME` ) AS `Variable_name` , `performance_schema` . `global_status` . `VARIABLE_VALUE` AS `Variable_value` , ? AS `Type` , ? AS `Enabled` FROM `performance_schema` . `global_status` ) UNION ALL ( SELECT `information_schema` . `INNODB_METRICS` . `NAME` AS `Variable_name` , `information_schema` . `INNODB_METRICS` . `COUNT` AS `Variable_value` , `concat` ( ? , `information_schema` . `INNODB_METRICS` . `SUBSYSTEM` ) AS `Type` , IF ( ( `information_schema` . `INNODB_METRICS` . `STATUS` = ? ) , ?, ... ) AS `Enabled` FROM `information_schema` . `INNODB_METRICS` WHERE ( `information_schema` . `INNODB_METRICS` . `NAME` NOT IN (...) ) ) UNION ALL ( SELECT ? AS `Variable_name` , SUM ( `performance_schema` . `memory_summary_global_by_event_name` . `CURRENT_NUMBER_OF_BYTES_USED` ) AS `Variable_value` , ? AS `Type` , IF ( ( ( SELECT COUNT (?) FROM `performance_schema` . `setup_instruments` WHERE ( ( `performance_schema` . `setup_instruments` . `NAME` LIKE ? ) AND ( `performance_schema` . ', 3, 2999386000, 704391000, 999795000, 1244568000, 265000000, 0, 0, 0, 5, 5, 4, 10, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'b3ea91361b876a2dba55fdce3df2ee23', 'SELECT `t` . `THREAD_ID` AS `thread_id` , IF ( ( `t` . `NAME` = ? ) , `concat` ( `t` . `PROCESSLIST_USER` , ? , `t` . `PROCESSLIST_HOST` ) , REPLACE ( `t` . `NAME` , ?, ... ) ) AS `user` , SUM ( `mt` . `CURRENT_COUNT_USED` ) AS `current_count_used` , SUM ( `mt` . `CURRENT_NUMBER_OF_BYTES_USED` ) AS `current_allocated` , `ifnull` ( ( SUM ( `mt` . `CURRENT_NUMBER_OF_BYTES_USED` ) / `nullif` ( SUM ( `mt` . `CURRENT_COUNT_USED` ) , ? ) ) , ? ) AS `current_avg_alloc` , MAX ( `mt` . `CURRENT_NUMBER_OF_BYTES_USED` ) AS `current_max_alloc` , SUM ( `mt` . `SUM_NUMBER_OF_BYTES_ALLOC` ) AS `total_allocated` FROM ( `performance_schema` . `memory_summary_by_thread_by_event_name` `mt` JOIN `performance_schema` . `threads` `t` ON ( ( `mt` . `THREAD_ID` = `t` . `THREAD_ID` ) ) ) GROUP BY `t` . `THREAD_ID` , IF ( ( `t` . `NAME` = ? ) , `concat` ( `t` . `PROCESSLIST_USER` , ? , `t` . `PROCESSLIST_HOST` ) , REPLACE ( `t` . `NAME` , ?, ... ) ) ORDER BY SUM ( `mt` . `CURRENT_NUMBER_OF_BYTES_USED` ) DESC ', 15, 14104473000, 211552000, 940298000, 1561366000, 1226000000, 0, 0, 0, 124, 124, 5, 38, 0, 0, 0, 0, 10, 0, 0, 0, 0, 10, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '91fb835b34f4915bcb4f9497bd6c9422', 'SELECT `performance_schema` . `global_status` . `VARIABLE_NAME` AS `variable_name` , `performance_schema` . `global_status` . `VARIABLE_VALUE` AS `variable_value` FROM `performance_schema` . `global_status` WHERE ( ( `performance_schema` . `global_status` . `VARIABLE_NAME` LIKE ? ) AND ( `performance_schema` . `global_status` . `VARIABLE_VALUE` > ? ) ) ', 3, 1176778000, 127993000, 392259000, 607613000, 240000000, 0, 0, 0, 3, 3, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'b785327e1594f3997b3153003395d879', 'SELECT `information_schema` . `COLUMNS` . `TABLE_SCHEMA` AS `table_schema` , `information_schema` . `COLUMNS` . `TABLE_NAME` AS `table_name` , `information_schema` . `COLUMNS` . `COLUMN_NAME` AS `column_name` , `information_schema` . `COLUMNS` . `DATA_TYPE` AS `data_type` , `information_schema` . `COLUMNS` . `COLUMN_TYPE` AS `column_type` , ( `locate` ( ? , `information_schema` . `COLUMNS` . `COLUMN_TYPE` ) = ? ) AS `is_signed` , ( `locate` ( ? , `information_schema` . `COLUMNS` . `COLUMN_TYPE` ) > ? ) AS `is_unsigned` , ( ( CASE `information_schema` . `COLUMNS` . `DATA_TYPE` WHEN ? THEN ? WHEN ? THEN ? WHEN ? THEN ? WHEN ? THEN ? WHEN ? THEN ? END ) >> IF ( ( `locate` ( ? , `information_schema` . `COLUMNS` . `COLUMN_TYPE` ) > ? ) , ?, ... ) ) AS `max_value` , `information_schema` . `TABLES` . `AUTO_INCREMENT` AS `auto_increment` , ( `information_schema` . `TABLES` . `AUTO_INCREMENT` / ( ( CASE `information_schema` . `COLUMNS` . `DATA_TYPE` WHEN ? THEN ? WHEN ? THEN ? WHEN ? THEN ? WHEN ? THEN ? WHEN ? THEN ? END ) >> IF ( ( `locate` ( ? , ', 3, 2230432000, 451897000, 743477000, 891263000, 258000000, 0, 0, 0, 11, 11, 4, 10, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '20d11a92f6f7d57bc5b656f74ee77c87', 'SELECT `performance_schema` . `table_io_waits_summary_by_index_usage` . `OBJECT_SCHEMA` AS `table_schema` , `performance_schema` . `table_io_waits_summary_by_index_usage` . `OBJECT_NAME` AS `table_name` , `performance_schema` . `table_io_waits_summary_by_index_usage` . `INDEX_NAME` AS `index_name` , `performance_schema` . `table_io_waits_summary_by_index_usage` . `COUNT_FETCH` AS `rows_selected` , `sys` . `format_time` ( `performance_schema` . `table_io_waits_summary_by_index_usage` . `SUM_TIMER_FETCH` ) AS `select_latency` , `performance_schema` . `table_io_waits_summary_by_index_usage` . `COUNT_INSERT` AS `rows_inserted` , `sys` . `format_time` ( `performance_schema` . `table_io_waits_summary_by_index_usage` . `SUM_TIMER_INSERT` ) AS `insert_latency` , `performance_schema` . `table_io_waits_summary_by_index_usage` . `COUNT_UPDATE` AS `rows_updated` , `sys` . `format_time` ( `performance_schema` . `table_io_waits_summary_by_index_usage` . `SUM_TIMER_UPDATE` ) AS `update_latency` ', 3, 1542804000, 209100000, 514268000, 683765000, 240000000, 0, 0, 0, 12, 12, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '86784014e7e812cb054332f64e8e75a0', 'SELECT `information_schema` . `routines` . `ROUTINE_SCHEMA` AS `db` , `information_schema` . `routines` . `ROUTINE_TYPE` AS `object_type` , COUNT (?) AS `count` FROM `information_schema` . `routines` GROUP BY `information_schema` . `routines` . `ROUTINE_SCHEMA` , `information_schema` . `routines` . `ROUTINE_TYPE` UNION SELECT `information_schema` . `tables` . `TABLE_SCHEMA` AS `TABLE_SCHEMA` , `information_schema` . `tables` . `TABLE_TYPE` AS `TABLE_TYPE` , COUNT (?) AS `COUNT(*)` FROM `information_schema` . `tables` GROUP BY `information_schema` . `tables` . `TABLE_SCHEMA` , `information_schema` . `tables` . `TABLE_TYPE` UNION SELECT `information_schema` . `statistics` . `TABLE_SCHEMA` AS `TABLE_SCHEMA` , `concat` ( ? , `information_schema` . `statistics` . `INDEX_TYPE` , ? ) AS `CONCAT(\'INDEX (\', INDEX_TYPE, \')\')` , COUNT (?) AS `COUNT(*)` FROM `information_schema` . `statistics` GROUP BY `information_schema` . `statistics` . `TABLE_SCHEMA` , `information_schema` . `statistics` . `INDEX_TYPE` UNION SELECT `information_schema` . ', 3, 3044399000, 678665000, 1014799000, 1321013000, 238000000, 0, 0, 0, 4, 4, 10, 22, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'ae5d4708e5973332bb9b3a04eb4ce19d', 'SELECT `information_schema` . `STATISTICS` . `TABLE_SCHEMA` AS `table_schema` , `information_schema` . `STATISTICS` . `TABLE_NAME` AS `table_name` , `information_schema` . `STATISTICS` . `INDEX_NAME` AS `index_name` , MAX ( `information_schema` . `STATISTICS` . `NON_UNIQUE` ) AS `non_unique` , MAX ( IF ( `isnull` ( `information_schema` . `STATISTICS` . `SUB_PART` ) , ?, ... ) ) AS `subpart_exists` , GROUP_CONCAT ( `information_schema` . `STATISTICS` . `COLUMN_NAME` ORDER BY `information_schema` . `STATISTICS` . `SEQ_IN_INDEX` ASC SEPARATOR ? ) AS `index_columns` FROM `INFORMATION_SCHEMA` . `STATISTICS` WHERE ( ( `information_schema` . `STATISTICS` . `INDEX_TYPE` = ? ) AND ( `information_schema` . `STATISTICS` . `TABLE_SCHEMA` NOT IN (...) ) ) GROUP BY `information_schema` . `STATISTICS` . `TABLE_SCHEMA` , `information_schema` . `STATISTICS` . `TABLE_NAME` , `information_schema` . `STATISTICS` . `INDEX_NAME` ', 6, 3738341000, 196842000, 623056000, 967266000, 488000000, 0, 0, 0, 18, 18, 2, 23, 0, 0, 0, 0, 4, 0, 0, 0, 0, 4, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '90a05ad2b22d508fb2f74d52cd8ed079', 'SELECT `performance_schema` . `table_io_waits_summary_by_index_usage` . `OBJECT_SCHEMA` AS `object_schema` , `performance_schema` . `table_io_waits_summary_by_index_usage` . `OBJECT_NAME` AS `object_name` , `performance_schema` . `table_io_waits_summary_by_index_usage` . `COUNT_READ` AS `rows_full_scanned` , `sys` . `format_time` ( `performance_schema` . `table_io_waits_summary_by_index_usage` . `SUM_TIMER_WAIT` ) AS `latency` FROM `performance_schema` . `table_io_waits_summary_by_index_usage` WHERE ( `isnull` ( `performance_schema` . `table_io_waits_summary_by_index_usage` . `INDEX_NAME` ) AND ( `performance_schema` . `table_io_waits_summary_by_index_usage` . `COUNT_READ` > ? ) ) ORDER BY `performance_schema` . `table_io_waits_summary_by_index_usage` . `COUNT_READ` DESC ', 3, 1256988000, 179033000, 418996000, 591053000, 250000000, 0, 0, 0, 5, 5, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'f23889b4d3ab658cbb734db0109632ab', 'SELECT `g` . `OBJECT_SCHEMA` AS `object_schema` , `g` . `OBJECT_NAME` AS `object_name` , `pt` . `THREAD_ID` AS `waiting_thread_id` , `pt` . `PROCESSLIST_ID` AS `waiting_pid` , `sys` . `ps_thread_account` ( `p` . `OWNER_THREAD_ID` ) AS `waiting_account` , `p` . `LOCK_TYPE` AS `waiting_lock_type` , `p` . `LOCK_DURATION` AS `waiting_lock_duration` , `sys` . `format_statement` ( `pt` . `PROCESSLIST_INFO` ) AS `waiting_query` , `pt` . `PROCESSLIST_TIME` AS `waiting_query_secs` , `ps` . `ROWS_AFFECTED` AS `waiting_query_rows_affected` , `ps` . `ROWS_EXAMINED` AS `waiting_query_rows_examined` , `gt` . `THREAD_ID` AS `blocking_thread_id` , `gt` . `PROCESSLIST_ID` AS `blocking_pid` , `sys` . `ps_thread_account` ( `g` . `OWNER_THREAD_ID` ) AS `blocking_account` , `g` . `LOCK_TYPE` AS `blocking_lock_type` , `g` . `LOCK_DURATION` AS `blocking_lock_duration` , `concat` ( ? , `gt` . `PROCESSLIST_ID` ) AS `sql_kill_blocking_query` , `concat` ( ? , `gt` . `PROCESSLIST_ID` ) AS ', 3, 1942301000, 322679000, 647433000, 952577000, 237000000, 0, 0, 0, 19, 19, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '0c951837355cdc4c42bb5d57595de4da', 'SELECT `extract_schema_from_file_name` ( `performance_schema` . `file_summary_by_instance` . `FILE_NAME` ) AS `table_schema` , `extract_table_from_file_name` ( `performance_schema` . `file_summary_by_instance` . `FILE_NAME` ) AS `table_name` , SUM ( `performance_schema` . `file_summary_by_instance` . `COUNT_READ` ) AS `count_read` , SUM ( `performance_schema` . `file_summary_by_instance` . `SUM_NUMBER_OF_BYTES_READ` ) AS `sum_number_of_bytes_read` , SUM ( `performance_schema` . `file_summary_by_instance` . `SUM_TIMER_READ` ) AS `sum_timer_read` , SUM ( `performance_schema` . `file_summary_by_instance` . `COUNT_WRITE` ) AS `count_write` , SUM ( `performance_schema` . `file_summary_by_instance` . `SUM_NUMBER_OF_BYTES_WRITE` ) AS `sum_number_of_bytes_write` , SUM ( `performance_schema` . `file_summary_by_instance` . `SUM_TIMER_WRITE` ) AS `sum_timer_write` , SUM ( `performance_schema` . `file_summary_by_instance` . `COUNT_MISC` ) AS `count_misc` , SUM ( `performance_schema` . ', 9, 5594851000, 245008000, 621650000, 1154146000, 763000000, 0, 0, 0, 51, 51, 3, 18, 0, 0, 0, 0, 6, 0, 0, 0, 0, 6, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'cdc49c85aa2a0790a8ac38cd6e117ff2', 'SELECT IF ( ( `locate` ( ? , `ibp` . `TABLE_NAME` ) = ? ) , ? , REPLACE ( `substring_index` ( `ibp` . `TABLE_NAME` , ?, ... ) , ?, ... ) ) AS `object_schema` , REPLACE ( `substring_index` ( `ibp` . `TABLE_NAME` , ? , - (?) ) , ?, ... ) AS `object_name` , SUM ( IF ( ( `ibp` . `COMPRESSED_SIZE` = ? ) , ? , `ibp` . `COMPRESSED_SIZE` ) ) AS `allocated` , SUM ( `ibp` . `DATA_SIZE` ) AS `data` , COUNT ( `ibp` . `PAGE_NUMBER` ) AS `pages` , COUNT ( IF ( ( `ibp` . `IS_HASHED` = ? ) , ?, ... ) ) AS `pages_hashed` , COUNT ( IF ( ( `ibp` . `IS_OLD` = ? ) , ?, ... ) ) AS `pages_old` , `round` ( `ifnull` ( ( SUM ( `ibp` . `NUMBER_RECORDS` ) / `nullif` ( COUNT ( DISTINCTROW `ibp` . `INDEX_NAME` ) , ? ) ) , ? ) , ? ) AS `rows_cached` FROM `information_schema` . `innodb_buffer_page` `ibp` WHERE ( `ibp` . `TABLE_NAME` IS NOT NULL ) GROUP BY `object_schema` , `object_name` ORDER BY SUM ( IF ( ( `ibp` . `COMPRESSED_SIZE` = ? ) , ? , `ibp` . `COMPRESSED_SIZE` ) ) DESC ', 9, 7332689000, 293449000, 814743000, 1364585000, 834000000, 0, 0, 0, 61, 61, 3, 33, 0, 0, 0, 0, 6, 0, 0, 0, 0, 6, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '2827560679ffb2f8f4076639b980d736', 'SELECT `performance_schema` . `table_io_waits_summary_by_index_usage` . `OBJECT_SCHEMA` AS `object_schema` , `performance_schema` . `table_io_waits_summary_by_index_usage` . `OBJECT_NAME` AS `object_name` , `performance_schema` . `table_io_waits_summary_by_index_usage` . `INDEX_NAME` AS `index_name` FROM `performance_schema` . `table_io_waits_summary_by_index_usage` WHERE ( ( `performance_schema` . `table_io_waits_summary_by_index_usage` . `INDEX_NAME` IS NOT NULL ) AND ( `performance_schema` . `table_io_waits_summary_by_index_usage` . `COUNT_STAR` = ? ) AND ( `performance_schema` . `table_io_waits_summary_by_index_usage` . `OBJECT_SCHEMA` != ? ) AND ( `performance_schema` . `table_io_waits_summary_by_index_usage` . `INDEX_NAME` != ? ) ) ORDER BY `performance_schema` . `table_io_waits_summary_by_index_usage` . `OBJECT_SCHEMA` , `performance_schema` . `table_io_waits_summary_by_index_usage` . `OBJECT_NAME` ', 3, 1164672000, 151117000, 388224000, 545001000, 255000000, 0, 0, 0, 4, 4, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'fbe087363c09f79b7123d11f894eecb6', 'SELECT `sslver` . `THREAD_ID` AS `thread_id` , `sslver` . `VARIABLE_VALUE` AS `ssl_version` , `sslcip` . `VARIABLE_VALUE` AS `ssl_cipher` , `sslreuse` . `VARIABLE_VALUE` AS `ssl_sessions_reused` FROM ( ( `performance_schema` . `status_by_thread` `sslver` LEFT JOIN `performance_schema` . `status_by_thread` `sslcip` ON ( ( ( `sslcip` . `THREAD_ID` = `sslver` . `THREAD_ID` ) AND ( `sslcip` . `VARIABLE_NAME` = ? ) ) ) ) LEFT JOIN `performance_schema` . `status_by_thread` `sslreuse` ON ( ( ( `sslreuse` . `THREAD_ID` = `sslver` . `THREAD_ID` ) AND ( `sslreuse` . `VARIABLE_NAME` = ? ) ) ) ) WHERE ( `sslver` . `VARIABLE_NAME` = ? ) ', 3, 1429183000, 155990000, 476394000, 726664000, 247000000, 0, 0, 0, 5, 5, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'dcb22f97ffa519077a080c07f0563e4f', 'SELECT `sys` . `format_statement` ( `performance_schema` . `events_statements_summary_by_digest` . `DIGEST_TEXT` ) AS `query` , `performance_schema` . `events_statements_summary_by_digest` . `SCHEMA_NAME` AS `db` , `performance_schema` . `events_statements_summary_by_digest` . `COUNT_STAR` AS `exec_count` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_ERRORS` AS `errors` , ( `ifnull` ( ( `performance_schema` . `events_statements_summary_by_digest` . `SUM_ERRORS` / `nullif` ( `performance_schema` . `events_statements_summary_by_digest` . `COUNT_STAR` , ? ) ) , ? ) * ? ) AS `error_pct` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_WARNINGS` AS `warnings` , ( `ifnull` ( ( `performance_schema` . `events_statements_summary_by_digest` . `SUM_WARNINGS` / `nullif` ( `performance_schema` . `events_statements_summary_by_digest` . `COUNT_STAR` , ? ) ) , ? ) * ? ) AS `warning_pct` , `performance_schema` . `events_statements_summary_by_digest` . ', 3, 1538017000, 224075000, 512672000, 745487000, 254000000, 0, 0, 0, 11, 11, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '2c59436ec02210cd2c91d994ae205949', 'SELECT `sys` . `format_statement` ( `performance_schema` . `events_statements_summary_by_digest` . `DIGEST_TEXT` ) AS `query` , `performance_schema` . `events_statements_summary_by_digest` . `SCHEMA_NAME` AS `db` , `performance_schema` . `events_statements_summary_by_digest` . `COUNT_STAR` AS `exec_count` , `sys` . `format_time` ( `performance_schema` . `events_statements_summary_by_digest` . `SUM_TIMER_WAIT` ) AS `total_latency` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_NO_INDEX_USED` AS `no_index_used_count` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_NO_GOOD_INDEX_USED` AS `no_good_index_used_count` , `round` ( ( `ifnull` ( ( `performance_schema` . `events_statements_summary_by_digest` . `SUM_NO_INDEX_USED` / `nullif` ( `performance_schema` . `events_statements_summary_by_digest` . `COUNT_STAR` , ? ) ) , ? ) * ? ) , ? ) AS `no_index_used_pct` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_ROWS_SENT` AS ', 3, 1715882000, 301585000, 571960000, 794027000, 239000000, 0, 0, 0, 15, 15, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56');
INSERT INTO `events_statements_summary_by_digest` (`SCHEMA_NAME`, `DIGEST`, `DIGEST_TEXT`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`, `FIRST_SEEN`, `LAST_SEEN`) VALUES
(NULL, 'c98129e1a0b983f2d50cbb70da172a78', 'SELECT COUNT (?) AS `cnt` , `round` ( ( `performance_schema` . `events_statements_summary_by_digest` . `AVG_TIMER_WAIT` / ? ) , ? ) AS `avg_us` FROM `performance_schema` . `events_statements_summary_by_digest` GROUP BY `avg_us` ', 12, 7755706000, 113746000, 646308000, 1158970000, 1068000000, 0, 0, 0, 40, 40, 4, 40, 0, 0, 0, 0, 8, 0, 0, 0, 0, 8, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '494a4280245d987e27946ac0278ebd5a', 'SELECT `sys` . `format_statement` ( `performance_schema` . `events_statements_summary_by_digest` . `DIGEST_TEXT` ) AS `query` , `performance_schema` . `events_statements_summary_by_digest` . `SCHEMA_NAME` AS `db` , `performance_schema` . `events_statements_summary_by_digest` . `COUNT_STAR` AS `exec_count` , `sys` . `format_time` ( `performance_schema` . `events_statements_summary_by_digest` . `SUM_TIMER_WAIT` ) AS `total_latency` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_SORT_MERGE_PASSES` AS `sort_merge_passes` , `round` ( `ifnull` ( ( `performance_schema` . `events_statements_summary_by_digest` . `SUM_SORT_MERGE_PASSES` / `nullif` ( `performance_schema` . `events_statements_summary_by_digest` . `COUNT_STAR` , ? ) ) , ? ) , ? ) AS `avg_sort_merges` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_SORT_SCAN` AS `sorts_using_scans` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_SORT_RANGE` AS ', 3, 1604239000, 239858000, 534746000, 829797000, 239000000, 0, 0, 0, 14, 14, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'f8c534b253d38c68f223f63d68a49e43', 'SELECT `sys` . `format_statement` ( `performance_schema` . `events_statements_summary_by_digest` . `DIGEST_TEXT` ) AS `query` , `performance_schema` . `events_statements_summary_by_digest` . `SCHEMA_NAME` AS `db` , `performance_schema` . `events_statements_summary_by_digest` . `COUNT_STAR` AS `exec_count` , `sys` . `format_time` ( `performance_schema` . `events_statements_summary_by_digest` . `SUM_TIMER_WAIT` ) AS `total_latency` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_CREATED_TMP_TABLES` AS `memory_tmp_tables` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_CREATED_TMP_DISK_TABLES` AS `disk_tmp_tables` , `round` ( `ifnull` ( ( `performance_schema` . `events_statements_summary_by_digest` . `SUM_CREATED_TMP_TABLES` / `nullif` ( `performance_schema` . `events_statements_summary_by_digest` . `COUNT_STAR` , ? ) ) , ? ) , ? ) AS `avg_tmp_tables_per_query` , `round` ( ( `ifnull` ( ( `performance_schema` . ', 3, 1631264000, 311083000, 543754000, 788962000, 240000000, 0, 0, 0, 12, 12, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '8a61d42a409dc3b24f78c1cebe70b874', 'SELECT `sys` . `format_statement` ( `performance_schema` . `events_statements_summary_by_digest` . `DIGEST_TEXT` ) AS `query` , `performance_schema` . `events_statements_summary_by_digest` . `SCHEMA_NAME` AS `db` , IF ( ( ( `performance_schema` . `events_statements_summary_by_digest` . `SUM_NO_GOOD_INDEX_USED` > ? ) OR ( `performance_schema` . `events_statements_summary_by_digest` . `SUM_NO_INDEX_USED` > ? ) ) , ?, ... ) AS `full_scan` , `performance_schema` . `events_statements_summary_by_digest` . `COUNT_STAR` AS `exec_count` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_ERRORS` AS `err_count` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_WARNINGS` AS `warn_count` , `sys` . `format_time` ( `performance_schema` . `events_statements_summary_by_digest` . `SUM_TIMER_WAIT` ) AS `total_latency` , `sys` . `format_time` ( `performance_schema` . `events_statements_summary_by_digest` . `MAX_TIMER_WAIT` ) AS `max_latency` , `sys` . `format_time` ( ', 3, 1930438000, 338233000, 643479000, 962521000, 258000000, 0, 0, 0, 24, 24, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '71f8de40fe1f38c27f2b680b0c5221a9', 'SHOW TABLE STATUS FROM `sys` WHERE NAME = ? ', 1, 481044000, 481044000, 481044000, 481044000, 75000000, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'b859b18cd837cfa2ca092af1607c8746', 'SHOW CREATE TABLE `sys` . `sys_config` ', 1, 2389438000, 2389438000, 2389438000, 2389438000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'f5ad080828bbccceeca91bbd2131af0b', 'SHOW FIELDS FROM `sys` . `sys_config` ', 1, 442640000, 442640000, 442640000, 442640000, 130000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, '00c717df9d5fb86d3fdd35e82294dd1f', 'SELECT `variable` , `value` , `set_time` , `set_by` FROM `sys` . `sys_config` ', 1, 376776000, 376776000, 376776000, 376776000, 55000000, 0, 0, 0, 6, 6, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:55'),
(NULL, 'acbdb01b824436de1a67af3424fcd0c1', 'SELECT IF ( `isnull` ( `performance_schema` . `memory_summary_by_user_by_event_name` . `USER` ) , ? , `performance_schema` . `memory_summary_by_user_by_event_name` . `USER` ) AS `user` , SUM ( `performance_schema` . `memory_summary_by_user_by_event_name` . `CURRENT_COUNT_USED` ) AS `current_count_used` , SUM ( `performance_schema` . `memory_summary_by_user_by_event_name` . `CURRENT_NUMBER_OF_BYTES_USED` ) AS `current_allocated` , `ifnull` ( ( SUM ( `performance_schema` . `memory_summary_by_user_by_event_name` . `CURRENT_NUMBER_OF_BYTES_USED` ) / `nullif` ( SUM ( `performance_schema` . `memory_summary_by_user_by_event_name` . `CURRENT_COUNT_USED` ) , ? ) ) , ? ) AS `current_avg_alloc` , MAX ( `performance_schema` . `memory_summary_by_user_by_event_name` . `CURRENT_NUMBER_OF_BYTES_USED` ) AS `current_max_alloc` , SUM ( `performance_schema` . `memory_summary_by_user_by_event_name` . `SUM_NUMBER_OF_BYTES_ALLOC` ) AS `total_allocated` FROM `performance_schema` . `memory_summary_by_user_by_event_name` GROUP BY ', 9, 6937605000, 193183000, 770845000, 1198517000, 773000000, 0, 0, 0, 33, 33, 3, 30, 0, 0, 0, 0, 6, 0, 0, 0, 0, 6, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'ceb787cf397dd7e2c5b629b176007695', 'SELECT IF ( `isnull` ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `USER` ) , ? , `performance_schema` . `events_waits_summary_by_user_by_event_name` . `USER` ) AS `user` , SUM ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `COUNT_STAR` ) AS `ios` , `sys` . `format_time` ( SUM ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `SUM_TIMER_WAIT` ) ) AS `io_latency` FROM `performance_schema` . `events_waits_summary_by_user_by_event_name` WHERE ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `EVENT_NAME` LIKE ? ) GROUP BY IF ( `isnull` ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `USER` ) , ? , `performance_schema` . `events_waits_summary_by_user_by_event_name` . `USER` ) ORDER BY SUM ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `SUM_TIMER_WAIT` ) DESC ', 3, 1262055000, 173279000, 420685000, 597255000, 268000000, 0, 0, 0, 4, 4, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'e355383d6c54c4cd8096b1ef82ec0dcc', 'SELECT IF ( `isnull` ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `USER` ) , ? , `performance_schema` . `events_waits_summary_by_user_by_event_name` . `USER` ) AS `user` , `performance_schema` . `events_waits_summary_by_user_by_event_name` . `EVENT_NAME` AS `event_name` , `performance_schema` . `events_waits_summary_by_user_by_event_name` . `COUNT_STAR` AS `total` , `sys` . `format_time` ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `SUM_TIMER_WAIT` ) AS `latency` , `sys` . `format_time` ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `MAX_TIMER_WAIT` ) AS `max_latency` FROM `performance_schema` . `events_waits_summary_by_user_by_event_name` WHERE ( ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `EVENT_NAME` LIKE ? ) AND ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `COUNT_STAR` > ? ) ) ORDER BY IF ( `isnull` ( `performance_schema` . ', 3, 1374117000, 247608000, 458039000, 612652000, 242000000, 0, 0, 0, 6, 6, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '29055d0bdf94c5cd6f87ede1e5b2379c', 'SELECT IF ( `isnull` ( `performance_schema` . `events_stages_summary_by_user_by_event_name` . `USER` ) , ? , `performance_schema` . `events_stages_summary_by_user_by_event_name` . `USER` ) AS `user` , `performance_schema` . `events_stages_summary_by_user_by_event_name` . `EVENT_NAME` AS `event_name` , `performance_schema` . `events_stages_summary_by_user_by_event_name` . `COUNT_STAR` AS `total` , `sys` . `format_time` ( `performance_schema` . `events_stages_summary_by_user_by_event_name` . `SUM_TIMER_WAIT` ) AS `total_latency` , `sys` . `format_time` ( `performance_schema` . `events_stages_summary_by_user_by_event_name` . `AVG_TIMER_WAIT` ) AS `avg_latency` FROM `performance_schema` . `events_stages_summary_by_user_by_event_name` WHERE ( `performance_schema` . `events_stages_summary_by_user_by_event_name` . `SUM_TIMER_WAIT` != ? ) ORDER BY IF ( `isnull` ( `performance_schema` . `events_stages_summary_by_user_by_event_name` . `USER` ) , ? , `performance_schema` . ', 3, 1426079000, 181226000, 475359000, 665726000, 238000000, 0, 0, 0, 6, 6, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'f9978bdcfe03d124cbe45cc019bb9df4', 'SELECT IF ( `isnull` ( `performance_schema` . `events_statements_summary_by_user_by_event_name` . `USER` ) , ? , `performance_schema` . `events_statements_summary_by_user_by_event_name` . `USER` ) AS `user` , SUM ( `performance_schema` . `events_statements_summary_by_user_by_event_name` . `COUNT_STAR` ) AS `total` , `sys` . `format_time` ( SUM ( `performance_schema` . `events_statements_summary_by_user_by_event_name` . `SUM_TIMER_WAIT` ) ) AS `total_latency` , `sys` . `format_time` ( SUM ( `performance_schema` . `events_statements_summary_by_user_by_event_name` . `MAX_TIMER_WAIT` ) ) AS `max_latency` , `sys` . `format_time` ( SUM ( `performance_schema` . `events_statements_summary_by_user_by_event_name` . `SUM_LOCK_TIME` ) ) AS `lock_latency` , SUM ( `performance_schema` . `events_statements_summary_by_user_by_event_name` . `SUM_ROWS_SENT` ) AS `rows_sent` , SUM ( `performance_schema` . `events_statements_summary_by_user_by_event_name` . `SUM_ROWS_EXAMINED` ) AS `rows_examined` , SUM ( ', 3, 1524481000, 221422000, 508160000, 705006000, 242000000, 0, 0, 0, 10, 10, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'cad547386e40db15ef82e6906ee832cf', 'SELECT IF ( `isnull` ( `performance_schema` . `events_statements_summary_by_user_by_event_name` . `USER` ) , ? , `performance_schema` . `events_statements_summary_by_user_by_event_name` . `USER` ) AS `user` , `substring_index` ( `performance_schema` . `events_statements_summary_by_user_by_event_name` . `EVENT_NAME` , ? , - (?) ) AS `statement` , `performance_schema` . `events_statements_summary_by_user_by_event_name` . `COUNT_STAR` AS `total` , `sys` . `format_time` ( `performance_schema` . `events_statements_summary_by_user_by_event_name` . `SUM_TIMER_WAIT` ) AS `total_latency` , `sys` . `format_time` ( `performance_schema` . `events_statements_summary_by_user_by_event_name` . `MAX_TIMER_WAIT` ) AS `max_latency` , `sys` . `format_time` ( `performance_schema` . `events_statements_summary_by_user_by_event_name` . `SUM_LOCK_TIME` ) AS `lock_latency` , `performance_schema` . `events_statements_summary_by_user_by_event_name` . `SUM_ROWS_SENT` AS `rows_sent` , `performance_schema` . ', 3, 1613364000, 269111000, 537788000, 797128000, 281000000, 0, 0, 0, 11, 11, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '14b209b46d6b92f38a39d8f9cb15a5ba', 'SELECT ? AS `sys_version` , `version` ( ) AS `mysql_version` ', 3, 1019579000, 74728000, 339859000, 475602000, 236000000, 0, 0, 0, 3, 3, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'dc2f4336b85e53b74b6ca977071cbc44', 'SELECT IF ( `isnull` ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `HOST` ) , ? , `performance_schema` . `events_waits_summary_by_host_by_event_name` . `HOST` ) AS `host` , `performance_schema` . `events_waits_summary_by_host_by_event_name` . `EVENT_NAME` AS `event` , `performance_schema` . `events_waits_summary_by_host_by_event_name` . `COUNT_STAR` AS `total` , `sys` . `format_time` ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `SUM_TIMER_WAIT` ) AS `total_latency` , `sys` . `format_time` ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `AVG_TIMER_WAIT` ) AS `avg_latency` , `sys` . `format_time` ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `MAX_TIMER_WAIT` ) AS `max_latency` FROM `performance_schema` . `events_waits_summary_by_host_by_event_name` WHERE ( ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `EVENT_NAME` != ? ) AND ( `performance_schema` . ', 3, 1352762000, 199523000, 450920000, 640668000, 237000000, 0, 0, 0, 7, 7, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '7bc27ef5313542916b9abc44c127f1c7', 'SELECT IF ( `isnull` ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `USER` ) , ? , `performance_schema` . `events_waits_summary_by_user_by_event_name` . `USER` ) AS `user` , `performance_schema` . `events_waits_summary_by_user_by_event_name` . `EVENT_NAME` AS `event` , `performance_schema` . `events_waits_summary_by_user_by_event_name` . `COUNT_STAR` AS `total` , `sys` . `format_time` ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `SUM_TIMER_WAIT` ) AS `total_latency` , `sys` . `format_time` ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `AVG_TIMER_WAIT` ) AS `avg_latency` , `sys` . `format_time` ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `MAX_TIMER_WAIT` ) AS `max_latency` FROM `performance_schema` . `events_waits_summary_by_user_by_event_name` WHERE ( ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `EVENT_NAME` != ? ) AND ( `performance_schema` . ', 3, 1390711000, 212429000, 463570000, 674106000, 239000000, 0, 0, 0, 7, 7, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '00a33fd13a748c30bf497b83037dfcc1', 'SELECT `performance_schema` . `events_waits_summary_global_by_event_name` . `EVENT_NAME` AS `events` , `performance_schema` . `events_waits_summary_global_by_event_name` . `COUNT_STAR` AS `total` , `sys` . `format_time` ( `performance_schema` . `events_waits_summary_global_by_event_name` . `SUM_TIMER_WAIT` ) AS `total_latency` , `sys` . `format_time` ( `performance_schema` . `events_waits_summary_global_by_event_name` . `AVG_TIMER_WAIT` ) AS `avg_latency` , `sys` . `format_time` ( `performance_schema` . `events_waits_summary_global_by_event_name` . `MAX_TIMER_WAIT` ) AS `max_latency` FROM `performance_schema` . `events_waits_summary_global_by_event_name` WHERE ( ( `performance_schema` . `events_waits_summary_global_by_event_name` . `EVENT_NAME` != ? ) AND ( `performance_schema` . `events_waits_summary_global_by_event_name` . `SUM_TIMER_WAIT` > ? ) ) ORDER BY `performance_schema` . `events_waits_summary_global_by_event_name` . `SUM_TIMER_WAIT` DESC ', 3, 1381655000, 196094000, 460551000, 696362000, 238000000, 0, 0, 0, 6, 6, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'bd301608bc81fec1eaab29b42f839b8b', 'SELECT `substring_index` ( `performance_schema` . `events_waits_summary_global_by_event_name` . `EVENT_NAME` , ?, ... ) AS `event_class` , SUM ( `performance_schema` . `events_waits_summary_global_by_event_name` . `COUNT_STAR` ) AS `total` , `sys` . `format_time` ( CAST ( SUM ( `performance_schema` . `events_waits_summary_global_by_event_name` . `SUM_TIMER_WAIT` ) AS UNSIGNED ) ) AS `total_latency` , `sys` . `format_time` ( MIN ( `performance_schema` . `events_waits_summary_global_by_event_name` . `MIN_TIMER_WAIT` ) ) AS `min_latency` , `sys` . `format_time` ( `ifnull` ( ( SUM ( `performance_schema` . `events_waits_summary_global_by_event_name` . `SUM_TIMER_WAIT` ) / `nullif` ( SUM ( `performance_schema` . `events_waits_summary_global_by_event_name` . `COUNT_STAR` ) , ? ) ) , ? ) ) AS `avg_latency` , `sys` . `format_time` ( CAST ( MAX ( `performance_schema` . `events_waits_summary_global_by_event_name` . `MAX_TIMER_WAIT` ) AS UNSIGNED ) ) AS `max_latency` FROM `performance_schema` . ', 3, 1613985000, 307480000, 537995000, 737056000, 239000000, 0, 0, 0, 7, 7, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '8d219c0dff78650c087a40b82c615251', 'SELECT `substring_index` ( `performance_schema` . `events_waits_summary_global_by_event_name` . `EVENT_NAME` , ?, ... ) AS `event_class` , SUM ( `performance_schema` . `events_waits_summary_global_by_event_name` . `COUNT_STAR` ) AS `total` , `sys` . `format_time` ( SUM ( `performance_schema` . `events_waits_summary_global_by_event_name` . `SUM_TIMER_WAIT` ) ) AS `total_latency` , `sys` . `format_time` ( MIN ( `performance_schema` . `events_waits_summary_global_by_event_name` . `MIN_TIMER_WAIT` ) ) AS `min_latency` , `sys` . `format_time` ( `ifnull` ( ( SUM ( `performance_schema` . `events_waits_summary_global_by_event_name` . `SUM_TIMER_WAIT` ) / `nullif` ( SUM ( `performance_schema` . `events_waits_summary_global_by_event_name` . `COUNT_STAR` ) , ? ) ) , ? ) ) AS `avg_latency` , `sys` . `format_time` ( MAX ( `performance_schema` . `events_waits_summary_global_by_event_name` . `MAX_TIMER_WAIT` ) ) AS `max_latency` FROM `performance_schema` . `events_waits_summary_global_by_event_name` WHERE ( ( ', 3, 1428247000, 226021000, 476082000, 667493000, 243000000, 0, 0, 0, 7, 7, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'a173343b3b331a180d5c2b3a205a50cc', 'SELECT IF ( `isnull` ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `HOST` ) , ? , `performance_schema` . `events_waits_summary_by_host_by_event_name` . `HOST` ) AS `host` , SUM ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `COUNT_STAR` ) AS `ios` , SUM ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `SUM_TIMER_WAIT` ) AS `io_latency` FROM `performance_schema` . `events_waits_summary_by_host_by_event_name` WHERE ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `EVENT_NAME` LIKE ? ) GROUP BY IF ( `isnull` ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `HOST` ) , ? , `performance_schema` . `events_waits_summary_by_host_by_event_name` . `HOST` ) ORDER BY SUM ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `SUM_TIMER_WAIT` ) DESC ', 3, 1228737000, 155561000, 409579000, 549365000, 238000000, 0, 0, 0, 4, 4, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '8c5bb386e3065253357740de2e293f44', 'SELECT IF ( `isnull` ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `HOST` ) , ? , `performance_schema` . `events_waits_summary_by_host_by_event_name` . `HOST` ) AS `host` , `performance_schema` . `events_waits_summary_by_host_by_event_name` . `EVENT_NAME` AS `event_name` , `performance_schema` . `events_waits_summary_by_host_by_event_name` . `COUNT_STAR` AS `total` , `performance_schema` . `events_waits_summary_by_host_by_event_name` . `SUM_TIMER_WAIT` AS `total_latency` , `performance_schema` . `events_waits_summary_by_host_by_event_name` . `MAX_TIMER_WAIT` AS `max_latency` FROM `performance_schema` . `events_waits_summary_by_host_by_event_name` WHERE ( ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `EVENT_NAME` LIKE ? ) AND ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `COUNT_STAR` > ? ) ) ORDER BY IF ( `isnull` ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `HOST` ) , ? , `performance_schema` . ', 3, 1329766000, 171302000, 443255000, 685294000, 246000000, 0, 0, 0, 6, 6, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '1c9a4685cd12c2277bc7035d5bffd9e4', 'SELECT IF ( `isnull` ( `performance_schema` . `events_stages_summary_by_host_by_event_name` . `HOST` ) , ? , `performance_schema` . `events_stages_summary_by_host_by_event_name` . `HOST` ) AS `host` , `performance_schema` . `events_stages_summary_by_host_by_event_name` . `EVENT_NAME` AS `event_name` , `performance_schema` . `events_stages_summary_by_host_by_event_name` . `COUNT_STAR` AS `total` , `performance_schema` . `events_stages_summary_by_host_by_event_name` . `SUM_TIMER_WAIT` AS `total_latency` , `performance_schema` . `events_stages_summary_by_host_by_event_name` . `AVG_TIMER_WAIT` AS `avg_latency` FROM `performance_schema` . `events_stages_summary_by_host_by_event_name` WHERE ( `performance_schema` . `events_stages_summary_by_host_by_event_name` . `SUM_TIMER_WAIT` != ? ) ORDER BY IF ( `isnull` ( `performance_schema` . `events_stages_summary_by_host_by_event_name` . `HOST` ) , ? , `performance_schema` . `events_stages_summary_by_host_by_event_name` . `HOST` ) , `performance_schema` . ', 3, 1373161000, 161171000, 457720000, 731102000, 236000000, 0, 0, 0, 6, 6, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'f3175ee7d5f7545968ade9b376cf3e27', 'SELECT IF ( `isnull` ( `performance_schema` . `events_statements_summary_by_host_by_event_name` . `HOST` ) , ? , `performance_schema` . `events_statements_summary_by_host_by_event_name` . `HOST` ) AS `host` , SUM ( `performance_schema` . `events_statements_summary_by_host_by_event_name` . `COUNT_STAR` ) AS `total` , SUM ( `performance_schema` . `events_statements_summary_by_host_by_event_name` . `SUM_TIMER_WAIT` ) AS `total_latency` , MAX ( `performance_schema` . `events_statements_summary_by_host_by_event_name` . `MAX_TIMER_WAIT` ) AS `max_latency` , SUM ( `performance_schema` . `events_statements_summary_by_host_by_event_name` . `SUM_LOCK_TIME` ) AS `lock_latency` , SUM ( `performance_schema` . `events_statements_summary_by_host_by_event_name` . `SUM_ROWS_SENT` ) AS `rows_sent` , SUM ( `performance_schema` . `events_statements_summary_by_host_by_event_name` . `SUM_ROWS_EXAMINED` ) AS `rows_examined` , SUM ( `performance_schema` . `events_statements_summary_by_host_by_event_name` . ', 3, 1435445000, 264465000, 478481000, 656918000, 236000000, 0, 0, 0, 10, 10, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '9899e8e9413a911bc1dbcf57e22564a3', 'SELECT IF ( `isnull` ( `performance_schema` . `events_statements_summary_by_host_by_event_name` . `HOST` ) , ? , `performance_schema` . `events_statements_summary_by_host_by_event_name` . `HOST` ) AS `host` , `substring_index` ( `performance_schema` . `events_statements_summary_by_host_by_event_name` . `EVENT_NAME` , ? , - (?) ) AS `statement` , `performance_schema` . `events_statements_summary_by_host_by_event_name` . `COUNT_STAR` AS `total` , `performance_schema` . `events_statements_summary_by_host_by_event_name` . `SUM_TIMER_WAIT` AS `total_latency` , `performance_schema` . `events_statements_summary_by_host_by_event_name` . `MAX_TIMER_WAIT` AS `max_latency` , `performance_schema` . `events_statements_summary_by_host_by_event_name` . `SUM_LOCK_TIME` AS `lock_latency` , `performance_schema` . `events_statements_summary_by_host_by_event_name` . `SUM_ROWS_SENT` AS `rows_sent` , `performance_schema` . `events_statements_summary_by_host_by_event_name` . `SUM_ROWS_EXAMINED` AS ', 3, 1459691000, 224508000, 486563000, 659689000, 239000000, 0, 0, 0, 11, 11, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '70debe941561ff667849ff1b817cab8a', 'SELECT IF ( ( `locate` ( ? , `ibp` . `TABLE_NAME` ) = ? ) , ? , REPLACE ( `substring_index` ( `ibp` . `TABLE_NAME` , ?, ... ) , ?, ... ) ) AS `object_schema` , SUM ( IF ( ( `ibp` . `COMPRESSED_SIZE` = ? ) , ? , `ibp` . `COMPRESSED_SIZE` ) ) AS `allocated` , SUM ( `ibp` . `DATA_SIZE` ) AS `data` , COUNT ( `ibp` . `PAGE_NUMBER` ) AS `pages` , COUNT ( IF ( ( `ibp` . `IS_HASHED` = ? ) , ?, ... ) ) AS `pages_hashed` , COUNT ( IF ( ( `ibp` . `IS_OLD` = ? ) , ?, ... ) ) AS `pages_old` , `round` ( `ifnull` ( ( SUM ( `ibp` . `NUMBER_RECORDS` ) / `nullif` ( COUNT ( DISTINCTROW `ibp` . `INDEX_NAME` ) , ? ) ) , ? ) , ? ) AS `rows_cached` FROM `information_schema` . `innodb_buffer_page` `ibp` WHERE ( `ibp` . `TABLE_NAME` IS NOT NULL ) GROUP BY `object_schema` ORDER BY SUM ( IF ( ( `ibp` . `COMPRESSED_SIZE` = ? ) , ? , `ibp` . `COMPRESSED_SIZE` ) ) DESC ', 3, 1464008000, 227492000, 488002000, 683144000, 238000000, 0, 0, 0, 8, 8, 1, 7, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '14dffe20ca2d8119f657675e1342f852', 'SELECT `r` . `trx_wait_started` AS `wait_started` , `timediff` ( NOW ( ) , `r` . `trx_wait_started` ) AS `wait_age` , TIMESTAMPDIFF ( SQL_TSI_SECOND , `r` . `trx_wait_started` , NOW ( ) ) AS `wait_age_secs` , `rl` . `lock_table` AS `locked_table` , `rl` . `lock_index` AS `locked_index` , `rl` . `lock_type` AS `locked_type` , `r` . `trx_id` AS `waiting_trx_id` , `r` . `trx_started` AS `waiting_trx_started` , `timediff` ( NOW ( ) , `r` . `trx_started` ) AS `waiting_trx_age` , `r` . `trx_rows_locked` AS `waiting_trx_rows_locked` , `r` . `trx_rows_modified` AS `waiting_trx_rows_modified` , `r` . `trx_mysql_thread_id` AS `waiting_pid` , `r` . `trx_query` AS `waiting_query` , `rl` . `lock_id` AS `waiting_lock_id` , `rl` . `lock_mode` AS `waiting_lock_mode` , `b` . `trx_id` AS `blocking_trx_id` , `b` . `trx_mysql_thread_id` AS `blocking_pid` , `b` . `trx_query` AS `blocking_query` , `bl` . `lock_id` AS `blocking_lock_id` , `bl` . `lock_mode` AS `blocking_lock_mode` , `b` . `trx_started` AS ', 3, 2222292000, 338366000, 740764000, 1167846000, 303000000, 0, 0, 0, 27, 27, 1, 19, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '3621791a16b581e1766f1bd365394c55', 'SELECT IF ( `isnull` ( `performance_schema` . `threads` . `PROCESSLIST_ID` ) , `substring_index` ( `performance_schema` . `threads` . `NAME` , ? , - (?) ) , `concat` ( `performance_schema` . `threads` . `PROCESSLIST_USER` , ? , `performance_schema` . `threads` . `PROCESSLIST_HOST` ) ) AS `user` , SUM ( `performance_schema` . `events_waits_summary_by_thread_by_event_name` . `COUNT_STAR` ) AS `total` , SUM ( `performance_schema` . `events_waits_summary_by_thread_by_event_name` . `SUM_TIMER_WAIT` ) AS `total_latency` , MIN ( `performance_schema` . `events_waits_summary_by_thread_by_event_name` . `MIN_TIMER_WAIT` ) AS `min_latency` , AVG ( `performance_schema` . `events_waits_summary_by_thread_by_event_name` . `AVG_TIMER_WAIT` ) AS `avg_latency` , MAX ( `performance_schema` . `events_waits_summary_by_thread_by_event_name` . `MAX_TIMER_WAIT` ) AS `max_latency` , `performance_schema` . `events_waits_summary_by_thread_by_event_name` . `THREAD_ID` AS `thread_id` , `performance_schema` . `threads` . ', 3, 1603586000, 275709000, 534528000, 736848000, 286000000, 0, 0, 0, 9, 9, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'f290965d928072791712c5d00cc1662f', 'SELECT `performance_schema` . `file_summary_by_instance` . `FILE_NAME` AS `file` , `performance_schema` . `file_summary_by_instance` . `COUNT_READ` AS `count_read` , `performance_schema` . `file_summary_by_instance` . `SUM_NUMBER_OF_BYTES_READ` AS `total_read` , `ifnull` ( ( `performance_schema` . `file_summary_by_instance` . `SUM_NUMBER_OF_BYTES_READ` / `nullif` ( `performance_schema` . `file_summary_by_instance` . `COUNT_READ` , ? ) ) , ? ) AS `avg_read` , `performance_schema` . `file_summary_by_instance` . `COUNT_WRITE` AS `count_write` , `performance_schema` . `file_summary_by_instance` . `SUM_NUMBER_OF_BYTES_WRITE` AS `total_written` , `ifnull` ( ( `performance_schema` . `file_summary_by_instance` . `SUM_NUMBER_OF_BYTES_WRITE` / `nullif` ( `performance_schema` . `file_summary_by_instance` . `COUNT_WRITE` , ? ) ) , ? ) AS `avg_write` , ( `performance_schema` . `file_summary_by_instance` . `SUM_NUMBER_OF_BYTES_READ` + `performance_schema` . `file_summary_by_instance` . ', 3, 1478790000, 216837000, 492930000, 727250000, 241000000, 0, 0, 0, 10, 10, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, 'ecc8b9db4463a60a553855543c60dc24', 'SELECT `performance_schema` . `file_summary_by_instance` . `FILE_NAME` AS `file` , `performance_schema` . `file_summary_by_instance` . `COUNT_STAR` AS `total` , `performance_schema` . `file_summary_by_instance` . `SUM_TIMER_WAIT` AS `total_latency` , `performance_schema` . `file_summary_by_instance` . `COUNT_READ` AS `count_read` , `performance_schema` . `file_summary_by_instance` . `SUM_TIMER_READ` AS `read_latency` , `performance_schema` . `file_summary_by_instance` . `COUNT_WRITE` AS `count_write` , `performance_schema` . `file_summary_by_instance` . `SUM_TIMER_WRITE` AS `write_latency` , `performance_schema` . `file_summary_by_instance` . `COUNT_MISC` AS `count_misc` , `performance_schema` . `file_summary_by_instance` . `SUM_TIMER_MISC` AS `misc_latency` FROM `performance_schema` . `file_summary_by_instance` ORDER BY `performance_schema` . `file_summary_by_instance` . `SUM_TIMER_WAIT` DESC ', 3, 1217037000, 135514000, 405679000, 629886000, 251000000, 0, 0, 0, 10, 10, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:55', '2018-10-04 12:13:56'),
(NULL, '8ce749695379212297ea58f7b09bab45', 'SELECT `substring_index` ( `performance_schema` . `file_summary_by_event_name` . `EVENT_NAME` , ? , - (?) ) AS `event_name` , `performance_schema` . `file_summary_by_event_name` . `COUNT_STAR` AS `total` , `performance_schema` . `file_summary_by_event_name` . `SUM_TIMER_WAIT` AS `total_latency` , `performance_schema` . `file_summary_by_event_name` . `MIN_TIMER_WAIT` AS `min_latency` , `performance_schema` . `file_summary_by_event_name` . `AVG_TIMER_WAIT` AS `avg_latency` , `performance_schema` . `file_summary_by_event_name` . `MAX_TIMER_WAIT` AS `max_latency` , `performance_schema` . `file_summary_by_event_name` . `COUNT_READ` AS `count_read` , `performance_schema` . `file_summary_by_event_name` . `SUM_NUMBER_OF_BYTES_READ` AS `total_read` , `ifnull` ( ( `performance_schema` . `file_summary_by_event_name` . `SUM_NUMBER_OF_BYTES_READ` / `nullif` ( `performance_schema` . `file_summary_by_event_name` . `COUNT_READ` , ? ) ) , ? ) AS `avg_read` , `performance_schema` . ', 3, 1674761000, 224810000, 558253000, 885554000, 265000000, 0, 0, 0, 14, 14, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:56', '2018-10-04 12:13:56'),
(NULL, '725f7e954c7df0d02eeaccd44bd0ec40', 'SELECT `substring_index` ( `performance_schema` . `file_summary_by_event_name` . `EVENT_NAME` , ? , - (?) ) AS `event_name` , `performance_schema` . `file_summary_by_event_name` . `COUNT_STAR` AS `total` , `performance_schema` . `file_summary_by_event_name` . `SUM_TIMER_WAIT` AS `total_latency` , `performance_schema` . `file_summary_by_event_name` . `AVG_TIMER_WAIT` AS `avg_latency` , `performance_schema` . `file_summary_by_event_name` . `MAX_TIMER_WAIT` AS `max_latency` , `performance_schema` . `file_summary_by_event_name` . `SUM_TIMER_READ` AS `read_latency` , `performance_schema` . `file_summary_by_event_name` . `SUM_TIMER_WRITE` AS `write_latency` , `performance_schema` . `file_summary_by_event_name` . `SUM_TIMER_MISC` AS `misc_latency` , `performance_schema` . `file_summary_by_event_name` . `COUNT_READ` AS `count_read` , `performance_schema` . `file_summary_by_event_name` . `SUM_NUMBER_OF_BYTES_READ` AS `total_read` , `ifnull` ( ( `performance_schema` . ', 3, 1431326000, 215850000, 477108000, 712041000, 237000000, 0, 0, 0, 15, 15, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:56', '2018-10-04 12:13:56'),
(NULL, 'af698aa32baceb0ae737de94d9ccf28a', 'SELECT IF ( `isnull` ( `information_schema` . `processlist` . `ID` ) , `concat` ( `substring_index` ( `performance_schema` . `threads` . `NAME` , ? , - (?) ) , ? , `performance_schema` . `events_waits_history_long` . `THREAD_ID` ) , `concat` ( `information_schema` . `processlist` . `USER` , ? , `information_schema` . `processlist` . `HOST` , ? , `information_schema` . `processlist` . `ID` ) ) AS `thread` , `performance_schema` . `events_waits_history_long` . `OBJECT_NAME` AS `file` , `performance_schema` . `events_waits_history_long` . `TIMER_WAIT` AS `latency` , `performance_schema` . `events_waits_history_long` . `OPERATION` AS `operation` , `performance_schema` . `events_waits_history_long` . `NUMBER_OF_BYTES` AS `requested` FROM ( ( `performance_schema` . `events_waits_history_long` JOIN `performance_schema` . `threads` ON ( ( `performance_schema` . `events_waits_history_long` . `THREAD_ID` = `performance_schema` . `threads` . `THREAD_ID` ) ) ) LEFT JOIN `information_schema` . ', 3, 1931132000, 363671000, 643710000, 815418000, 225000000, 0, 0, 0, 6, 6, 4, 7, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:56', '2018-10-04 12:13:56'),
(NULL, '7597c987b3732f629d4642e8f3b999d8', 'SELECT `performance_schema` . `memory_summary_global_by_event_name` . `EVENT_NAME` AS `event_name` , `performance_schema` . `memory_summary_global_by_event_name` . `CURRENT_COUNT_USED` AS `current_count` , `performance_schema` . `memory_summary_global_by_event_name` . `CURRENT_NUMBER_OF_BYTES_USED` AS `current_alloc` , `ifnull` ( ( `performance_schema` . `memory_summary_global_by_event_name` . `CURRENT_NUMBER_OF_BYTES_USED` / `nullif` ( `performance_schema` . `memory_summary_global_by_event_name` . `CURRENT_COUNT_USED` , ? ) ) , ? ) AS `current_avg_alloc` , `performance_schema` . `memory_summary_global_by_event_name` . `HIGH_COUNT_USED` AS `high_count` , `performance_schema` . `memory_summary_global_by_event_name` . `HIGH_NUMBER_OF_BYTES_USED` AS `high_alloc` , `ifnull` ( ( `performance_schema` . `memory_summary_global_by_event_name` . `HIGH_NUMBER_OF_BYTES_USED` / `nullif` ( `performance_schema` . `memory_summary_global_by_event_name` . `HIGH_COUNT_USED` , ? ) ) , ? ) AS ', 3, 1335917000, 173480000, 445305000, 670437000, 262000000, 0, 0, 0, 8, 8, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:56', '2018-10-04 12:13:56'),
(NULL, '72689c483398f8adc8bded2a8c063811', 'SELECT SUM ( `performance_schema` . `memory_summary_global_by_event_name` . `CURRENT_NUMBER_OF_BYTES_USED` ) AS `total_allocated` FROM `performance_schema` . `memory_summary_global_by_event_name` ', 3, 1078285000, 95604000, 359428000, 549896000, 275000000, 0, 0, 0, 2, 2, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:56', '2018-10-04 12:13:56'),
(NULL, 'a6ce5cd6388ab865b62f75c710f54f03', 'SELECT `performance_schema` . `table_io_waits_summary_by_index_usage` . `OBJECT_SCHEMA` AS `table_schema` , `performance_schema` . `table_io_waits_summary_by_index_usage` . `OBJECT_NAME` AS `table_name` , `performance_schema` . `table_io_waits_summary_by_index_usage` . `INDEX_NAME` AS `index_name` , `performance_schema` . `table_io_waits_summary_by_index_usage` . `COUNT_FETCH` AS `rows_selected` , `performance_schema` . `table_io_waits_summary_by_index_usage` . `SUM_TIMER_FETCH` AS `select_latency` , `performance_schema` . `table_io_waits_summary_by_index_usage` . `COUNT_INSERT` AS `rows_inserted` , `performance_schema` . `table_io_waits_summary_by_index_usage` . `SUM_TIMER_INSERT` AS `insert_latency` , `performance_schema` . `table_io_waits_summary_by_index_usage` . `COUNT_UPDATE` AS `rows_updated` , `performance_schema` . `table_io_waits_summary_by_index_usage` . `SUM_TIMER_UPDATE` AS `update_latency` , `performance_schema` . `table_io_waits_summary_by_index_usage` . `COUNT_DELETE` ', 3, 1383937000, 165804000, 461312000, 726691000, 243000000, 0, 0, 0, 12, 12, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:56', '2018-10-04 12:13:56'),
(NULL, 'cc292561131e4dd71e6e6559c30b25d7', 'SELECT `performance_schema` . `table_io_waits_summary_by_index_usage` . `OBJECT_SCHEMA` AS `object_schema` , `performance_schema` . `table_io_waits_summary_by_index_usage` . `OBJECT_NAME` AS `object_name` , `performance_schema` . `table_io_waits_summary_by_index_usage` . `COUNT_READ` AS `rows_full_scanned` , `performance_schema` . `table_io_waits_summary_by_index_usage` . `SUM_TIMER_WAIT` AS `latency` FROM `performance_schema` . `table_io_waits_summary_by_index_usage` WHERE ( `isnull` ( `performance_schema` . `table_io_waits_summary_by_index_usage` . `INDEX_NAME` ) AND ( `performance_schema` . `table_io_waits_summary_by_index_usage` . `COUNT_READ` > ? ) ) ORDER BY `performance_schema` . `table_io_waits_summary_by_index_usage` . `COUNT_READ` DESC ', 3, 1212679000, 140174000, 404226000, 620605000, 239000000, 0, 0, 0, 5, 5, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:56', '2018-10-04 12:13:56'),
(NULL, '56e3581496b5da2167a787f93132b511', 'SELECT `g` . `OBJECT_SCHEMA` AS `object_schema` , `g` . `OBJECT_NAME` AS `object_name` , `pt` . `THREAD_ID` AS `waiting_thread_id` , `pt` . `PROCESSLIST_ID` AS `waiting_pid` , `sys` . `ps_thread_account` ( `p` . `OWNER_THREAD_ID` ) AS `waiting_account` , `p` . `LOCK_TYPE` AS `waiting_lock_type` , `p` . `LOCK_DURATION` AS `waiting_lock_duration` , `pt` . `PROCESSLIST_INFO` AS `waiting_query` , `pt` . `PROCESSLIST_TIME` AS `waiting_query_secs` , `ps` . `ROWS_AFFECTED` AS `waiting_query_rows_affected` , `ps` . `ROWS_EXAMINED` AS `waiting_query_rows_examined` , `gt` . `THREAD_ID` AS `blocking_thread_id` , `gt` . `PROCESSLIST_ID` AS `blocking_pid` , `sys` . `ps_thread_account` ( `g` . `OWNER_THREAD_ID` ) AS `blocking_account` , `g` . `LOCK_TYPE` AS `blocking_lock_type` , `g` . `LOCK_DURATION` AS `blocking_lock_duration` , `concat` ( ? , `gt` . `PROCESSLIST_ID` ) AS `sql_kill_blocking_query` , `concat` ( ? , `gt` . `PROCESSLIST_ID` ) AS `sql_kill_blocking_connection` FROM ( ( ( ( ', 3, 1985330000, 290261000, 661776000, 1020692000, 264000000, 0, 0, 0, 19, 19, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:56', '2018-10-04 12:13:56'),
(NULL, '496957c1c3435b224b7740c1e733937f', 'SELECT `performance_schema` . `events_statements_summary_by_digest` . `DIGEST_TEXT` AS `query` , `performance_schema` . `events_statements_summary_by_digest` . `SCHEMA_NAME` AS `db` , `performance_schema` . `events_statements_summary_by_digest` . `COUNT_STAR` AS `exec_count` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_ERRORS` AS `errors` , ( `ifnull` ( ( `performance_schema` . `events_statements_summary_by_digest` . `SUM_ERRORS` / `nullif` ( `performance_schema` . `events_statements_summary_by_digest` . `COUNT_STAR` , ? ) ) , ? ) * ? ) AS `error_pct` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_WARNINGS` AS `warnings` , ( `ifnull` ( ( `performance_schema` . `events_statements_summary_by_digest` . `SUM_WARNINGS` / `nullif` ( `performance_schema` . `events_statements_summary_by_digest` . `COUNT_STAR` , ? ) ) , ? ) * ? ) AS `warning_pct` , `performance_schema` . `events_statements_summary_by_digest` . `FIRST_SEEN` AS `first_seen` , ', 3, 1498191000, 203006000, 499397000, 742237000, 281000000, 0, 0, 0, 11, 11, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:56', '2018-10-04 12:13:56'),
(NULL, '39c05d965985550166a6486ed56c541c', 'SELECT `performance_schema` . `events_statements_summary_by_digest` . `DIGEST_TEXT` AS `query` , `performance_schema` . `events_statements_summary_by_digest` . `SCHEMA_NAME` AS `db` , `performance_schema` . `events_statements_summary_by_digest` . `COUNT_STAR` AS `exec_count` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_TIMER_WAIT` AS `total_latency` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_NO_INDEX_USED` AS `no_index_used_count` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_NO_GOOD_INDEX_USED` AS `no_good_index_used_count` , `round` ( ( `ifnull` ( ( `performance_schema` . `events_statements_summary_by_digest` . `SUM_NO_INDEX_USED` / `nullif` ( `performance_schema` . `events_statements_summary_by_digest` . `COUNT_STAR` , ? ) ) , ? ) * ? ) , ? ) AS `no_index_used_pct` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_ROWS_SENT` AS `rows_sent` , `performance_schema` . ', 3, 1684964000, 261602000, 561654000, 836114000, 306000000, 0, 0, 0, 15, 15, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:56', '2018-10-04 12:13:56'),
(NULL, 'e496651fb706cd0bba3e9bc5e0e4b609', 'SELECT `performance_schema` . `events_statements_summary_by_digest` . `DIGEST_TEXT` AS `query` , `performance_schema` . `events_statements_summary_by_digest` . `SCHEMA_NAME` AS `db` , `performance_schema` . `events_statements_summary_by_digest` . `COUNT_STAR` AS `exec_count` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_TIMER_WAIT` AS `total_latency` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_SORT_MERGE_PASSES` AS `sort_merge_passes` , `round` ( `ifnull` ( ( `performance_schema` . `events_statements_summary_by_digest` . `SUM_SORT_MERGE_PASSES` / `nullif` ( `performance_schema` . `events_statements_summary_by_digest` . `COUNT_STAR` , ? ) ) , ? ) , ? ) AS `avg_sort_merges` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_SORT_SCAN` AS `sorts_using_scans` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_SORT_RANGE` AS `sort_using_range` , `performance_schema` . ', 3, 1590204000, 210647000, 530068000, 723609000, 247000000, 0, 0, 0, 14, 14, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:56', '2018-10-04 12:13:56'),
(NULL, 'b32de8cea472559b1838df1224214386', 'SELECT `performance_schema` . `events_statements_summary_by_digest` . `DIGEST_TEXT` AS `query` , `performance_schema` . `events_statements_summary_by_digest` . `SCHEMA_NAME` AS `db` , `performance_schema` . `events_statements_summary_by_digest` . `COUNT_STAR` AS `exec_count` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_TIMER_WAIT` AS `total_latency` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_CREATED_TMP_TABLES` AS `memory_tmp_tables` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_CREATED_TMP_DISK_TABLES` AS `disk_tmp_tables` , `round` ( `ifnull` ( ( `performance_schema` . `events_statements_summary_by_digest` . `SUM_CREATED_TMP_TABLES` / `nullif` ( `performance_schema` . `events_statements_summary_by_digest` . `COUNT_STAR` , ? ) ) , ? ) , ? ) AS `avg_tmp_tables_per_query` , `round` ( ( `ifnull` ( ( `performance_schema` . `events_statements_summary_by_digest` . `SUM_CREATED_TMP_DISK_TABLES` / `nullif` ( ', 3, 1527292000, 222696000, 509097000, 787871000, 312000000, 0, 0, 0, 12, 12, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:56', '2018-10-04 12:13:56'),
(NULL, '5b4b6e9e11f62131931e0bac62dfb073', 'SELECT `performance_schema` . `events_statements_summary_by_digest` . `DIGEST_TEXT` AS `query` , `performance_schema` . `events_statements_summary_by_digest` . `SCHEMA_NAME` AS `db` , IF ( ( ( `performance_schema` . `events_statements_summary_by_digest` . `SUM_NO_GOOD_INDEX_USED` > ? ) OR ( `performance_schema` . `events_statements_summary_by_digest` . `SUM_NO_INDEX_USED` > ? ) ) , ?, ... ) AS `full_scan` , `performance_schema` . `events_statements_summary_by_digest` . `COUNT_STAR` AS `exec_count` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_ERRORS` AS `err_count` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_WARNINGS` AS `warn_count` , `performance_schema` . `events_statements_summary_by_digest` . `SUM_TIMER_WAIT` AS `total_latency` , `performance_schema` . `events_statements_summary_by_digest` . `MAX_TIMER_WAIT` AS `max_latency` , `performance_schema` . `events_statements_summary_by_digest` . `AVG_TIMER_WAIT` AS `avg_latency` , ', 3, 1874145000, 299381000, 624715000, 988355000, 233000000, 0, 0, 0, 24, 24, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:56', '2018-10-04 12:13:56'),
(NULL, 'e4ac93ad47622960ec2e3c13b3493464', 'SELECT IF ( `isnull` ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `USER` ) , ? , `performance_schema` . `events_waits_summary_by_user_by_event_name` . `USER` ) AS `user` , SUM ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `COUNT_STAR` ) AS `ios` , SUM ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `SUM_TIMER_WAIT` ) AS `io_latency` FROM `performance_schema` . `events_waits_summary_by_user_by_event_name` WHERE ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `EVENT_NAME` LIKE ? ) GROUP BY IF ( `isnull` ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `USER` ) , ? , `performance_schema` . `events_waits_summary_by_user_by_event_name` . `USER` ) ORDER BY SUM ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `SUM_TIMER_WAIT` ) DESC ', 3, 1238952000, 178667000, 412984000, 568638000, 243000000, 0, 0, 0, 4, 4, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:56', '2018-10-04 12:13:56'),
(NULL, 'b288147af5cddb6d9978a56c8d7aecb1', 'SELECT IF ( `isnull` ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `USER` ) , ? , `performance_schema` . `events_waits_summary_by_user_by_event_name` . `USER` ) AS `user` , `performance_schema` . `events_waits_summary_by_user_by_event_name` . `EVENT_NAME` AS `event_name` , `performance_schema` . `events_waits_summary_by_user_by_event_name` . `COUNT_STAR` AS `total` , `performance_schema` . `events_waits_summary_by_user_by_event_name` . `SUM_TIMER_WAIT` AS `latency` , `performance_schema` . `events_waits_summary_by_user_by_event_name` . `MAX_TIMER_WAIT` AS `max_latency` FROM `performance_schema` . `events_waits_summary_by_user_by_event_name` WHERE ( ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `EVENT_NAME` LIKE ? ) AND ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `COUNT_STAR` > ? ) ) ORDER BY IF ( `isnull` ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `USER` ) , ? , `performance_schema` . ', 3, 1307875000, 171656000, 435958000, 651763000, 294000000, 0, 0, 0, 6, 6, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:56', '2018-10-04 12:13:56'),
(NULL, '3ea83679fe11cf5259bf956f922202f2', 'SELECT IF ( `isnull` ( `performance_schema` . `events_stages_summary_by_user_by_event_name` . `USER` ) , ? , `performance_schema` . `events_stages_summary_by_user_by_event_name` . `USER` ) AS `user` , `performance_schema` . `events_stages_summary_by_user_by_event_name` . `EVENT_NAME` AS `event_name` , `performance_schema` . `events_stages_summary_by_user_by_event_name` . `COUNT_STAR` AS `total` , `performance_schema` . `events_stages_summary_by_user_by_event_name` . `SUM_TIMER_WAIT` AS `total_latency` , `performance_schema` . `events_stages_summary_by_user_by_event_name` . `AVG_TIMER_WAIT` AS `avg_latency` FROM `performance_schema` . `events_stages_summary_by_user_by_event_name` WHERE ( `performance_schema` . `events_stages_summary_by_user_by_event_name` . `SUM_TIMER_WAIT` != ? ) ORDER BY IF ( `isnull` ( `performance_schema` . `events_stages_summary_by_user_by_event_name` . `USER` ) , ? , `performance_schema` . `events_stages_summary_by_user_by_event_name` . `USER` ) , `performance_schema` . ', 3, 1354890000, 161764000, 451630000, 706364000, 238000000, 0, 0, 0, 6, 6, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:56', '2018-10-04 12:13:56'),
(NULL, '4eda4199618f858c99f8be5c00cbf860', 'SELECT IF ( `isnull` ( `performance_schema` . `events_statements_summary_by_user_by_event_name` . `USER` ) , ? , `performance_schema` . `events_statements_summary_by_user_by_event_name` . `USER` ) AS `user` , SUM ( `performance_schema` . `events_statements_summary_by_user_by_event_name` . `COUNT_STAR` ) AS `total` , SUM ( `performance_schema` . `events_statements_summary_by_user_by_event_name` . `SUM_TIMER_WAIT` ) AS `total_latency` , SUM ( `performance_schema` . `events_statements_summary_by_user_by_event_name` . `MAX_TIMER_WAIT` ) AS `max_latency` , SUM ( `performance_schema` . `events_statements_summary_by_user_by_event_name` . `SUM_LOCK_TIME` ) AS `lock_latency` , SUM ( `performance_schema` . `events_statements_summary_by_user_by_event_name` . `SUM_ROWS_SENT` ) AS `rows_sent` , SUM ( `performance_schema` . `events_statements_summary_by_user_by_event_name` . `SUM_ROWS_EXAMINED` ) AS `rows_examined` , SUM ( `performance_schema` . `events_statements_summary_by_user_by_event_name` . ', 3, 1343303000, 200668000, 447767000, 641718000, 238000000, 0, 0, 0, 10, 10, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:56', '2018-10-04 12:13:56');
INSERT INTO `events_statements_summary_by_digest` (`SCHEMA_NAME`, `DIGEST`, `DIGEST_TEXT`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`, `FIRST_SEEN`, `LAST_SEEN`) VALUES
(NULL, '76699173991eebf49ae3dda2be4e8f53', 'SELECT IF ( `isnull` ( `performance_schema` . `events_statements_summary_by_user_by_event_name` . `USER` ) , ? , `performance_schema` . `events_statements_summary_by_user_by_event_name` . `USER` ) AS `user` , `substring_index` ( `performance_schema` . `events_statements_summary_by_user_by_event_name` . `EVENT_NAME` , ? , - (?) ) AS `statement` , `performance_schema` . `events_statements_summary_by_user_by_event_name` . `COUNT_STAR` AS `total` , `performance_schema` . `events_statements_summary_by_user_by_event_name` . `SUM_TIMER_WAIT` AS `total_latency` , `performance_schema` . `events_statements_summary_by_user_by_event_name` . `MAX_TIMER_WAIT` AS `max_latency` , `performance_schema` . `events_statements_summary_by_user_by_event_name` . `SUM_LOCK_TIME` AS `lock_latency` , `performance_schema` . `events_statements_summary_by_user_by_event_name` . `SUM_ROWS_SENT` AS `rows_sent` , `performance_schema` . `events_statements_summary_by_user_by_event_name` . `SUM_ROWS_EXAMINED` AS ', 3, 1459261000, 213751000, 486420000, 716826000, 246000000, 0, 0, 0, 11, 11, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:56', '2018-10-04 12:13:56'),
(NULL, '3ac26e39db7d1c84f953b43d7e593632', 'SELECT IF ( `isnull` ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `HOST` ) , ? , `performance_schema` . `events_waits_summary_by_host_by_event_name` . `HOST` ) AS `host` , `performance_schema` . `events_waits_summary_by_host_by_event_name` . `EVENT_NAME` AS `event` , `performance_schema` . `events_waits_summary_by_host_by_event_name` . `COUNT_STAR` AS `total` , `performance_schema` . `events_waits_summary_by_host_by_event_name` . `SUM_TIMER_WAIT` AS `total_latency` , `performance_schema` . `events_waits_summary_by_host_by_event_name` . `AVG_TIMER_WAIT` AS `avg_latency` , `performance_schema` . `events_waits_summary_by_host_by_event_name` . `MAX_TIMER_WAIT` AS `max_latency` FROM `performance_schema` . `events_waits_summary_by_host_by_event_name` WHERE ( ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `EVENT_NAME` != ? ) AND ( `performance_schema` . `events_waits_summary_by_host_by_event_name` . `SUM_TIMER_WAIT` > ? ) ) ORDER BY IF ( `isnull` ( ', 3, 1359028000, 176521000, 453009000, 683154000, 238000000, 0, 0, 0, 7, 7, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:56', '2018-10-04 12:13:56'),
(NULL, '46dccd5285e08c22c1583a4218d02dbe', 'SELECT IF ( `isnull` ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `USER` ) , ? , `performance_schema` . `events_waits_summary_by_user_by_event_name` . `USER` ) AS `user` , `performance_schema` . `events_waits_summary_by_user_by_event_name` . `EVENT_NAME` AS `event` , `performance_schema` . `events_waits_summary_by_user_by_event_name` . `COUNT_STAR` AS `total` , `performance_schema` . `events_waits_summary_by_user_by_event_name` . `SUM_TIMER_WAIT` AS `total_latency` , `performance_schema` . `events_waits_summary_by_user_by_event_name` . `AVG_TIMER_WAIT` AS `avg_latency` , `performance_schema` . `events_waits_summary_by_user_by_event_name` . `MAX_TIMER_WAIT` AS `max_latency` FROM `performance_schema` . `events_waits_summary_by_user_by_event_name` WHERE ( ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `EVENT_NAME` != ? ) AND ( `performance_schema` . `events_waits_summary_by_user_by_event_name` . `USER` IS NOT NULL ) AND ( `performance_schema` . ', 3, 1278875000, 182217000, 426291000, 621038000, 241000000, 0, 0, 0, 7, 7, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:56', '2018-10-04 12:13:56'),
(NULL, '0777f5fb19c1c948f63a61c7df1778a2', 'SELECT `performance_schema` . `events_waits_summary_global_by_event_name` . `EVENT_NAME` AS `events` , `performance_schema` . `events_waits_summary_global_by_event_name` . `COUNT_STAR` AS `total` , `performance_schema` . `events_waits_summary_global_by_event_name` . `SUM_TIMER_WAIT` AS `total_latency` , `performance_schema` . `events_waits_summary_global_by_event_name` . `AVG_TIMER_WAIT` AS `avg_latency` , `performance_schema` . `events_waits_summary_global_by_event_name` . `MAX_TIMER_WAIT` AS `max_latency` FROM `performance_schema` . `events_waits_summary_global_by_event_name` WHERE ( ( `performance_schema` . `events_waits_summary_global_by_event_name` . `EVENT_NAME` != ? ) AND ( `performance_schema` . `events_waits_summary_global_by_event_name` . `SUM_TIMER_WAIT` > ? ) ) ORDER BY `performance_schema` . `events_waits_summary_global_by_event_name` . `SUM_TIMER_WAIT` DESC ', 3, 1305016000, 146180000, 435005000, 690229000, 237000000, 0, 0, 0, 6, 6, 1, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, '2018-10-04 12:13:56', '2018-10-04 12:13:56'),
(NULL, '3f471992fa1e8479d7a67a5f98b9dcd8', 'SELECT `substring_index` ( `performance_schema` . `events_waits_summary_global_by_event_name` . `EVENT_NAME` , ?, ... ) AS `event_class` , SUM ( `performance_schema` . `events_waits_summary_global_by_event_name` . `COUNT_STAR` ) AS `total` , SUM ( `performance_schema` . `events_waits_summary_global_by_event_name` . `SUM_TIMER_WAIT` ) AS `total_latency` , MIN ( `performance_schema` . `events_waits_summary_global_by_event_name` . `MIN_TIMER_WAIT` ) AS `min_latency` , `ifnull` ( ( SUM ( `performance_schema` . `events_waits_summary_global_by_event_name` . `SUM_TIMER_WAIT` ) / `nullif` ( SUM ( `performance_schema` . `events_waits_summary_global_by_event_name` . `COUNT_STAR` ) , ? ) ) , ? ) AS `avg_latency` , MAX ( `performance_schema` . `events_waits_summary_global_by_event_name` . `MAX_TIMER_WAIT` ) AS `max_latency` FROM `performance_schema` . `events_waits_summary_global_by_event_name` WHERE ( ( `performance_schema` . `events_waits_summary_global_by_event_name` . `SUM_TIMER_WAIT` > ? ) AND ( `performance_schema` ', 6, 2785184000, 209946000, 464197000, 633735000, 495000000, 0, 0, 0, 14, 14, 2, 8, 0, 0, 0, 0, 4, 0, 0, 0, 0, 4, 0, '2018-10-04 12:13:56', '2018-10-04 12:13:56'),
('sync', '9e6c2e8443b41c4bf7e903b11d622234', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC ', 1, 3677583000, 3677583000, 3677583000, 3677583000, 161000000, 0, 0, 0, 12, 24, 0, 1, 0, 0, 0, 0, 1, 0, 0, 12, 1, 1, 0, '2018-10-04 12:13:57', '2018-10-04 12:13:57'),
('antonioarruda', '9e6c2e8443b41c4bf7e903b11d622234', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC ', 1, 3708369000, 3708369000, 3708369000, 3708369000, 153000000, 0, 0, 0, 15, 30, 0, 1, 0, 0, 0, 0, 1, 0, 0, 15, 1, 1, 0, '2018-10-04 12:13:57', '2018-10-04 12:13:57'),
(NULL, '2fb7cbc35288168ca833ce01c8cc42cf', 'SHOW TABLE STATUS FROM `antonioarruda` WHERE NAME = ? ', 15, 9499041000, 222948000, 633269000, 4304144000, 1154000000, 0, 0, 0, 15, 15, 0, 15, 0, 0, 0, 0, 15, 0, 0, 0, 0, 15, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '324a12f3025414f6ee318f118fd96eee', 'SHOW CREATE TABLE `antonioarruda` . `cp_cidades` ', 1, 76122000, 76122000, 76122000, 76122000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'c56bd34a747a3a043c01f9216e47fdbc', 'SHOW FIELDS FROM `antonioarruda` . `cp_cidades` ', 1, 271152000, 271152000, 271152000, 271152000, 144000000, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '546245eb76646483167d9a86c1d89da2', 'SELECT `id` , `estado_id` , `nome` FROM `antonioarruda` . `cp_cidades` ', 1, 7413658000, 7413658000, 7413658000, 7413658000, 45000000, 0, 0, 0, 5570, 5570, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'af15b14412b0e45b361ef045b324cb81', 'SHOW CREATE TABLE `antonioarruda` . `cp_estados` ', 1, 2129009000, 2129009000, 2129009000, 2129009000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '0055c522a3d0097e7b6db9156e27d6eb', 'SHOW FIELDS FROM `antonioarruda` . `cp_estados` ', 1, 386891000, 386891000, 386891000, 386891000, 136000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '6bf52d460da49f081e34a636cbb9b603', 'SELECT `id` , `nome` , `slug` , `sigla` FROM `antonioarruda` . `cp_estados` ', 1, 471190000, 471190000, 471190000, 471190000, 46000000, 0, 0, 0, 27, 27, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '9b89d0f478b915f1a537422f9e8d77d9', 'SHOW CREATE TABLE `antonioarruda` . `wp_commentmeta` ', 1, 2809229000, 2809229000, 2809229000, 2809229000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '0a822af969b6fbc7603a67e624bc9c21', 'SHOW FIELDS FROM `antonioarruda` . `wp_commentmeta` ', 1, 288218000, 288218000, 288218000, 288218000, 152000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'dadd3c377dccc1b508b1e8ed27b011b9', 'SELECT `meta_id` , `comment_id` , `meta_key` , `meta_value` FROM `antonioarruda` . `wp_commentmeta` ', 1, 206184000, 206184000, 206184000, 206184000, 45000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'e52b3192f60c59c754c2e81d9a99e9ff', 'SHOW CREATE TABLE `antonioarruda` . `wp_comments` ', 1, 6946849000, 6946849000, 6946849000, 6946849000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '3b977ccd41b0a71fc25bb8d175a1e518', 'SHOW FIELDS FROM `antonioarruda` . `wp_comments` ', 1, 366673000, 366673000, 366673000, 366673000, 133000000, 0, 0, 0, 15, 15, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'a11c440acb21f82ac3f45f1edb327bf4', 'SELECT `comment_ID` , `comment_post_ID` , `comment_author` , `comment_author_email` , `comment_author_url` , `comment_author_IP` , `comment_date` , `comment_date_gmt` , `comment_content` , `comment_karma` , `comment_approved` , `comment_agent` , `comment_type` , `comment_parent` , `user_id` FROM `antonioarruda` . `wp_comments` ', 1, 84916000, 84916000, 84916000, 84916000, 53000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '4d514793bbf3fc9e87e172845b2f11a6', 'SHOW CREATE TABLE `antonioarruda` . `wp_links` ', 1, 6375615000, 6375615000, 6375615000, 6375615000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'ab62a3d889669020e759c1e59cfe2ebc', 'SHOW FIELDS FROM `antonioarruda` . `wp_links` ', 1, 388836000, 388836000, 388836000, 388836000, 139000000, 0, 0, 0, 13, 13, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'c39a774f6ad7ca9b16d89f2ee516436f', 'SELECT `link_id` , `link_url` , `link_name` , `link_image` , `link_target` , `link_description` , `link_visible` , `link_owner` , `link_rating` , `link_updated` , `link_rel` , `link_notes` , `link_rss` FROM `antonioarruda` . `wp_links` ', 1, 93133000, 93133000, 93133000, 93133000, 57000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'f10ff460f72a34c053515656485541a5', 'SHOW CREATE TABLE `antonioarruda` . `wp_newsletter` ', 1, 2701257000, 2701257000, 2701257000, 2701257000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '65debf916454de7a4641fef92bba7b3e', 'SHOW FIELDS FROM `antonioarruda` . `wp_newsletter` ', 1, 299136000, 299136000, 299136000, 299136000, 147000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'f5f371f2b833d5389e0c5455857632a9', 'SELECT `id` , `nome` , `email` , `estado` , `cidade` , `datacriacao` FROM `antonioarruda` . `wp_newsletter` ', 1, 713164000, 713164000, 713164000, 713164000, 47000000, 0, 0, 0, 4, 4, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '9d2efee7c6f3189aa1284d0f58635992', 'SHOW CREATE TABLE `antonioarruda` . `wp_options` ', 1, 2849017000, 2849017000, 2849017000, 2849017000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '351d2e075b23f0e1a2db9f0221311a90', 'SHOW FIELDS FROM `antonioarruda` . `wp_options` ', 1, 286834000, 286834000, 286834000, 286834000, 131000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '872c141f675fa7eba29a69d4cbc35c01', 'SELECT `option_id` , `option_name` , `option_value` , `autoload` FROM `antonioarruda` . `wp_options` ', 1, 7562856000, 7562856000, 7562856000, 7562856000, 45000000, 0, 0, 0, 202, 202, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '58456699f7e99a8c3f453ca34bfb939f', 'SHOW CREATE TABLE `antonioarruda` . `wp_postmeta` ', 1, 3069015000, 3069015000, 3069015000, 3069015000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '48d7c55996f0172de3bb8af8b4e4845b', 'SHOW FIELDS FROM `antonioarruda` . `wp_postmeta` ', 1, 289591000, 289591000, 289591000, 289591000, 145000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'eaafc9b64f9efaa1bef3217ee3cef47e', 'SELECT `meta_id` , `post_id` , `meta_key` , `meta_value` FROM `antonioarruda` . `wp_postmeta` ', 1, 2458774000, 2458774000, 2458774000, 2458774000, 50000000, 0, 0, 0, 421, 421, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '4f3c20a7ee29834bcc450c96c6ffabee', 'SHOW CREATE TABLE `antonioarruda` . `wp_posts` ', 1, 4661431000, 4661431000, 4661431000, 4661431000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '6497a16bb7bb255582a38cfe54a3d9b9', 'SHOW TABLE STATUS FROM `sync` WHERE NAME = ? ', 12, 18072100000, 274116000, 1506008000, 5190847000, 883000000, 0, 0, 0, 12, 12, 0, 12, 0, 0, 0, 0, 12, 0, 0, 0, 0, 12, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '939c9e2ca1a14aab5e030c9463ffc4b2', 'SHOW FIELDS FROM `antonioarruda` . `wp_posts` ', 1, 442614000, 442614000, 442614000, 442614000, 164000000, 0, 0, 0, 23, 23, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'e611e2847fe4983e5208332baa8ad06d', 'SHOW CREATE TABLE `sync` . `wp_commentmeta` ', 1, 3305535000, 3305535000, 3305535000, 3305535000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '0e0678349804dc8bb7fc77055a3fdf82', 'SHOW FIELDS FROM `sync` . `wp_commentmeta` ', 1, 308860000, 308860000, 308860000, 308860000, 129000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'd87034894516dfb9f3267adf15b1fa89', 'SELECT `ID` , `post_author` , `post_date` , `post_date_gmt` , `post_content` , `post_title` , `post_excerpt` , `post_status` , `comment_status` , `ping_status` , `post_password` , `post_name` , `to_ping` , `pinged` , `post_modified` , `post_modified_gmt` , `post_content_filtered` , `post_parent` , `guid` , `menu_order` , `post_type` , `post_mime_type` , `comment_count` FROM `antonioarruda` . `wp_posts` ', 1, 2331180000, 2331180000, 2331180000, 2331180000, 63000000, 0, 0, 0, 142, 142, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '56afdb6b0fd3cdcd9f5547f3c2837452', 'SELECT `meta_id` , `comment_id` , `meta_key` , `meta_value` FROM `sync` . `wp_commentmeta` ', 1, 95358000, 95358000, 95358000, 95358000, 56000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '2c771fa0f1408617197eeb8e86e2b47a', 'SHOW CREATE TABLE `antonioarruda` . `wp_termmeta` ', 1, 3247679000, 3247679000, 3247679000, 3247679000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'f33ea0d81ea6ea5eba440a72ae2733a2', 'SHOW FIELDS FROM `antonioarruda` . `wp_termmeta` ', 1, 285726000, 285726000, 285726000, 285726000, 132000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '3972d7b6daad8b70bf741b29ddd9da32', 'SHOW CREATE TABLE `sync` . `wp_comments` ', 1, 4968444000, 4968444000, 4968444000, 4968444000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'c8973a891912052fb8e81f9681f6965c', 'SELECT `meta_id` , `term_id` , `meta_key` , `meta_value` FROM `antonioarruda` . `wp_termmeta` ', 1, 75568000, 75568000, 75568000, 75568000, 45000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '444697765f9eaf73206d73cc5f096df1', 'SHOW FIELDS FROM `sync` . `wp_comments` ', 1, 376401000, 376401000, 376401000, 376401000, 135000000, 0, 0, 0, 15, 15, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '6c2f63dccc30842da870ae7383f852ff', 'SELECT `comment_ID` , `comment_post_ID` , `comment_author` , `comment_author_email` , `comment_author_url` , `comment_author_IP` , `comment_date` , `comment_date_gmt` , `comment_content` , `comment_karma` , `comment_approved` , `comment_agent` , `comment_type` , `comment_parent` , `user_id` FROM `sync` . `wp_comments` ', 1, 831556000, 831556000, 831556000, 831556000, 66000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '38a6f4e87d88e98b4b033ff490af76ff', 'SHOW CREATE TABLE `antonioarruda` . `wp_terms` ', 1, 4262691000, 4262691000, 4262691000, 4262691000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '2d036b067a5ac49bcdb562ce5d633369', 'SHOW FIELDS FROM `antonioarruda` . `wp_terms` ', 1, 257803000, 257803000, 257803000, 257803000, 126000000, 0, 0, 0, 5, 5, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '23b065bc18bb8bcf06c82640533c17fa', 'SELECT `term_id` , `name` , `slug` , `term_group` , `term_order` FROM `antonioarruda` . `wp_terms` ', 1, 724407000, 724407000, 724407000, 724407000, 44000000, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '48bd81eaa7c3e793ad9b70f00eac1ebe', 'SHOW CREATE TABLE `sync` . `wp_links` ', 1, 5911183000, 5911183000, 5911183000, 5911183000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'ec6cfa482df476bb01c3822d1ba4868f', 'SHOW FIELDS FROM `sync` . `wp_links` ', 1, 368825000, 368825000, 368825000, 368825000, 176000000, 0, 0, 0, 13, 13, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'c46e920717b471e960c285cb25f1f865', 'SHOW CREATE TABLE `antonioarruda` . `wp_term_relationships` ', 1, 68678000, 68678000, 68678000, 68678000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'dd00c59e12b745fbc695e1e833088ec3', 'SHOW FIELDS FROM `antonioarruda` . `wp_term_relationships` ', 1, 350232000, 350232000, 350232000, 350232000, 183000000, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '6192f84d1c4aee6d9025647026827617', 'SELECT `link_id` , `link_url` , `link_name` , `link_image` , `link_target` , `link_description` , `link_visible` , `link_owner` , `link_rating` , `link_updated` , `link_rel` , `link_notes` , `link_rss` FROM `sync` . `wp_links` ', 1, 300855000, 300855000, 300855000, 300855000, 51000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'cb28f99216db78acee0b7d6fd546054b', 'SELECT `object_id` , `term_taxonomy_id` , `term_order` FROM `antonioarruda` . `wp_term_relationships` ', 1, 568758000, 568758000, 568758000, 568758000, 42000000, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'e4db846e71a4bd854eaadc2cb78b5e22', 'SHOW CREATE TABLE `sync` . `wp_options` ', 1, 3046768000, 3046768000, 3046768000, 3046768000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'f8373f8506e28229128d25627971e6da', 'SHOW FIELDS FROM `sync` . `wp_options` ', 1, 275462000, 275462000, 275462000, 275462000, 127000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'ccf535acbed494af013e0991e3ae579a', 'SHOW CREATE TABLE `antonioarruda` . `wp_term_taxonomy` ', 1, 61336000, 61336000, 61336000, 61336000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '03967e47e3fb187c365f70d961b8ce41', 'SHOW FIELDS FROM `antonioarruda` . `wp_term_taxonomy` ', 1, 284588000, 284588000, 284588000, 284588000, 138000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '9802f05ee4b271100c91fd1859d0f9ce', 'SELECT `term_taxonomy_id` , `term_id` , `taxonomy` , `description` , `parent` , `count` FROM `antonioarruda` . `wp_term_taxonomy` ', 1, 2993807000, 2993807000, 2993807000, 2993807000, 32000000, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '05e600f5d9dd36b7c92f3ba23e18c3fb', 'SELECT `option_id` , `option_name` , `option_value` , `autoload` FROM `sync` . `wp_options` ', 1, 5355915000, 5355915000, 5355915000, 5355915000, 39000000, 0, 0, 0, 136, 136, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'e1148a68b00749933b53581dcde5f6d9', 'SHOW CREATE TABLE `antonioarruda` . `wp_usermeta` ', 1, 2875973000, 2875973000, 2875973000, 2875973000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'bfb6f673310d1c3b5f818c871d024fe5', 'SHOW FIELDS FROM `antonioarruda` . `wp_usermeta` ', 1, 374010000, 374010000, 374010000, 374010000, 182000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '7243180d52dc4b7f8eaa900f237ee123', 'SHOW CREATE TABLE `sync` . `wp_postmeta` ', 1, 2725689000, 2725689000, 2725689000, 2725689000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'dc669df5ab4585d6aa729fbf25e3af16', 'SHOW FIELDS FROM `sync` . `wp_postmeta` ', 1, 342009000, 342009000, 342009000, 342009000, 183000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'cfc16f12339b8a3977f438b4ff930e4c', 'SELECT `umeta_id` , `user_id` , `meta_key` , `meta_value` FROM `antonioarruda` . `wp_usermeta` ', 1, 1017523000, 1017523000, 1017523000, 1017523000, 46000000, 0, 0, 0, 46, 46, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'da5855e4668afc4d3347175db5ff85b4', 'SELECT `meta_id` , `post_id` , `meta_key` , `meta_value` FROM `sync` . `wp_postmeta` ', 1, 4676242000, 4676242000, 4676242000, 4676242000, 35000000, 0, 0, 0, 77, 77, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '84efbc77c26a3a083d1c6be2384a6ee8', 'SHOW CREATE TABLE `antonioarruda` . `wp_users` ', 1, 4655703000, 4655703000, 4655703000, 4655703000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '0ecb488f7207f9741a81b1d57bcc3872', 'SHOW CREATE TABLE `sync` . `wp_posts` ', 1, 79974000, 79974000, 79974000, 79974000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'e2a31db1091fadd16b60ea55a27f5eb3', 'SHOW FIELDS FROM `antonioarruda` . `wp_users` ', 1, 376617000, 376617000, 376617000, 376617000, 187000000, 0, 0, 0, 10, 10, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '3c5b5318c3dbea95fbb52e0dccaf7a51', 'SHOW FIELDS FROM `sync` . `wp_posts` ', 1, 479805000, 479805000, 479805000, 479805000, 191000000, 0, 0, 0, 23, 23, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'a49275dfd673d5f13d50a3a73d723baf', 'SELECT `ID` , `user_login` , `user_pass` , `user_nicename` , `user_email` , `user_url` , `user_registered` , `user_activation_key` , `user_status` , `display_name` FROM `antonioarruda` . `wp_users` ', 1, 740711000, 740711000, 740711000, 740711000, 56000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '7ec9a88a1da4d725f073c563fbf07f93', 'SELECT `ID` , `post_author` , `post_date` , `post_date_gmt` , `post_content` , `post_title` , `post_excerpt` , `post_status` , `comment_status` , `ping_status` , `post_password` , `post_name` , `to_ping` , `pinged` , `post_modified` , `post_modified_gmt` , `post_content_filtered` , `post_parent` , `guid` , `menu_order` , `post_type` , `post_mime_type` , `comment_count` FROM `sync` . `wp_posts` ', 1, 5317318000, 5317318000, 5317318000, 5317318000, 66000000, 0, 0, 0, 25, 25, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'd4d011853ca7609ab4962b6490d49eb8', 'SHOW CREATE TABLE `sync` . `wp_termmeta` ', 1, 55778000, 55778000, 55778000, 55778000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '889d3e3cfdf86811c86210fe06eabac4', 'SHOW FIELDS FROM `sync` . `wp_termmeta` ', 1, 347666000, 347666000, 347666000, 347666000, 200000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '1c4b30db5d1e9b8a4380757e83fd327b', 'SELECT `meta_id` , `term_id` , `meta_key` , `meta_value` FROM `sync` . `wp_termmeta` ', 1, 82163000, 82163000, 82163000, 82163000, 46000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '695de23d2855869454ae410154eaf77a', 'SHOW CREATE TABLE `sync` . `wp_terms` ', 1, 51854000, 51854000, 51854000, 51854000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '59c6130da7b5bb0cd8f269b3be34a793', 'SHOW FIELDS FROM `sync` . `wp_terms` ', 1, 323742000, 323742000, 323742000, 323742000, 188000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '4df89b317a580d61a98ed22d16bb97ad', 'SELECT `term_id` , `name` , `slug` , `term_group` FROM `sync` . `wp_terms` ', 1, 4044447000, 4044447000, 4044447000, 4044447000, 44000000, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '08f6c544992e57d2464888a3cad3a686', 'SHOW CREATE TABLE `sync` . `wp_term_relationships` ', 1, 51686000, 51686000, 51686000, 51686000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '2c442afc0d3ede0473fc23d7504795b9', 'SHOW FIELDS FROM `sync` . `wp_term_relationships` ', 1, 352179000, 352179000, 352179000, 352179000, 180000000, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '01808797cd8a7f57e3fe803b7726efc7', 'SELECT `object_id` , `term_taxonomy_id` , `term_order` FROM `sync` . `wp_term_relationships` ', 1, 341236000, 341236000, 341236000, 341236000, 43000000, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '1348b97f50225b543d6be657b5bcd6e9', 'SHOW CREATE TABLE `sync` . `wp_term_taxonomy` ', 1, 56952000, 56952000, 56952000, 56952000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '4fded8c3afd9e8e6e2fe42c9b4044dc5', 'SHOW FIELDS FROM `sync` . `wp_term_taxonomy` ', 1, 316254000, 316254000, 316254000, 316254000, 169000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'fc15501064fd13f19b3eaac4ba4b60d3', 'SELECT `term_taxonomy_id` , `term_id` , `taxonomy` , `description` , `parent` , `count` FROM `sync` . `wp_term_taxonomy` ', 1, 375979000, 375979000, 375979000, 375979000, 60000000, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '91919390fcee557f303b3b6285e11749', 'SHOW CREATE TABLE `sync` . `wp_usermeta` ', 1, 74110000, 74110000, 74110000, 74110000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '68f3e33857f3d844c9dbbe4f920c59a8', 'SHOW FIELDS FROM `sync` . `wp_usermeta` ', 1, 398781000, 398781000, 398781000, 398781000, 200000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '66e39ffd0b950f446e4f355a9e0e16c7', 'SELECT `umeta_id` , `user_id` , `meta_key` , `meta_value` FROM `sync` . `wp_usermeta` ', 1, 370529000, 370529000, 370529000, 370529000, 44000000, 0, 0, 0, 22, 22, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, 'f42ac16f5d24acf071395ca16b8b66db', 'SHOW CREATE TABLE `sync` . `wp_users` ', 1, 62473000, 62473000, 62473000, 62473000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '7110326b34e38c6b9423bef42b546942', 'SHOW FIELDS FROM `sync` . `wp_users` ', 1, 334208000, 334208000, 334208000, 334208000, 167000000, 0, 0, 0, 10, 10, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
(NULL, '832b083d0566ded2001333a852efd5ac', 'SELECT `ID` , `user_login` , `user_pass` , `user_nicename` , `user_email` , `user_url` , `user_registered` , `user_activation_key` , `user_status` , `display_name` FROM `sync` . `wp_users` ', 1, 406724000, 406724000, 406724000, 406724000, 60000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:13:59', '2018-10-04 12:13:59'),
('rosamaster', '9e6c2e8443b41c4bf7e903b11d622234', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC ', 1, 4584181000, 4584181000, 4584181000, 4584181000, 183000000, 0, 0, 0, 14, 28, 0, 1, 0, 0, 0, 0, 1, 0, 0, 14, 1, 1, 0, '2018-10-04 12:14:02', '2018-10-04 12:14:02'),
(NULL, '2e948e51f5951030d3ddd3e5ccdc43e7', 'SHOW TABLE STATUS FROM `rosamaster` WHERE NAME = ? ', 14, 5584253000, 334612000, 398875000, 500608000, 1127000000, 0, 0, 0, 14, 14, 0, 14, 0, 0, 0, 0, 14, 0, 0, 0, 0, 14, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:04'),
(NULL, '95db30ceeca7d6698a27dc9bd0603497', 'SHOW CREATE TABLE `rosamaster` . `wp_commentmeta` ', 1, 1740966000, 1740966000, 1740966000, 1740966000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, 'b97bac8a4404211b9f34abc9112a721c', 'SHOW FIELDS FROM `rosamaster` . `wp_commentmeta` ', 1, 332147000, 332147000, 332147000, 332147000, 160000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, 'f998774c1ea7401cf4243577d0b32874', 'SELECT `meta_id` , `comment_id` , `meta_key` , `meta_value` FROM `rosamaster` . `wp_commentmeta` ', 1, 101153000, 101153000, 101153000, 101153000, 46000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, '2b69033dd87cbdb5695c7ba8bc7f5937', 'SHOW CREATE TABLE `rosamaster` . `wp_comments` ', 1, 6034611000, 6034611000, 6034611000, 6034611000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, '2862af23fbb55efc6a808ac56102b85c', 'SHOW FIELDS FROM `rosamaster` . `wp_comments` ', 1, 340497000, 340497000, 340497000, 340497000, 161000000, 0, 0, 0, 15, 15, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, 'bc24118fcc77e88ccb445e5efaa309fe', 'SELECT `comment_ID` , `comment_post_ID` , `comment_author` , `comment_author_email` , `comment_author_url` , `comment_author_IP` , `comment_date` , `comment_date_gmt` , `comment_content` , `comment_karma` , `comment_approved` , `comment_agent` , `comment_type` , `comment_parent` , `user_id` FROM `rosamaster` . `wp_comments` ', 1, 285514000, 285514000, 285514000, 285514000, 177000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, '7e71e693ae4e3c005eff846e04dac845', 'SHOW CREATE TABLE `rosamaster` . `wp_links` ', 1, 6341614000, 6341614000, 6341614000, 6341614000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, '69755a78a82c4bcb574ba92eda3dae9e', 'SHOW FIELDS FROM `rosamaster` . `wp_links` ', 1, 329201000, 329201000, 329201000, 329201000, 147000000, 0, 0, 0, 13, 13, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, 'e4b369fe58f8ff44b434fedae32cccd5', 'SELECT `link_id` , `link_url` , `link_name` , `link_image` , `link_target` , `link_description` , `link_visible` , `link_owner` , `link_rating` , `link_updated` , `link_rel` , `link_notes` , `link_rss` FROM `rosamaster` . `wp_links` ', 1, 128420000, 128420000, 128420000, 128420000, 68000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, 'b6e2c2ba244832002b05ab83923dabf8', 'SHOW CREATE TABLE `rosamaster` . `wp_options` ', 1, 2870530000, 2870530000, 2870530000, 2870530000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, 'c54bd7efb144cf68ce05eb507f30a373', 'SHOW FIELDS FROM `rosamaster` . `wp_options` ', 1, 266772000, 266772000, 266772000, 266772000, 130000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, '5dcd95440d850f7a821dafc606433723', 'SELECT `option_id` , `option_name` , `option_value` , `autoload` FROM `rosamaster` . `wp_options` ', 1, 5876306000, 5876306000, 5876306000, 5876306000, 41000000, 0, 0, 0, 164, 164, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, '5b7e8c768b92ec53923cb4db88c10604', 'SHOW CREATE TABLE `rosamaster` . `wp_postmeta` ', 1, 2915161000, 2915161000, 2915161000, 2915161000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, '4c95d128f68b90f77b4b707a186fb39d', 'SHOW FIELDS FROM `rosamaster` . `wp_postmeta` ', 1, 266205000, 266205000, 266205000, 266205000, 130000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, '6f38da96bee6907ca816125a9efa435c', 'SELECT `meta_id` , `post_id` , `meta_key` , `meta_value` FROM `rosamaster` . `wp_postmeta` ', 1, 1044125000, 1044125000, 1044125000, 1044125000, 43000000, 0, 0, 0, 104, 104, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, '2a02bfd014522d9c6097c1c4c2649fd9', 'SHOW CREATE TABLE `rosamaster` . `wp_posts` ', 1, 3548209000, 3548209000, 3548209000, 3548209000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, 'd6fef322bc842c441fec83db7ba572d5', 'SHOW FIELDS FROM `rosamaster` . `wp_posts` ', 1, 374826000, 374826000, 374826000, 374826000, 132000000, 0, 0, 0, 23, 23, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, '4b5c47dfb0d97676de424379b8d867b5', 'SELECT `ID` , `post_author` , `post_date` , `post_date_gmt` , `post_content` , `post_title` , `post_excerpt` , `post_status` , `comment_status` , `ping_status` , `post_password` , `post_name` , `to_ping` , `pinged` , `post_modified` , `post_modified_gmt` , `post_content_filtered` , `post_parent` , `guid` , `menu_order` , `post_type` , `post_mime_type` , `comment_count` FROM `rosamaster` . `wp_posts` ', 1, 265627000, 265627000, 265627000, 265627000, 68000000, 0, 0, 0, 30, 30, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, '1616506843e09898269de1c1e0410f48', 'SHOW CREATE TABLE `rosamaster` . `wp_termmeta` ', 1, 2926459000, 2926459000, 2926459000, 2926459000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, 'dfe5ca80dccb42d300724c8bd68d0a5c', 'SHOW FIELDS FROM `rosamaster` . `wp_termmeta` ', 1, 264495000, 264495000, 264495000, 264495000, 130000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, '5a70538ef577692c103a09deeaee23e9', 'SELECT `meta_id` , `term_id` , `meta_key` , `meta_value` FROM `rosamaster` . `wp_termmeta` ', 1, 223881000, 223881000, 223881000, 223881000, 43000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, 'c394f56d5032bba298eb9ad6175b034d', 'SHOW CREATE TABLE `rosamaster` . `wp_terms` ', 1, 3180921000, 3180921000, 3180921000, 3180921000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, '5a0f024cd6a015b556ee2a3497ff621a', 'SHOW FIELDS FROM `rosamaster` . `wp_terms` ', 1, 263353000, 263353000, 263353000, 263353000, 129000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, '1751a7a5c614601b1c291e84a1e690cd', 'SELECT `term_id` , `name` , `slug` , `term_group` FROM `rosamaster` . `wp_terms` ', 1, 301450000, 301450000, 301450000, 301450000, 43000000, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, 'c30fc0f8bc126b1a6596609fcd716da1', 'SHOW CREATE TABLE `rosamaster` . `wp_term_relationships` ', 1, 2257857000, 2257857000, 2257857000, 2257857000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, 'ec651071d86029e2f22ae72f59e13437', 'SHOW FIELDS FROM `rosamaster` . `wp_term_relationships` ', 1, 356105000, 356105000, 356105000, 356105000, 128000000, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, 'ba4faae9256fd5c8710922c5612f1f09', 'SELECT `object_id` , `term_taxonomy_id` , `term_order` FROM `rosamaster` . `wp_term_relationships` ', 1, 323133000, 323133000, 323133000, 323133000, 42000000, 0, 0, 0, 11, 11, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, '5504f03277d99dd58366687a5c51fa0e', 'SHOW CREATE TABLE `rosamaster` . `wp_term_taxonomy` ', 1, 3682803000, 3682803000, 3682803000, 3682803000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, '43a94685bce0590a81aba9e1b8119569', 'SHOW FIELDS FROM `rosamaster` . `wp_term_taxonomy` ', 1, 275295000, 275295000, 275295000, 275295000, 130000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, 'c06ce91bce9aba90d4fe69fa25729280', 'SELECT `term_taxonomy_id` , `term_id` , `taxonomy` , `description` , `parent` , `count` FROM `rosamaster` . `wp_term_taxonomy` ', 1, 307221000, 307221000, 307221000, 307221000, 45000000, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, '0b1b2453ac5e7ec81aa4db30a1ea4a07', 'SHOW CREATE TABLE `rosamaster` . `wp_usermeta` ', 1, 3047017000, 3047017000, 3047017000, 3047017000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, '3d83419f041c6238ae84a81988f4620f', 'SHOW FIELDS FROM `rosamaster` . `wp_usermeta` ', 1, 289398000, 289398000, 289398000, 289398000, 143000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, '0b2d97948e88a8112f1c2f48a621b577', 'SELECT `umeta_id` , `user_id` , `meta_key` , `meta_value` FROM `rosamaster` . `wp_usermeta` ', 1, 605441000, 605441000, 605441000, 605441000, 44000000, 0, 0, 0, 46, 46, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, '66dc9cd290c83954d3b238ac4f6de106', 'SHOW CREATE TABLE `rosamaster` . `wp_users` ', 1, 5549143000, 5549143000, 5549143000, 5549143000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, 'dc2022963fa9ae8d93ef7e2e5b698c83', 'SHOW FIELDS FROM `rosamaster` . `wp_users` ', 1, 310695000, 310695000, 310695000, 310695000, 138000000, 0, 0, 0, 10, 10, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:03', '2018-10-04 12:14:03'),
(NULL, '20c6aa628dfb914126cfd190c291a40d', 'SELECT `ID` , `user_login` , `user_pass` , `user_nicename` , `user_email` , `user_url` , `user_registered` , `user_activation_key` , `user_status` , `display_name` FROM `rosamaster` . `wp_users` ', 1, 118345000, 118345000, 118345000, 118345000, 52000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:04', '2018-10-04 12:14:04'),
(NULL, '60d7925009964913f2ec38de82cea658', 'SHOW CREATE TABLE `rosamaster` . `wp_yoast_seo_links` ', 1, 2861873000, 2861873000, 2861873000, 2861873000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:04', '2018-10-04 12:14:04'),
(NULL, 'e2b25194203e5deeb39f41f51ea9550c', 'SHOW FIELDS FROM `rosamaster` . `wp_yoast_seo_links` ', 1, 316821000, 316821000, 316821000, 316821000, 131000000, 0, 0, 0, 5, 5, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:04', '2018-10-04 12:14:04'),
(NULL, 'bf803a8ca107efe38fc57d30e3361d95', 'SELECT `id` , `url` , `post_id` , `target_post_id` , `type` FROM `rosamaster` . `wp_yoast_seo_links` ', 1, 265853000, 265853000, 265853000, 265853000, 49000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:04', '2018-10-04 12:14:04'),
(NULL, '90d59595f5b445de37c43e7383e1ad86', 'SHOW CREATE TABLE `rosamaster` . `wp_yoast_seo_meta` ', 1, 2004516000, 2004516000, 2004516000, 2004516000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:04', '2018-10-04 12:14:04'),
(NULL, '196bc14efbaebb0b04eb3a3fd3665b86', 'SHOW FIELDS FROM `rosamaster` . `wp_yoast_seo_meta` ', 1, 356179000, 356179000, 356179000, 356179000, 131000000, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:04', '2018-10-04 12:14:04'),
(NULL, '48867f981ed50f38f98adeef7ef36988', 'SELECT `object_id` , `internal_link_count` , `incoming_link_count` FROM `rosamaster` . `wp_yoast_seo_meta` ', 1, 227942000, 227942000, 227942000, 227942000, 41000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:04', '2018-10-04 12:14:04'),
(NULL, 'b3d817cc68515b9e992d97c25849d64a', 'SHOW TABLES FROM `appradio` ', 3, 820044000, 227339000, 273348000, 333779000, 240000000, 0, 0, 0, 36, 36, 0, 3, 0, 0, 0, 0, 3, 0, 0, 0, 0, 3, 0, '2018-10-04 12:14:07', '2018-10-04 12:14:10'),
('appradio', 'b3d817cc68515b9e992d97c25849d64a', 'SHOW TABLES FROM `appradio` ', 6, 1220514000, 168848000, 203419000, 258882000, 348000000, 0, 0, 0, 72, 72, 0, 6, 0, 0, 0, 0, 6, 0, 0, 0, 0, 6, 0, '2018-10-04 12:14:07', '2018-10-04 12:14:08'),
('appradio', 'f6853c265324258866af0acbec3d0d38', 'SELECT @@`lower_case_table_names` ', 2, 114561000, 48378000, 57280000, 66183000, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:07', '2018-10-04 12:14:08'),
('appradio', '37044f32c1f84ab40f5cbe86d6312435', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC LIMIT ? OFFSET ? ', 1, 16377607000, 16377607000, 16377607000, 16377607000, 256000000, 0, 0, 0, 12, 24, 0, 1, 0, 0, 0, 0, 1, 0, 0, 12, 1, 1, 0, '2018-10-04 12:14:07', '2018-10-04 12:14:07'),
('appradio', 'b34363ffb50c7de7a03583d6ac6f8b12', 'SELECT `DEFAULT_COLLATION_NAME` FROM `information_schema` . `SCHEMATA` WHERE SCHEMA_NAME = ? LIMIT ? ', 1, 477559000, 477559000, 477559000, 477559000, 100000000, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:07', '2018-10-04 12:14:07'),
('appradio', 'f990b02c3b1aee732f90cd8b69d40653', 'SELECT `CHARACTER_SET_NAME` AS `Charset` , `DESCRIPTION` AS `Description` FROM `information_schema` . `CHARACTER_SETS` ', 1, 232820000, 232820000, 232820000, 232820000, 73000000, 0, 0, 0, 41, 41, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:07', '2018-10-04 12:14:07'),
('appradio', '7ba107a9b55a94aecfddff1bdd23cb71', 'SELECT `CHARACTER_SET_NAME` AS `Charset` , `COLLATION_NAME` AS `Collation` , `IS_DEFAULT` AS `Default` FROM `information_schema` . `COLLATIONS` ', 1, 737312000, 737312000, 737312000, 737312000, 103000000, 0, 0, 0, 222, 222, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:07', '2018-10-04 12:14:07'),
('appradio', '691d6beabf69dbfa6d1b07e6cded7515', 'SELECT `PRIVILEGE_TYPE` FROM `INFORMATION_SCHEMA` . `USER_PRIVILEGES` WHERE `GRANTEE` = ? AND `PRIVILEGE_TYPE` = ? ', 8, 3991952000, 361103000, 498994000, 656235000, 626000000, 0, 0, 0, 8, 2496, 0, 8, 0, 0, 0, 0, 8, 0, 0, 0, 0, 8, 0, '2018-10-04 12:14:07', '2018-10-04 12:14:08'),
('appradio', '9e6c2e8443b41c4bf7e903b11d622234', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC ', 1, 3703494000, 3703494000, 3703494000, 3703494000, 165000000, 0, 0, 0, 12, 24, 0, 1, 0, 0, 0, 0, 1, 0, 0, 12, 1, 1, 0, '2018-10-04 12:14:08', '2018-10-04 12:14:08'),
(NULL, 'aeff8d1737d61253bda7f2d61a6fdd69', 'SHOW TABLE STATUS FROM `appradio` WHERE NAME = ? ', 12, 4870024000, 335335000, 405835000, 446422000, 935000000, 0, 0, 0, 12, 12, 0, 12, 0, 0, 0, 0, 12, 0, 0, 0, 0, 12, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, 'adaf8279a38f5f2fff4a4570e1d09f7b', 'SHOW CREATE TABLE `appradio` . `wp_commentmeta` ', 1, 57987000, 57987000, 57987000, 57987000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10');
INSERT INTO `events_statements_summary_by_digest` (`SCHEMA_NAME`, `DIGEST`, `DIGEST_TEXT`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`, `FIRST_SEEN`, `LAST_SEEN`) VALUES
(NULL, 'd34f1765c460b8e81fc8930bacc5f77a', 'SHOW FIELDS FROM `appradio` . `wp_commentmeta` ', 1, 271771000, 271771000, 271771000, 271771000, 135000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, 'a195196a9192bd2f85262825bcf8fff6', 'SELECT `meta_id` , `comment_id` , `meta_key` , `meta_value` FROM `appradio` . `wp_commentmeta` ', 1, 78115000, 78115000, 78115000, 78115000, 46000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, '41a4549388533309ca0f1bb6ec88053d', 'SHOW CREATE TABLE `appradio` . `wp_comments` ', 1, 5316105000, 5316105000, 5316105000, 5316105000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, '4f1589850c9836b342089ac72283c372', 'SHOW FIELDS FROM `appradio` . `wp_comments` ', 1, 329892000, 329892000, 329892000, 329892000, 135000000, 0, 0, 0, 15, 15, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, 'e95e5f29b9c263333057a932ea14adee', 'SELECT `comment_ID` , `comment_post_ID` , `comment_author` , `comment_author_email` , `comment_author_url` , `comment_author_IP` , `comment_date` , `comment_date_gmt` , `comment_content` , `comment_karma` , `comment_approved` , `comment_agent` , `comment_type` , `comment_parent` , `user_id` FROM `appradio` . `wp_comments` ', 1, 95752000, 95752000, 95752000, 95752000, 59000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, '55cfba57e00bd6c16d9dc79416e03dbb', 'SHOW CREATE TABLE `appradio` . `wp_links` ', 1, 3805157000, 3805157000, 3805157000, 3805157000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, '9a1dd0397e49eca6280a810926aa95fe', 'SHOW FIELDS FROM `appradio` . `wp_links` ', 1, 327504000, 327504000, 327504000, 327504000, 138000000, 0, 0, 0, 13, 13, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, '5f56f0fe24da6fe7a57a828d4eb439ea', 'SELECT `link_id` , `link_url` , `link_name` , `link_image` , `link_target` , `link_description` , `link_visible` , `link_owner` , `link_rating` , `link_updated` , `link_rel` , `link_notes` , `link_rss` FROM `appradio` . `wp_links` ', 1, 88075000, 88075000, 88075000, 88075000, 54000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, 'cc64edcc5b5acfcd8af129ff9af70273', 'SHOW CREATE TABLE `appradio` . `wp_options` ', 1, 2197834000, 2197834000, 2197834000, 2197834000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, '813d635fc8e385928ed6c00db2002e13', 'SHOW FIELDS FROM `appradio` . `wp_options` ', 1, 425027000, 425027000, 425027000, 425027000, 136000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, 'fff0857b1f79cc5c353bbd16c9a1bb58', 'SELECT `option_id` , `option_name` , `option_value` , `autoload` FROM `appradio` . `wp_options` ', 1, 3434222000, 3434222000, 3434222000, 3434222000, 42000000, 0, 0, 0, 272, 272, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, 'd135276eefd461410c03f40868e27144', 'SHOW CREATE TABLE `appradio` . `wp_postmeta` ', 1, 2418051000, 2418051000, 2418051000, 2418051000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, 'ff2cf00e355204893191074f4fa04dc9', 'SHOW FIELDS FROM `appradio` . `wp_postmeta` ', 1, 272969000, 272969000, 272969000, 272969000, 133000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, '961ca278dab8ed18221db054e2929377', 'SELECT `meta_id` , `post_id` , `meta_key` , `meta_value` FROM `appradio` . `wp_postmeta` ', 1, 8430497000, 8430497000, 8430497000, 8430497000, 43000000, 0, 0, 0, 4477, 4477, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, '2c6e1a17602fb8ae1b8d4a0281753e66', 'SHOW CREATE TABLE `appradio` . `wp_posts` ', 1, 3797214000, 3797214000, 3797214000, 3797214000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, '9ce92e3656f213a09c59b21be9ea6b0a', 'SHOW FIELDS FROM `appradio` . `wp_posts` ', 1, 421438000, 421438000, 421438000, 421438000, 172000000, 0, 0, 0, 23, 23, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, 'd5fda7d9baafdf2710eac033f1a4214b', 'SELECT `ID` , `post_author` , `post_date` , `post_date_gmt` , `post_content` , `post_title` , `post_excerpt` , `post_status` , `comment_status` , `ping_status` , `post_password` , `post_name` , `to_ping` , `pinged` , `post_modified` , `post_modified_gmt` , `post_content_filtered` , `post_parent` , `guid` , `menu_order` , `post_type` , `post_mime_type` , `comment_count` FROM `appradio` . `wp_posts` ', 1, 34955816000, 34955816000, 34955816000, 34955816000, 68000000, 0, 0, 0, 1147, 1147, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, '9b3113727951a1f8325a1822a6adbf7b', 'SHOW CREATE TABLE `appradio` . `wp_termmeta` ', 1, 2277336000, 2277336000, 2277336000, 2277336000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, 'c613f95ab6e669dababc60509ee4e662', 'SHOW FIELDS FROM `appradio` . `wp_termmeta` ', 1, 288839000, 288839000, 288839000, 288839000, 142000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, 'f9333c15722791b74a111e26840cf8bc', 'SELECT `meta_id` , `term_id` , `meta_key` , `meta_value` FROM `appradio` . `wp_termmeta` ', 1, 212180000, 212180000, 212180000, 212180000, 44000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, 'b580d8f51be6ded16a28f76639166128', 'SHOW CREATE TABLE `appradio` . `wp_terms` ', 1, 2580646000, 2580646000, 2580646000, 2580646000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, 'd5bff6b50cb7433de4a3a215f67fdf21', 'SHOW FIELDS FROM `appradio` . `wp_terms` ', 1, 266181000, 266181000, 266181000, 266181000, 128000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, 'c7825f334b3ea72d7b7054ebc9b7361b', 'SELECT `term_id` , `name` , `slug` , `term_group` FROM `appradio` . `wp_terms` ', 1, 956776000, 956776000, 956776000, 956776000, 43000000, 0, 0, 0, 34, 34, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, 'bda78cf26a960e0b1d539bd5f6ac9e97', 'SHOW CREATE TABLE `appradio` . `wp_term_relationships` ', 1, 2009976000, 2009976000, 2009976000, 2009976000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, 'c436ea370055667a1dd89959567fc14d', 'SHOW FIELDS FROM `appradio` . `wp_term_relationships` ', 1, 361077000, 361077000, 361077000, 361077000, 129000000, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, '2b0e6ac12bf53d8503211b10137c5332', 'SELECT `object_id` , `term_taxonomy_id` , `term_order` FROM `appradio` . `wp_term_relationships` ', 1, 4168069000, 4168069000, 4168069000, 4168069000, 41000000, 0, 0, 0, 1084, 1084, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, 'd57798a5f6e51a0e133b7c841ab9faf2', 'SHOW CREATE TABLE `appradio` . `wp_term_taxonomy` ', 1, 3135677000, 3135677000, 3135677000, 3135677000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, '3852bd19b60da7c16314f52f4db1f276', 'SHOW FIELDS FROM `appradio` . `wp_term_taxonomy` ', 1, 293799000, 293799000, 293799000, 293799000, 144000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, '5507d745c9bde4dead6d99223f4639d2', 'SELECT `term_taxonomy_id` , `term_id` , `taxonomy` , `description` , `parent` , `count` FROM `appradio` . `wp_term_taxonomy` ', 1, 1200156000, 1200156000, 1200156000, 1200156000, 45000000, 0, 0, 0, 34, 34, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, '5425f4f5b9f3ee3c564c08c9c7b9b0d3', 'SHOW CREATE TABLE `appradio` . `wp_usermeta` ', 1, 2454266000, 2454266000, 2454266000, 2454266000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, 'eb646eab46b6efb7e905568992365561', 'SHOW FIELDS FROM `appradio` . `wp_usermeta` ', 1, 270748000, 270748000, 270748000, 270748000, 129000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, '74fc877d7b9083fe8dbbeb7312cf2e07', 'SELECT `umeta_id` , `user_id` , `meta_key` , `meta_value` FROM `appradio` . `wp_usermeta` ', 1, 781663000, 781663000, 781663000, 781663000, 43000000, 0, 0, 0, 30, 30, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, '4f5f1c323c15304905befc0041826e11', 'SHOW CREATE TABLE `appradio` . `wp_users` ', 1, 3837255000, 3837255000, 3837255000, 3837255000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, 'd4fc709620d2a0c0d327c40c5256e3e5', 'SHOW FIELDS FROM `appradio` . `wp_users` ', 1, 310163000, 310163000, 310163000, 310163000, 131000000, 0, 0, 0, 10, 10, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, 'c116cd75035c3b00869a4ac85e82473d', 'SELECT `ID` , `user_login` , `user_pass` , `user_nicename` , `user_email` , `user_url` , `user_registered` , `user_activation_key` , `user_status` , `display_name` FROM `appradio` . `wp_users` ', 1, 695557000, 695557000, 695557000, 695557000, 49000000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
('performance_schema', '9e6c2e8443b41c4bf7e903b11d622234', 'SELECT * , `TABLE_SCHEMA` AS `Db` , `TABLE_NAME` AS `Name` , `TABLE_TYPE` AS `TABLE_TYPE` , `ENGINE` AS `Engine` , `ENGINE` AS `Type` , `VERSION` AS `Version` , `ROW_FORMAT` AS `Row_format` , `TABLE_ROWS` AS `Rows` , `AVG_ROW_LENGTH` AS `Avg_row_length` , `DATA_LENGTH` AS `Data_length` , `MAX_DATA_LENGTH` AS `Max_data_length` , `INDEX_LENGTH` AS `Index_length` , `DATA_FREE` AS `Data_free` , `AUTO_INCREMENT` AS `Auto_increment` , `CREATE_TIME` AS `Create_time` , `UPDATE_TIME` AS `Update_time` , `CHECK_TIME` AS `Check_time` , `TABLE_COLLATION` AS `Collation` , `CHECKSUM` AS `Checksum` , `CREATE_OPTIONS` AS `Create_options` , `TABLE_COMMENT` AS `Comment` FROM `information_schema` . `TABLES` `t` WHERE `TABLE_SCHEMA` COLLATE `utf8_bin` IN (?) ORDER BY NAME ASC ', 1, 9761071000, 9761071000, 9761071000, 9761071000, 184000000, 0, 0, 0, 87, 174, 0, 1, 0, 0, 0, 0, 1, 0, 0, 87, 1, 1, 0, '2018-10-04 12:14:10', '2018-10-04 12:14:10'),
(NULL, '9c7fa6500f76c51401131d7c0f9de897', 'SHOW TABLE STATUS FROM `performance_schema` WHERE NAME = ? ', 15, 6913039000, 370684000, 460869000, 588823000, 1294000000, 0, 0, 0, 15, 15, 0, 15, 0, 0, 0, 0, 15, 0, 0, 0, 0, 15, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:13'),
(NULL, '50f015ed350fdabfec90ee1bc169f0bf', 'SHOW CREATE TABLE `performance_schema` . `accounts` ', 1, 50119000, 50119000, 50119000, 50119000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, 'f1081e71ae84619df607fa111b51c837', 'SHOW FIELDS FROM `performance_schema` . `accounts` ', 1, 279057000, 279057000, 279057000, 279057000, 156000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, 'a7941e02a20d976e08b5339e06e02804', 'SELECT `USER` , `HOST` , `CURRENT_CONNECTIONS` , `TOTAL_CONNECTIONS` FROM `performance_schema` . `accounts` ', 1, 2729296000, 2729296000, 2729296000, 2729296000, 45000000, 0, 0, 0, 11, 11, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, '9f8797f483d9c1320487cfe71c2c2bfb', 'SHOW CREATE TABLE `performance_schema` . `cond_instances` ', 1, 1526020000, 1526020000, 1526020000, 1526020000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, 'c27b92779249f346edd5dd648682b6d5', 'SHOW FIELDS FROM `performance_schema` . `cond_instances` ', 1, 376518000, 376518000, 376518000, 376518000, 131000000, 0, 0, 0, 2, 2, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, '8f3ee8024698a614c3787bf2f007b210', 'SELECT `NAME` , `OBJECT_INSTANCE_BEGIN` FROM `performance_schema` . `cond_instances` ', 1, 1591821000, 1591821000, 1591821000, 1591821000, 62000000, 0, 0, 0, 45, 45, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, '7495c80f20f22fcf0b4df840486d4f1b', 'SHOW CREATE TABLE `performance_schema` . `events_stages_current` ', 1, 4065026000, 4065026000, 4065026000, 4065026000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, '75c06decdc32c293bca0d082381e5896', 'SHOW FIELDS FROM `performance_schema` . `events_stages_current` ', 1, 325642000, 325642000, 325642000, 325642000, 155000000, 0, 0, 0, 12, 12, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, '0469ea798b32cf2e8fef0262cc87596d', 'SELECT `THREAD_ID` , `EVENT_ID` , `END_EVENT_ID` , `EVENT_NAME` , `SOURCE` , `TIMER_START` , `TIMER_END` , `TIMER_WAIT` , `WORK_COMPLETED` , `WORK_ESTIMATED` , `NESTING_EVENT_ID` , `NESTING_EVENT_TYPE` FROM `performance_schema` . `events_stages_current` ', 1, 303657000, 303657000, 303657000, 303657000, 51000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, '96a64b9b9ff7ce389e90c3e4a2f42680', 'SHOW CREATE TABLE `performance_schema` . `events_stages_history` ', 1, 4197903000, 4197903000, 4197903000, 4197903000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, '93b8f041d813f04c1ff3ca5b3dcd409d', 'SHOW FIELDS FROM `performance_schema` . `events_stages_history` ', 1, 337338000, 337338000, 337338000, 337338000, 167000000, 0, 0, 0, 12, 12, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, 'b3ac048d16f50550a8045f8b07addad7', 'SELECT `THREAD_ID` , `EVENT_ID` , `END_EVENT_ID` , `EVENT_NAME` , `SOURCE` , `TIMER_START` , `TIMER_END` , `TIMER_WAIT` , `WORK_COMPLETED` , `WORK_ESTIMATED` , `NESTING_EVENT_ID` , `NESTING_EVENT_TYPE` FROM `performance_schema` . `events_stages_history` ', 1, 296163000, 296163000, 296163000, 296163000, 52000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, '2b4f5007898f8f484cd3ff58421ccecb', 'SHOW CREATE TABLE `performance_schema` . `events_stages_history_long` ', 1, 4419314000, 4419314000, 4419314000, 4419314000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, '77f2dcd3af0e9a44acc63b0fc31c4089', 'SHOW FIELDS FROM `performance_schema` . `events_stages_history_long` ', 1, 324257000, 324257000, 324257000, 324257000, 151000000, 0, 0, 0, 12, 12, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, 'b195bb602e65d13926474ee93f8866bd', 'SELECT `THREAD_ID` , `EVENT_ID` , `END_EVENT_ID` , `EVENT_NAME` , `SOURCE` , `TIMER_START` , `TIMER_END` , `TIMER_WAIT` , `WORK_COMPLETED` , `WORK_ESTIMATED` , `NESTING_EVENT_ID` , `NESTING_EVENT_TYPE` FROM `performance_schema` . `events_stages_history_long` ', 1, 308392000, 308392000, 308392000, 308392000, 50000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, '0d0a27744598ae93b55b931541043f45', 'SHOW CREATE TABLE `performance_schema` . `events_stages_summary_by_account_by_event_name` ', 1, 3265799000, 3265799000, 3265799000, 3265799000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, '82abb784af0ee2a0b2de6f76875e3a04', 'SHOW FIELDS FROM `performance_schema` . `events_stages_summary_by_account_by_event_name` ', 1, 298287000, 298287000, 298287000, 298287000, 127000000, 0, 0, 0, 8, 8, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, 'dac13f18747899bb5cd5c65104f875a3', 'SELECT `USER` , `HOST` , `EVENT_NAME` , `COUNT_STAR` , `SUM_TIMER_WAIT` , `MIN_TIMER_WAIT` , `AVG_TIMER_WAIT` , `MAX_TIMER_WAIT` FROM `performance_schema` . `events_stages_summary_by_account_by_event_name` ', 1, 8396305000, 8396305000, 8396305000, 8396305000, 60000000, 0, 0, 0, 1419, 1419, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, 'f2c442c313b56ce60136b78092c95fe8', 'SHOW CREATE TABLE `performance_schema` . `events_stages_summary_by_host_by_event_name` ', 1, 1730593000, 1730593000, 1730593000, 1730593000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, 'b8a2e5aa986ec735b4e4fbae0e0efe04', 'SHOW FIELDS FROM `performance_schema` . `events_stages_summary_by_host_by_event_name` ', 1, 282152000, 282152000, 282152000, 282152000, 135000000, 0, 0, 0, 7, 7, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, '43b6c077a3cbe94e79a0f2f0e4edef02', 'SELECT `HOST` , `EVENT_NAME` , `COUNT_STAR` , `SUM_TIMER_WAIT` , `MIN_TIMER_WAIT` , `AVG_TIMER_WAIT` , `MAX_TIMER_WAIT` FROM `performance_schema` . `events_stages_summary_by_host_by_event_name` ', 1, 8844999000, 8844999000, 8844999000, 8844999000, 51000000, 0, 0, 0, 774, 774, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, '8901aedfae7ba43d3f59c33210051084', 'SHOW CREATE TABLE `performance_schema` . `events_stages_summary_by_thread_by_event_name` ', 1, 2341514000, 2341514000, 2341514000, 2341514000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, '3e72b2f532f091d138ccb3ec42409bd7', 'SHOW FIELDS FROM `performance_schema` . `events_stages_summary_by_thread_by_event_name` ', 1, 292864000, 292864000, 292864000, 292864000, 135000000, 0, 0, 0, 7, 7, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, '2259806b55ac0774b782b8a7a6670fc4', 'SELECT `THREAD_ID` , `EVENT_NAME` , `COUNT_STAR` , `SUM_TIMER_WAIT` , `MIN_TIMER_WAIT` , `AVG_TIMER_WAIT` , `MAX_TIMER_WAIT` FROM `performance_schema` . `events_stages_summary_by_thread_by_event_name` ', 1, 10356173000, 10356173000, 10356173000, 10356173000, 47000000, 0, 0, 0, 4128, 4128, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, '4b036d7e6c3447ad9c40e9563606414c', 'SHOW CREATE TABLE `performance_schema` . `events_stages_summary_by_user_by_event_name` ', 1, 2230082000, 2230082000, 2230082000, 2230082000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, '553739eecfa9ea2619a2140277e85486', 'SHOW FIELDS FROM `performance_schema` . `events_stages_summary_by_user_by_event_name` ', 1, 314983000, 314983000, 314983000, 314983000, 140000000, 0, 0, 0, 7, 7, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, '57cc040d95cd6ebef50305238c69bc57', 'SELECT `USER` , `EVENT_NAME` , `COUNT_STAR` , `SUM_TIMER_WAIT` , `MIN_TIMER_WAIT` , `AVG_TIMER_WAIT` , `MAX_TIMER_WAIT` FROM `performance_schema` . `events_stages_summary_by_user_by_event_name` ', 1, 11493760000, 11493760000, 11493760000, 11493760000, 50000000, 0, 0, 0, 1032, 1032, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:12', '2018-10-04 12:14:12'),
(NULL, '52e73064b1b12499763840b3ab9e88f0', 'SHOW CREATE TABLE `performance_schema` . `events_stages_summary_global_by_event_name` ', 1, 2303837000, 2303837000, 2303837000, 2303837000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:13', '2018-10-04 12:14:13'),
(NULL, '0b208a2ec49d67761bc95b8193efc621', 'SHOW FIELDS FROM `performance_schema` . `events_stages_summary_global_by_event_name` ', 1, 293506000, 293506000, 293506000, 293506000, 146000000, 0, 0, 0, 6, 6, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:13', '2018-10-04 12:14:13'),
(NULL, '9f115bc65c7c70fcf764453da6c956d7', 'SELECT `EVENT_NAME` , `COUNT_STAR` , `SUM_TIMER_WAIT` , `MIN_TIMER_WAIT` , `AVG_TIMER_WAIT` , `MAX_TIMER_WAIT` FROM `performance_schema` . `events_stages_summary_global_by_event_name` ', 1, 2028110000, 2028110000, 2028110000, 2028110000, 47000000, 0, 0, 0, 129, 129, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:13', '2018-10-04 12:14:13'),
(NULL, 'db148637e9c78f722f1522a79508ced6', 'SHOW CREATE TABLE `performance_schema` . `events_statements_current` ', 1, 6345996000, 6345996000, 6345996000, 6345996000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:13', '2018-10-04 12:14:13'),
(NULL, 'cfa47de859a48eb7f3cb64d17ca44130', 'SHOW FIELDS FROM `performance_schema` . `events_statements_current` ', 1, 449943000, 449943000, 449943000, 449943000, 146000000, 0, 0, 0, 41, 41, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:13', '2018-10-04 12:14:13'),
(NULL, 'b18124f666dd108023f8dca66c17add4', 'SELECT `THREAD_ID` , `EVENT_ID` , `END_EVENT_ID` , `EVENT_NAME` , `SOURCE` , `TIMER_START` , `TIMER_END` , `TIMER_WAIT` , `LOCK_TIME` , `SQL_TEXT` , `DIGEST` , `DIGEST_TEXT` , `CURRENT_SCHEMA` , `OBJECT_TYPE` , `OBJECT_SCHEMA` , `OBJECT_NAME` , `OBJECT_INSTANCE_BEGIN` , `MYSQL_ERRNO` , `RETURNED_SQLSTATE` , `MESSAGE_TEXT` , `ERRORS` , `WARNINGS` , `ROWS_AFFECTED` , `ROWS_SENT` , `ROWS_EXAMINED` , `CREATED_TMP_DISK_TABLES` , `CREATED_TMP_TABLES` , `SELECT_FULL_JOIN` , `SELECT_FULL_RANGE_JOIN` , `SELECT_RANGE` , `SELECT_RANGE_CHECK` , `SELECT_SCAN` , `SORT_MERGE_PASSES` , `SORT_RANGE` , `SORT_ROWS` , `SORT_SCAN` , `NO_INDEX_USED` , `NO_GOOD_INDEX_USED` , `NESTING_EVENT_ID` , `NESTING_EVENT_TYPE` , `NESTING_EVENT_LEVEL` FROM `performance_schema` . `events_statements_current` ', 1, 5458780000, 5458780000, 5458780000, 5458780000, 97000000, 0, 0, 0, 7, 7, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:13', '2018-10-04 12:14:13'),
(NULL, 'ea840f0888abf940dd299a2ce1bda6aa', 'SHOW CREATE TABLE `performance_schema` . `events_statements_history` ', 1, 4654214000, 4654214000, 4654214000, 4654214000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:13', '2018-10-04 12:14:13'),
(NULL, 'b79e355c5d5ff3ede58bacd51a7fce1a', 'SHOW FIELDS FROM `performance_schema` . `events_statements_history` ', 1, 432755000, 432755000, 432755000, 432755000, 136000000, 0, 0, 0, 41, 41, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:13', '2018-10-04 12:14:13'),
(NULL, '87e69e3523212d277dcb5340482e5c0a', 'SELECT `THREAD_ID` , `EVENT_ID` , `END_EVENT_ID` , `EVENT_NAME` , `SOURCE` , `TIMER_START` , `TIMER_END` , `TIMER_WAIT` , `LOCK_TIME` , `SQL_TEXT` , `DIGEST` , `DIGEST_TEXT` , `CURRENT_SCHEMA` , `OBJECT_TYPE` , `OBJECT_SCHEMA` , `OBJECT_NAME` , `OBJECT_INSTANCE_BEGIN` , `MYSQL_ERRNO` , `RETURNED_SQLSTATE` , `MESSAGE_TEXT` , `ERRORS` , `WARNINGS` , `ROWS_AFFECTED` , `ROWS_SENT` , `ROWS_EXAMINED` , `CREATED_TMP_DISK_TABLES` , `CREATED_TMP_TABLES` , `SELECT_FULL_JOIN` , `SELECT_FULL_RANGE_JOIN` , `SELECT_RANGE` , `SELECT_RANGE_CHECK` , `SELECT_SCAN` , `SORT_MERGE_PASSES` , `SORT_RANGE` , `SORT_ROWS` , `SORT_SCAN` , `NO_INDEX_USED` , `NO_GOOD_INDEX_USED` , `NESTING_EVENT_ID` , `NESTING_EVENT_TYPE` , `NESTING_EVENT_LEVEL` FROM `performance_schema` . `events_statements_history` ', 1, 645762000, 645762000, 645762000, 645762000, 109000000, 0, 0, 0, 61, 61, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:13', '2018-10-04 12:14:13'),
(NULL, '8f0df15dd5bb909ce1f158a61f8cfc2f', 'SHOW CREATE TABLE `performance_schema` . `events_statements_history_long` ', 1, 3344193000, 3344193000, 3344193000, 3344193000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:13', '2018-10-04 12:14:13'),
(NULL, '824fce7cae7fb7b7fd20e347211b6524', 'SHOW FIELDS FROM `performance_schema` . `events_statements_history_long` ', 1, 455453000, 455453000, 455453000, 455453000, 160000000, 0, 0, 0, 41, 41, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:13', '2018-10-04 12:14:13'),
(NULL, 'a9adca171911897e3898f0cfc9e07945', 'SELECT `THREAD_ID` , `EVENT_ID` , `END_EVENT_ID` , `EVENT_NAME` , `SOURCE` , `TIMER_START` , `TIMER_END` , `TIMER_WAIT` , `LOCK_TIME` , `SQL_TEXT` , `DIGEST` , `DIGEST_TEXT` , `CURRENT_SCHEMA` , `OBJECT_TYPE` , `OBJECT_SCHEMA` , `OBJECT_NAME` , `OBJECT_INSTANCE_BEGIN` , `MYSQL_ERRNO` , `RETURNED_SQLSTATE` , `MESSAGE_TEXT` , `ERRORS` , `WARNINGS` , `ROWS_AFFECTED` , `ROWS_SENT` , `ROWS_EXAMINED` , `CREATED_TMP_DISK_TABLES` , `CREATED_TMP_TABLES` , `SELECT_FULL_JOIN` , `SELECT_FULL_RANGE_JOIN` , `SELECT_RANGE` , `SELECT_RANGE_CHECK` , `SELECT_SCAN` , `SORT_MERGE_PASSES` , `SORT_RANGE` , `SORT_ROWS` , `SORT_SCAN` , `NO_INDEX_USED` , `NO_GOOD_INDEX_USED` , `NESTING_EVENT_ID` , `NESTING_EVENT_TYPE` , `NESTING_EVENT_LEVEL` FROM `performance_schema` . `events_statements_history_long` ', 1, 188049000, 188049000, 188049000, 188049000, 118000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:13', '2018-10-04 12:14:13'),
(NULL, '8ea5ebf9592ae0c63f64fe30770e1f0e', 'SHOW CREATE TABLE `performance_schema` . `events_statements_summary_by_account_by_event_name` ', 1, 3428343000, 3428343000, 3428343000, 3428343000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:13', '2018-10-04 12:14:13'),
(NULL, 'b2a9ebd1c9e495ba54ea7f282de5f30b', 'SHOW FIELDS FROM `performance_schema` . `events_statements_summary_by_account_by_event_name` ', 1, 408252000, 408252000, 408252000, 408252000, 178000000, 0, 0, 0, 27, 27, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:13', '2018-10-04 12:14:13'),
(NULL, '73c6764f8478bcfebb22e3ed34d37915', 'SELECT `USER` , `HOST` , `EVENT_NAME` , `COUNT_STAR` , `SUM_TIMER_WAIT` , `MIN_TIMER_WAIT` , `AVG_TIMER_WAIT` , `MAX_TIMER_WAIT` , `SUM_LOCK_TIME` , `SUM_ERRORS` , `SUM_WARNINGS` , `SUM_ROWS_AFFECTED` , `SUM_ROWS_SENT` , `SUM_ROWS_EXAMINED` , `SUM_CREATED_TMP_DISK_TABLES` , `SUM_CREATED_TMP_TABLES` , `SUM_SELECT_FULL_JOIN` , `SUM_SELECT_FULL_RANGE_JOIN` , `SUM_SELECT_RANGE` , `SUM_SELECT_RANGE_CHECK` , `SUM_SELECT_SCAN` , `SUM_SORT_MERGE_PASSES` , `SUM_SORT_RANGE` , `SUM_SORT_ROWS` , `SUM_SORT_SCAN` , `SUM_NO_INDEX_USED` , `SUM_NO_GOOD_INDEX_USED` FROM `performance_schema` . `events_statements_summary_by_account_by_event_name` ', 1, 18947465000, 18947465000, 18947465000, 18947465000, 80000000, 0, 0, 0, 2090, 2090, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:13', '2018-10-04 12:14:13'),
(NULL, '6c53157057968acfcd565152d844019a', 'SHOW CREATE TABLE `performance_schema` . `events_statements_summary_by_digest` ', 1, 3607230000, 3607230000, 3607230000, 3607230000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2018-10-04 12:14:13', '2018-10-04 12:14:13'),
(NULL, '1a1d1a98c628f93545a0b8aad182cddf', 'SHOW FIELDS FROM `performance_schema` . `events_statements_summary_by_digest` ', 1, 425007000, 425007000, 425007000, 425007000, 141000000, 0, 0, 0, 29, 29, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2018-10-04 12:14:13', '2018-10-04 12:14:13');

-- --------------------------------------------------------

--
-- Table structure for table `events_statements_summary_by_host_by_event_name`
--

CREATE TABLE `events_statements_summary_by_host_by_event_name` (
  `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `SUM_LOCK_TIME` bigint(20) UNSIGNED NOT NULL,
  `SUM_ERRORS` bigint(20) UNSIGNED NOT NULL,
  `SUM_WARNINGS` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_AFFECTED` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_SENT` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_EXAMINED` bigint(20) UNSIGNED NOT NULL,
  `SUM_CREATED_TMP_DISK_TABLES` bigint(20) UNSIGNED NOT NULL,
  `SUM_CREATED_TMP_TABLES` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_FULL_JOIN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_FULL_RANGE_JOIN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_RANGE` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_RANGE_CHECK` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_SCAN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_MERGE_PASSES` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_RANGE` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_ROWS` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_SCAN` bigint(20) UNSIGNED NOT NULL,
  `SUM_NO_INDEX_USED` bigint(20) UNSIGNED NOT NULL,
  `SUM_NO_GOOD_INDEX_USED` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_statements_summary_by_host_by_event_name`
--

INSERT INTO `events_statements_summary_by_host_by_event_name` (`HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
(NULL, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/select', 5594, 4314743854000, 37436000, 771316000, 70294516000, 508548000000, 0, 25, 0, 76981, 248661, 1248, 3245, 67, 0, 61, 0, 1965, 6, 45, 12476, 855, 1517, 0),
('localhost', 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/update', 83, 104753052000, 586497000, 1262084000, 7365090000, 7971000000, 0, 0, 83, 0, 533, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/insert', 21, 27759424000, 445157000, 1321877000, 5459032000, 1735000000, 0, 0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/delete', 19, 16000298000, 563219000, 842120000, 2867049000, 833000000, 0, 0, 19, 0, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_tables', 116, 28486460000, 104197000, 245572000, 2586405000, 6967000000, 0, 0, 0, 3061, 3061, 0, 116, 0, 0, 0, 0, 116, 0, 0, 0, 0, 116, 0),
('localhost', 'statement/sql/show_fields', 208, 70200443000, 255141000, 337502000, 610421000, 25794000000, 0, 0, 0, 1508, 1508, 208, 208, 0, 0, 0, 0, 208, 0, 0, 0, 0, 208, 0),
('localhost', 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_variables', 2, 3206463000, 1169475000, 1603231000, 2036988000, 216000000, 0, 0, 0, 1, 2052, 0, 2, 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0),
('localhost', 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_master_status', 21, 1952828000, 29417000, 92991000, 150819000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_slave_status', 21, 77954748000, 55663000, 3712130000, 6741009000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_grants', 2, 65029000, 31857000, 32514000, 33172000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_create_table', 248, 399054366000, 50119000, 1609090000, 6946849000, 0, 0, 0, 0, 0, 0, 7, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_table_status', 251, 137164943000, 131055000, 546473000, 5190847000, 17712000000, 0, 0, 0, 248, 248, 7, 416, 0, 0, 0, 0, 251, 0, 0, 0, 0, 251, 0),
('localhost', 'statement/sql/show_triggers', 25, 8929640000, 285764000, 357185000, 470336000, 0, 0, 0, 0, 0, 0, 25, 25, 0, 0, 0, 0, 25, 0, 0, 0, 0, 25, 0),
('localhost', 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/set_option', 976, 78360024000, 23796000, 80286000, 6393033000, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/lock_tables', 1, 220023000, 220023000, 220023000, 220023000, 157000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/unlock_tables', 1, 289044000, 289044000, 289044000, 289044000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/change_db', 5280, 551334083000, 31677000, 104419000, 99606299000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/flush', 1, 1183982000, 1183982000, 1183982000, 1183982000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/commit', 5255, 176587540000, 26011000, 33603000, 1267562000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/begin', 5255, 96247832000, 14479000, 18315000, 154910000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_binlogs', 2, 906554000, 32468000, 453277000, 874086000, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_create_proc', 26, 21372754000, 168884000, 822029000, 5190136000, 991000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_create_func', 22, 11320954000, 173757000, 514588000, 4661366000, 701000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_procedure_status', 9, 14032294000, 1383222000, 1559143000, 1799377000, 2819000000, 0, 0, 0, 234, 234, 9, 9, 0, 0, 0, 0, 9, 0, 0, 0, 0, 9, 0),
('localhost', 'statement/sql/show_function_status', 9, 14744580000, 1494699000, 1638286000, 1778606000, 1799000000, 0, 0, 0, 198, 198, 9, 9, 0, 0, 0, 0, 9, 0, 0, 0, 0, 9, 0),
('localhost', 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sql/error', 18, 757982000, 34843000, 42110000, 75393000, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Quit', 5609, 91714543000, 2315000, 16351000, 390464000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Init DB', 83, 3274023000, 14839000, 39446000, 614744000, 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Ping', 2, 71994000, 28794000, 35997000, 43200000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Prepare', 15769, 1376070513000, 29381000, 87264000, 21859926000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Execute', 15769, 1432923657000, 15021000, 90869000, 11538943000, 228191000000, 0, 5255, 3, 89, 3251, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0),
('localhost', 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Close stmt', 15769, 145955502000, 5248000, 9255000, 374385000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/select', 1, 2526245000, 2526245000, 2526245000, 2526245000, 2014000000, 0, 0, 0, 1, 3, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0),
('201.182.174.227', 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/set_option', 1, 141001000, 141001000, 141001000, 141001000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `events_statements_summary_by_host_by_event_name` (`HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
('201.182.174.227', 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Quit', 1, 14459000, 14459000, 14459000, 14459000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/select', 711, 342236197000, 64460000, 481344000, 6107614000, 113879000000, 0, 0, 0, 13775, 19898, 30, 30, 0, 0, 132, 0, 33, 0, 131, 4149, 30, 33, 0),
('179.180.156.171', 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/update', 2, 8626736000, 3406431000, 4313368000, 5220305000, 330000000, 0, 0, 2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/insert', 1, 2373081000, 2373081000, 2373081000, 2373081000, 1274000000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/delete', 1, 1226609000, 1226609000, 1226609000, 1226609000, 176000000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_fields', 1, 1518539000, 1518539000, 1518539000, 1518539000, 1038000000, 0, 0, 0, 4, 4, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0),
('179.180.156.171', 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/set_option', 99, 12242858000, 58251000, 123665000, 209960000, 0, 0, 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Quit', 33, 448249000, 6200000, 13583000, 25407000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Init DB', 33, 3115452000, 45846000, 94407000, 569511000, 0, 0, 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/select', 435, 122986975000, 60600000, 282728000, 6875472000, 29332000000, 0, 0, 0, 10550, 12964, 0, 0, 0, 0, 33, 0, 41, 0, 37, 1024, 0, 41, 0),
('67.205.129.192', 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/update', 36, 45060776000, 617863000, 1251688000, 5363650000, 3795000000, 0, 0, 36, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/insert', 14, 22838615000, 377062000, 1631329000, 8084826000, 5801000000, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/delete', 14, 12732344000, 613388000, 909453000, 1672490000, 1129000000, 0, 0, 14, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_fields', 12, 11340172000, 365412000, 945014000, 6568460000, 7924000000, 0, 0, 0, 48, 48, 12, 12, 0, 0, 0, 0, 12, 0, 0, 0, 0, 12, 0),
('67.205.129.192', 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/set_option', 123, 8156368000, 46007000, 66311000, 108405000, 0, 0, 41, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `events_statements_summary_by_host_by_event_name` (`HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
('67.205.129.192', 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Quit', 41, 238123000, 3786000, 5807000, 14999000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Init DB', 41, 1710528000, 32135000, 41720000, 67271000, 0, 0, 41, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/select', 83, 212273757000, 127695000, 2557515000, 10373548000, 21411000000, 0, 21, 0, 2512, 18444, 42, 147, 64, 0, 0, 0, 67, 0, 0, 0, 42, 67, 0),
('191.177.184.88', 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_databases', 5, 13856558000, 492710000, 2771311000, 11153693000, 624000000, 0, 0, 0, 175, 175, 0, 5, 0, 0, 0, 0, 5, 0, 0, 0, 0, 5, 0),
('191.177.184.88', 'statement/sql/show_tables', 53, 178781806000, 247207000, 3373241000, 18265714000, 6759000000, 0, 0, 0, 452, 452, 0, 53, 0, 0, 0, 0, 53, 0, 0, 0, 0, 53, 0),
('191.177.184.88', 'statement/sql/show_fields', 74, 86806349000, 462472000, 1173058000, 3380489000, 10169000000, 0, 0, 0, 534, 534, 74, 74, 0, 0, 0, 0, 74, 0, 0, 0, 0, 74, 0),
('191.177.184.88', 'statement/sql/show_keys', 2, 663758000, 322989000, 331879000, 340769000, 287000000, 0, 0, 0, 2, 2, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('191.177.184.88', 'statement/sql/show_variables', 73, 160208120000, 1704049000, 2194631000, 9993819000, 17542000000, 0, 0, 0, 2100, 74898, 0, 73, 0, 0, 0, 0, 146, 0, 0, 0, 0, 73, 0),
('191.177.184.88', 'statement/sql/show_status', 163, 216730501000, 1188450000, 1329634000, 1960072000, 25992000000, 0, 0, 0, 55779, 115108, 0, 163, 0, 0, 0, 0, 326, 0, 0, 0, 0, 163, 0),
('191.177.184.88', 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_create_table', 21, 3662756000, 154304000, 174416000, 202911000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_charsets', 2, 1107099000, 267741000, 553549000, 839358000, 209000000, 0, 0, 0, 82, 82, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('191.177.184.88', 'statement/sql/show_collations', 2, 1540329000, 571750000, 770164000, 968579000, 258000000, 0, 0, 0, 444, 444, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('191.177.184.88', 'statement/sql/show_create_db', 30, 4047777000, 121198000, 134925000, 168179000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_table_status', 21, 10173653000, 422849000, 484459000, 572720000, 0, 0, 0, 0, 21, 21, 0, 21, 0, 0, 0, 0, 21, 0, 0, 0, 0, 21, 0),
('191.177.184.88', 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/set_option', 178, 26977077000, 115588000, 151556000, 1069520000, 0, 0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/lock_tables', 21, 3542140000, 150544000, 168673000, 221954000, 2044000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/empty_query', 21, 1874749000, 76209000, 89273000, 120844000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_storage_engines', 2, 464820000, 213546000, 232410000, 251274000, 192000000, 0, 0, 0, 18, 18, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('191.177.184.88', 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_procedure_status', 2, 8025196000, 1530169000, 4012598000, 6495027000, 1906000000, 0, 0, 0, 0, 52, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('191.177.184.88', 'statement/sql/show_function_status', 2, 4509973000, 1880123000, 2254986000, 2629850000, 806000000, 0, 0, 0, 0, 44, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('191.177.184.88', 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_plugins', 2, 2782046000, 643362000, 1391023000, 2138684000, 546000000, 0, 0, 0, 90, 90, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('191.177.184.88', 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sql/error', 20, 5585774000, 160577000, 279288000, 2045686000, 0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Quit', 22, 369287000, 13483000, 16785000, 28125000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Init DB', 21, 2078039000, 75766000, 98954000, 126354000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Ping', 12, 686435000, 51517000, 57202000, 74082000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `events_statements_summary_by_program`
--

CREATE TABLE `events_statements_summary_by_program` (
  `OBJECT_TYPE` enum('EVENT','FUNCTION','PROCEDURE','TABLE','TRIGGER') DEFAULT NULL,
  `OBJECT_SCHEMA` varchar(64) NOT NULL,
  `OBJECT_NAME` varchar(64) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `COUNT_STATEMENTS` bigint(20) UNSIGNED NOT NULL,
  `SUM_STATEMENTS_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_STATEMENTS_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_STATEMENTS_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_STATEMENTS_WAIT` bigint(20) UNSIGNED NOT NULL,
  `SUM_LOCK_TIME` bigint(20) UNSIGNED NOT NULL,
  `SUM_ERRORS` bigint(20) UNSIGNED NOT NULL,
  `SUM_WARNINGS` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_AFFECTED` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_SENT` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_EXAMINED` bigint(20) UNSIGNED NOT NULL,
  `SUM_CREATED_TMP_DISK_TABLES` bigint(20) UNSIGNED NOT NULL,
  `SUM_CREATED_TMP_TABLES` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_FULL_JOIN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_FULL_RANGE_JOIN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_RANGE` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_RANGE_CHECK` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_SCAN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_MERGE_PASSES` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_RANGE` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_ROWS` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_SCAN` bigint(20) UNSIGNED NOT NULL,
  `SUM_NO_INDEX_USED` bigint(20) UNSIGNED NOT NULL,
  `SUM_NO_GOOD_INDEX_USED` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_statements_summary_by_program`
--

INSERT INTO `events_statements_summary_by_program` (`OBJECT_TYPE`, `OBJECT_SCHEMA`, `OBJECT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `COUNT_STATEMENTS`, `SUM_STATEMENTS_WAIT`, `MIN_STATEMENTS_WAIT`, `AVG_STATEMENTS_WAIT`, `MAX_STATEMENTS_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
('FUNCTION', 'sys', 'extract_schema_from_file_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'extract_table_from_file_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'format_bytes', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'format_path', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'format_statement', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'format_time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'list_add', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'list_drop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'ps_is_account_enabled', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'ps_is_consumer_enabled', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'ps_is_instrument_default_enabled', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'ps_is_instrument_default_timed', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'ps_is_thread_instrumented', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'ps_thread_account', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'ps_thread_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'ps_thread_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'ps_thread_trx_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'quote_identifier', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'sys_get_config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'version_major', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'version_minor', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'version_patch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TRIGGER', 'sys', 'sys_config_insert_set_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TRIGGER', 'sys', 'sys_config_update_set_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'create_synonym_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'execute_prepared_stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_disable_background_threads', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_disable_consumer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_disable_instrument', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_disable_thread', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_enable_background_threads', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_enable_consumer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_enable_instrument', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_enable_thread', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_reload_saved', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_reset_to_default', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_save', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_show_disabled', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_show_disabled_consumers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_show_disabled_instruments', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_show_enabled', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_show_enabled_consumers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_show_enabled_instruments', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_statement_avg_latency_histogram', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_trace_statement_digest', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_trace_thread', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_truncate_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'statement_performance_analyzer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'table_exists', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `events_statements_summary_by_thread_by_event_name`
--

CREATE TABLE `events_statements_summary_by_thread_by_event_name` (
  `THREAD_ID` bigint(20) UNSIGNED NOT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `SUM_LOCK_TIME` bigint(20) UNSIGNED NOT NULL,
  `SUM_ERRORS` bigint(20) UNSIGNED NOT NULL,
  `SUM_WARNINGS` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_AFFECTED` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_SENT` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_EXAMINED` bigint(20) UNSIGNED NOT NULL,
  `SUM_CREATED_TMP_DISK_TABLES` bigint(20) UNSIGNED NOT NULL,
  `SUM_CREATED_TMP_TABLES` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_FULL_JOIN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_FULL_RANGE_JOIN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_RANGE` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_RANGE_CHECK` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_SCAN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_MERGE_PASSES` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_RANGE` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_ROWS` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_SCAN` bigint(20) UNSIGNED NOT NULL,
  `SUM_NO_INDEX_USED` bigint(20) UNSIGNED NOT NULL,
  `SUM_NO_GOOD_INDEX_USED` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_statements_summary_by_thread_by_event_name`
--

INSERT INTO `events_statements_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
(1, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `events_statements_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
(3, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `events_statements_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
(6, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `events_statements_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
(8, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `events_statements_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
(11, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `events_statements_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
(13, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `events_statements_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
(16, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `events_statements_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
(19, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `events_statements_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
(21, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `events_statements_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
(24, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `events_statements_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
(26, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/change_db', 1, 51069000, 51069000, 51069000, 51069000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/commit', 1, 31180000, 31180000, 31180000, 31180000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/begin', 1, 31071000, 31071000, 31071000, 31071000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Prepare', 3, 335164000, 33365000, 111721000, 250651000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Execute', 3, 247459000, 17886000, 82486000, 208498000, 40000000, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Close stmt', 3, 36759000, 6175000, 12253000, 18498000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/select', 74, 254197454000, 47294000, 3435100000, 60273349000, 10195000000, 0, 0, 0, 12268, 12283, 35, 54, 0, 0, 0, 0, 71, 0, 0, 18, 18, 71, 0),
(6044, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_fields', 18, 6497750000, 279057000, 360986000, 455453000, 2663000000, 0, 0, 0, 340, 340, 18, 18, 0, 0, 0, 0, 18, 0, 0, 0, 0, 18, 0),
(6044, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_create_table', 18, 61840871000, 50119000, 3435603000, 6345996000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_table_status', 18, 8355839000, 370684000, 464213000, 588823000, 1554000000, 0, 0, 0, 18, 18, 0, 18, 0, 0, 0, 0, 18, 0, 0, 0, 0, 18, 0),
(6044, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/set_option', 23, 1727151000, 30383000, 75093000, 114132000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_procedure_status', 1, 1603437000, 1603437000, 1603437000, 1603437000, 320000000, 0, 0, 0, 26, 26, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0),
(6044, 'statement/sql/show_function_status', 1, 1666864000, 1666864000, 1666864000, 1666864000, 209000000, 0, 0, 0, 22, 22, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0),
(6044, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_tables', 1, 451360000, 451360000, 451360000, 451360000, 80000000, 0, 0, 0, 87, 87, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0),
(6045, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `events_statements_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
(6045, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/select', 2, 1000452000, 151749000, 500226000, 848703000, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_databases', 1, 990131000, 990131000, 990131000, 990131000, 128000000, 0, 0, 0, 35, 35, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0),
(5695, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_variables', 2, 11937498000, 1943679000, 5968749000, 9993819000, 4063000000, 0, 0, 0, 2, 2052, 0, 2, 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0),
(5695, 'statement/sql/show_status', 1, 1960072000, 1960072000, 1960072000, 1960072000, 640000000, 0, 0, 0, 1, 712, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0),
(5695, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/set_option', 5, 1640312000, 132092000, 328062000, 1069520000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Ping', 1, 74082000, 74082000, 74082000, 74082000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/select', 3, 420507000, 138806000, 140169000, 141916000, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_variables', 10, 22795673000, 1827173000, 2279567000, 3029629000, 2077000000, 0, 0, 0, 522, 10260, 0, 10, 0, 0, 0, 0, 20, 0, 0, 0, 0, 10, 0),
(5696, 'statement/sql/show_status', 1, 1301451000, 1301451000, 1301451000, 1301451000, 220000000, 0, 0, 0, 1, 712, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0),
(5696, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_charsets', 1, 839358000, 839358000, 839358000, 839358000, 100000000, 0, 0, 0, 41, 41, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0),
(5696, 'statement/sql/show_collations', 1, 571750000, 571750000, 571750000, 571750000, 114000000, 0, 0, 0, 222, 222, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0),
(5696, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/set_option', 6, 848828000, 115588000, 141471000, 200171000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_storage_engines', 1, 251274000, 251274000, 251274000, 251274000, 109000000, 0, 0, 0, 9, 9, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0),
(5696, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `events_statements_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
(5696, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/select', 1, 133171000, 133171000, 133171000, 133171000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_databases', 2, 1131316000, 492710000, 565658000, 638606000, 251000000, 0, 0, 0, 70, 70, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
(5712, 'statement/sql/show_tables', 1, 6866844000, 6866844000, 6866844000, 6866844000, 133000000, 0, 0, 0, 11, 11, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0),
(5712, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_variables', 2, 4334508000, 1835910000, 2167254000, 2498598000, 316000000, 0, 0, 0, 514, 2052, 0, 2, 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0),
(5712, 'statement/sql/show_status', 1, 1552470000, 1552470000, 1552470000, 1552470000, 295000000, 0, 0, 0, 353, 706, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0),
(5712, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_create_db', 1, 153972000, 153972000, 153972000, 153972000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/set_option', 2, 266957000, 119403000, 133478000, 147554000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_plugins', 1, 2138684000, 2138684000, 2138684000, 2138684000, 270000000, 0, 0, 0, 45, 45, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0),
(5712, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/select', 1, 134517000, 134517000, 134517000, 134517000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_variables', 1, 2520786000, 2520786000, 2520786000, 2520786000, 194000000, 0, 0, 0, 1, 1026, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0),
(5713, 'statement/sql/show_status', 61, 81209515000, 1188450000, 1331303000, 1807598000, 9634000000, 0, 0, 0, 21533, 43066, 0, 61, 0, 0, 0, 0, 122, 0, 0, 0, 0, 61, 0),
(5713, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/set_option', 2, 256320000, 118200000, 128160000, 138120000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `events_statements_summary_by_user_by_event_name`
--

CREATE TABLE `events_statements_summary_by_user_by_event_name` (
  `USER` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `SUM_LOCK_TIME` bigint(20) UNSIGNED NOT NULL,
  `SUM_ERRORS` bigint(20) UNSIGNED NOT NULL,
  `SUM_WARNINGS` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_AFFECTED` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_SENT` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_EXAMINED` bigint(20) UNSIGNED NOT NULL,
  `SUM_CREATED_TMP_DISK_TABLES` bigint(20) UNSIGNED NOT NULL,
  `SUM_CREATED_TMP_TABLES` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_FULL_JOIN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_FULL_RANGE_JOIN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_RANGE` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_RANGE_CHECK` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_SCAN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_MERGE_PASSES` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_RANGE` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_ROWS` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_SCAN` bigint(20) UNSIGNED NOT NULL,
  `SUM_NO_INDEX_USED` bigint(20) UNSIGNED NOT NULL,
  `SUM_NO_GOOD_INDEX_USED` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_statements_summary_by_user_by_event_name`
--

INSERT INTO `events_statements_summary_by_user_by_event_name` (`USER`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
(NULL, 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Quit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Quit', 1, 14198000, 14198000, 14198000, 14198000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Ping', 1, 43200000, 43200000, 43200000, 43200000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/select', 52, 60987297000, 38333000, 1172832000, 26093389000, 780000000, 0, 25, 0, 5161, 5894, 2, 7, 3, 0, 0, 0, 27, 0, 0, 0, 2, 25, 0),
('ambassador', 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_tables', 1, 242945000, 242945000, 242945000, 242945000, 39000000, 0, 0, 0, 25, 25, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0),
('ambassador', 'statement/sql/show_fields', 50, 15205076000, 255141000, 304101000, 380048000, 0, 0, 0, 0, 314, 314, 50, 50, 0, 0, 0, 0, 50, 0, 0, 0, 0, 50, 0),
('ambassador', 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_variables', 2, 3206463000, 1169475000, 1603231000, 2036988000, 216000000, 0, 0, 0, 1, 2052, 0, 2, 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0),
('ambassador', 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_create_table', 25, 2229296000, 66161000, 89171000, 125788000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_table_status', 25, 7291842000, 264290000, 291673000, 344679000, 0, 0, 0, 0, 25, 25, 0, 25, 0, 0, 0, 0, 25, 0, 0, 0, 0, 25, 0),
('ambassador', 'statement/sql/show_triggers', 25, 8929640000, 285764000, 357185000, 470336000, 0, 0, 0, 0, 0, 0, 25, 25, 0, 0, 0, 0, 25, 0, 0, 0, 0, 25, 0),
('ambassador', 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/set_option', 127, 8429282000, 31047000, 66372000, 169787000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/lock_tables', 1, 220023000, 220023000, 220023000, 220023000, 157000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/unlock_tables', 1, 289044000, 289044000, 289044000, 289044000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/change_db', 5280, 551334083000, 31677000, 104419000, 99606299000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/commit', 5255, 176587540000, 26011000, 33603000, 1267562000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/begin', 5255, 96247832000, 14479000, 18315000, 154910000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `events_statements_summary_by_user_by_event_name` (`USER`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
('ambassador', 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Quit', 5255, 88468991000, 5929000, 16835000, 390464000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Init DB', 1, 53021000, 53021000, 53021000, 53021000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Prepare', 15769, 1376070513000, 29381000, 87264000, 21859926000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Execute', 15769, 1432923657000, 15021000, 90869000, 11538943000, 228191000000, 0, 5255, 3, 89, 3251, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0),
('ambassador', 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Close stmt', 15769, 145955502000, 5248000, 9255000, 374385000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/select', 1, 2526245000, 2526245000, 2526245000, 2526245000, 2014000000, 0, 0, 0, 1, 3, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0),
('5coisas', 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/set_option', 1, 141001000, 141001000, 141001000, 141001000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Quit', 1, 14459000, 14459000, 14459000, 14459000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/select', 4809, 1821417166000, 45226000, 378751000, 70294516000, 389093000000, 0, 0, 0, 48690, 134850, 569, 586, 0, 0, 226, 0, 168, 6, 213, 11964, 583, 156, 0),
('cbx', 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/update', 121, 158440564000, 586497000, 1309426000, 7365090000, 12096000000, 0, 0, 121, 0, 571, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/insert', 36, 52971120000, 377062000, 1471420000, 8084826000, 8810000000, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/delete', 34, 29959251000, 563219000, 881154000, 2867049000, 2138000000, 0, 0, 34, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_fields', 48, 27165926000, 322536000, 565956000, 6568460000, 16706000000, 0, 0, 0, 192, 192, 48, 48, 0, 0, 0, 0, 48, 0, 0, 0, 0, 48, 0),
('cbx', 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/set_option', 369, 28249010000, 32681000, 76555000, 209960000, 0, 0, 123, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `events_statements_summary_by_user_by_event_name` (`USER`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
('cbx', 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Quit', 123, 1090694000, 3786000, 8867000, 81677000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Init DB', 123, 7188442000, 18512000, 58442000, 614744000, 0, 0, 123, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/select', 1960, 3194267356000, 37436000, 1629728000, 72176452000, 270710000000, 0, 21, 0, 57220, 166351, 755, 2837, 127, 0, 0, 0, 1916, 0, 0, 5684, 344, 1482, 0),
('forge', 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_databases', 5, 13856558000, 492710000, 2771311000, 11153693000, 624000000, 0, 0, 0, 175, 175, 0, 5, 0, 0, 0, 0, 5, 0, 0, 0, 0, 5, 0),
('forge', 'statement/sql/show_tables', 168, 207025321000, 104197000, 1232293000, 18265714000, 13687000000, 0, 0, 0, 3488, 3488, 0, 168, 0, 0, 0, 0, 168, 0, 0, 0, 0, 168, 0),
('forge', 'statement/sql/show_fields', 200, 128697153000, 257803000, 643485000, 3380489000, 28685000000, 0, 0, 0, 1672, 1672, 200, 200, 0, 0, 0, 0, 200, 0, 0, 0, 0, 200, 0),
('forge', 'statement/sql/show_keys', 2, 663758000, 322989000, 331879000, 340769000, 287000000, 0, 0, 0, 2, 2, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('forge', 'statement/sql/show_variables', 73, 160208120000, 1704049000, 2194631000, 9993819000, 17542000000, 0, 0, 0, 2100, 74898, 0, 73, 0, 0, 0, 0, 146, 0, 0, 0, 0, 73, 0),
('forge', 'statement/sql/show_status', 163, 216730501000, 1188450000, 1329634000, 1960072000, 25992000000, 0, 0, 0, 55779, 115108, 0, 163, 0, 0, 0, 0, 326, 0, 0, 0, 0, 163, 0),
('forge', 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_master_status', 21, 1952828000, 29417000, 92991000, 150819000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_slave_status', 21, 77954748000, 55663000, 3712130000, 6741009000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_grants', 2, 65029000, 31857000, 32514000, 33172000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_create_table', 247, 413206330000, 50119000, 1672900000, 6946849000, 0, 0, 0, 0, 0, 0, 7, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_charsets', 2, 1107099000, 267741000, 553549000, 839358000, 209000000, 0, 0, 0, 82, 82, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('forge', 'statement/sql/show_collations', 2, 1540329000, 571750000, 770164000, 968579000, 258000000, 0, 0, 0, 444, 444, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('forge', 'statement/sql/show_create_db', 30, 4047777000, 121198000, 134925000, 168179000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_table_status', 250, 141546673000, 131055000, 566186000, 5190847000, 17974000000, 0, 0, 0, 247, 247, 7, 415, 0, 0, 0, 0, 250, 0, 0, 0, 0, 250, 0),
('forge', 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/set_option', 881, 89214507000, 23796000, 101265000, 6393033000, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/lock_tables', 21, 3542140000, 150544000, 168673000, 221954000, 2044000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_binlogs', 2, 906554000, 32468000, 453277000, 874086000, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/empty_query', 21, 1874749000, 76209000, 89273000, 120844000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_storage_engines', 2, 464820000, 213546000, 232410000, 251274000, 192000000, 0, 0, 0, 18, 18, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('forge', 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_create_proc', 26, 21372754000, 168884000, 822029000, 5190136000, 991000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_create_func', 22, 11320954000, 173757000, 514588000, 4661366000, 701000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_procedure_status', 11, 22057490000, 1383222000, 2005226000, 6495027000, 4725000000, 0, 0, 0, 234, 286, 11, 11, 0, 0, 0, 0, 11, 0, 0, 0, 0, 11, 0),
('forge', 'statement/sql/show_function_status', 11, 19254553000, 1494699000, 1750413000, 2629850000, 2605000000, 0, 0, 0, 198, 242, 11, 11, 0, 0, 0, 0, 11, 0, 0, 0, 0, 11, 0),
('forge', 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_plugins', 2, 2782046000, 643362000, 1391023000, 2138684000, 546000000, 0, 0, 0, 90, 90, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('forge', 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sql/error', 38, 6343756000, 34843000, 166940000, 2045686000, 0, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Quit', 322, 3159089000, 2315000, 9810000, 54097000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Init DB', 54, 2936579000, 14839000, 54381000, 126354000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Ping', 12, 686435000, 51517000, 57202000, 74082000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/set_option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/flush', 1, 1183982000, 1183982000, 1183982000, 1183982000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Quit', 2, 15937000, 7520000, 7968000, 8417000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `events_statements_summary_by_user_by_event_name` (`USER`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
('debian-sys-maint', 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Ping', 1, 28794000, 28794000, 28794000, 28794000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/select', 14, 16902763000, 114629000, 1207340000, 8258762000, 14526000000, 0, 0, 0, 20, 148, 0, 1, 1, 0, 0, 0, 7, 0, 0, 4, 1, 7, 0),
('beliv', 'statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/delete', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_databases', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_fields', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_master_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_slave_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_grants', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_charsets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_collations', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_table_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_triggers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/set_option', 2, 134470000, 61055000, 67235000, 73415000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/lock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/unlock_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/change_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/flush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/begin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_binlogs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/empty_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_storage_engines', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_create_proc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_create_func', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_procedure_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_function_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sql/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Quit', 2, 21293000, 6157000, 10646000, 15136000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Init DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Ping', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Execute', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Close stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `events_statements_summary_global_by_event_name`
--

CREATE TABLE `events_statements_summary_global_by_event_name` (
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `SUM_LOCK_TIME` bigint(20) UNSIGNED NOT NULL,
  `SUM_ERRORS` bigint(20) UNSIGNED NOT NULL,
  `SUM_WARNINGS` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_AFFECTED` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_SENT` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_EXAMINED` bigint(20) UNSIGNED NOT NULL,
  `SUM_CREATED_TMP_DISK_TABLES` bigint(20) UNSIGNED NOT NULL,
  `SUM_CREATED_TMP_TABLES` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_FULL_JOIN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_FULL_RANGE_JOIN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_RANGE` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_RANGE_CHECK` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_SCAN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_MERGE_PASSES` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_RANGE` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_ROWS` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_SCAN` bigint(20) UNSIGNED NOT NULL,
  `SUM_NO_INDEX_USED` bigint(20) UNSIGNED NOT NULL,
  `SUM_NO_GOOD_INDEX_USED` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_statements_summary_global_by_event_name`
--

INSERT INTO `events_statements_summary_global_by_event_name` (`EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `SUM_LOCK_TIME`, `SUM_ERRORS`, `SUM_WARNINGS`, `SUM_ROWS_AFFECTED`, `SUM_ROWS_SENT`, `SUM_ROWS_EXAMINED`, `SUM_CREATED_TMP_DISK_TABLES`, `SUM_CREATED_TMP_TABLES`, `SUM_SELECT_FULL_JOIN`, `SUM_SELECT_FULL_RANGE_JOIN`, `SUM_SELECT_RANGE`, `SUM_SELECT_RANGE_CHECK`, `SUM_SELECT_SCAN`, `SUM_SORT_MERGE_PASSES`, `SUM_SORT_RANGE`, `SUM_SORT_ROWS`, `SUM_SORT_SCAN`, `SUM_NO_INDEX_USED`, `SUM_NO_GOOD_INDEX_USED`) VALUES
('statement/sql/select', 6840, 5113015084000, 37436000, 747516000, 72176452000, 677715000000, 0, 46, 0, 112613, 308768, 1328, 3435, 131, 0, 226, 0, 2123, 6, 213, 17653, 931, 1675, 0),
('statement/sql/create_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/create_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/alter_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/update', 121, 158440564000, 586497000, 1309426000, 7365090000, 12096000000, 0, 0, 121, 0, 571, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/insert', 36, 52971120000, 377062000, 1471420000, 8084826000, 8810000000, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/insert_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/delete', 34, 29959251000, 563219000, 881154000, 2867049000, 2138000000, 0, 0, 34, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/truncate', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/drop_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/drop_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_databases', 5, 13856558000, 492710000, 2771311000, 11153693000, 624000000, 0, 0, 0, 175, 175, 0, 5, 0, 0, 0, 0, 5, 0, 0, 0, 0, 5, 0),
('statement/sql/show_tables', 169, 207268266000, 104197000, 1226439000, 18265714000, 13726000000, 0, 0, 0, 3513, 3513, 0, 169, 0, 0, 0, 0, 169, 0, 0, 0, 0, 169, 0),
('statement/sql/show_fields', 299, 171431213000, 255141000, 573348000, 6568460000, 45522000000, 0, 0, 0, 2203, 2203, 299, 299, 0, 0, 0, 0, 299, 0, 0, 0, 0, 299, 0),
('statement/sql/show_keys', 2, 663758000, 322989000, 331879000, 340769000, 287000000, 0, 0, 0, 2, 2, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('statement/sql/show_variables', 75, 163414583000, 1169475000, 2178861000, 9993819000, 17758000000, 0, 0, 0, 2101, 76950, 0, 75, 0, 0, 0, 0, 150, 0, 0, 0, 0, 75, 0),
('statement/sql/show_status', 163, 216730501000, 1188450000, 1329634000, 1960072000, 25992000000, 0, 0, 0, 55779, 115108, 0, 163, 0, 0, 0, 0, 326, 0, 0, 0, 0, 163, 0),
('statement/sql/show_engine_logs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_engine_status', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_engine_mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_master_status', 21, 1952828000, 29417000, 92991000, 150819000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_slave_status', 21, 77954748000, 55663000, 3712130000, 6741009000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_grants', 2, 65029000, 31857000, 32514000, 33172000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_create_table', 273, 419577709000, 50119000, 1536914000, 6946849000, 0, 0, 0, 0, 0, 0, 7, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_charsets', 2, 1107099000, 267741000, 553549000, 839358000, 209000000, 0, 0, 0, 82, 82, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('statement/sql/show_collations', 2, 1540329000, 571750000, 770164000, 968579000, 258000000, 0, 0, 0, 444, 444, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('statement/sql/show_create_db', 30, 4047777000, 121198000, 134925000, 168179000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_table_status', 276, 149329241000, 131055000, 541047000, 5190847000, 18065000000, 0, 0, 0, 273, 273, 7, 441, 0, 0, 0, 0, 276, 0, 0, 0, 0, 276, 0),
('statement/sql/show_triggers', 25, 8929640000, 285764000, 357185000, 470336000, 0, 0, 0, 0, 0, 0, 25, 25, 0, 0, 0, 0, 25, 0, 0, 0, 0, 25, 0),
('statement/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/set_option', 1381, 126282757000, 23796000, 91442000, 6393033000, 0, 0, 154, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/lock_tables', 22, 3762163000, 150544000, 171007000, 221954000, 2201000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/unlock_tables', 1, 289044000, 289044000, 289044000, 289044000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/grant', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/change_db', 5280, 551334083000, 31677000, 104419000, 99606299000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/create_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/drop_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/alter_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/repair', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/replace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/replace_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/create_udf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/drop_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/revoke', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/optimize', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/check', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/assign_to_keycache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/preload_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/flush', 1, 1183982000, 1183982000, 1183982000, 1183982000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/analyze', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/rollback_to_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/commit', 5255, 176587540000, 26011000, 33603000, 1267562000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/release_savepoint', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/slave_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/slave_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/group_replication_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/group_replication_stop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/begin', 5255, 96247832000, 14479000, 18315000, 154910000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/change_master', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/change_repl_filter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/rename_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/reset', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/purge_before_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_binlogs', 2, 906554000, 32468000, 453277000, 874086000, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_open_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/ha_open', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/ha_close', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/ha_read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_slave_hosts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/delete_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/update_multi', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_binlog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/do', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_warnings', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/empty_query', 21, 1874749000, 76209000, 89273000, 120844000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_errors', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_storage_engines', 2, 464820000, 213546000, 232410000, 251274000, 192000000, 0, 0, 0, 18, 18, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('statement/sql/show_privileges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/drop_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/rename_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/revoke_all', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/checksum', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/create_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/create_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/call_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/drop_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/alter_procedure', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/alter_function', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_create_proc', 26, 21372754000, 168884000, 822029000, 5190136000, 991000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_create_func', 22, 11320954000, 173757000, 514588000, 4661366000, 701000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_procedure_status', 11, 22057490000, 1383222000, 2005226000, 6495027000, 4725000000, 0, 0, 0, 234, 286, 11, 11, 0, 0, 0, 0, 11, 0, 0, 0, 0, 11, 0),
('statement/sql/show_function_status', 11, 19254553000, 1494699000, 1750413000, 2629850000, 2605000000, 0, 0, 0, 198, 242, 11, 11, 0, 0, 0, 0, 11, 0, 0, 0, 0, 11, 0),
('statement/sql/prepare_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/execute_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/dealloc_sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/create_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/drop_view', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/drop_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/xa_start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/xa_end', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/xa_prepare', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/xa_commit', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/xa_rollback', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/xa_recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_procedure_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_function_code', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/alter_tablespace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/install_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/uninstall_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_plugins', 2, 2782046000, 643362000, 1391023000, 2138684000, 546000000, 0, 0, 0, 90, 90, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0),
('statement/sql/create_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/drop_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/alter_server', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/alter_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/drop_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_create_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_create_trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/alter_db_upgrade', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_profile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_profiles', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/signal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/resignal', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_relaylog_events', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/get_diagnostics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/alter_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/explain_other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/show_create_user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/alter_instance', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sql/error', 38, 6343756000, 34843000, 166940000, 2045686000, 0, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sp/stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sp/set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sp/set_trigger_field', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sp/jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sp/jump_if_not', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sp/freturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sp/hpush_jump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sp/hpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sp/hreturn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sp/cpush', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sp/cpop', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sp/copen', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sp/cclose', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sp/cfetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sp/error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/sp/set_case_expr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/scheduler/event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Sleep', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Quit', 5706, 92784661000, 2315000, 16260000, 390464000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Init DB', 178, 10178042000, 14839000, 57180000, 614744000, 0, 0, 123, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Field List', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Create DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Drop DB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Refresh', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Shutdown', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Statistics', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Processlist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Connect', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Kill', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Ping', 14, 758429000, 28794000, 54173000, 74082000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Time', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Delayed insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Change user', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Binlog Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Table Dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Connect Out', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Register Slave', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Prepare', 15769, 1376070513000, 29381000, 87264000, 21859926000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Execute', 15769, 1432923657000, 15021000, 90869000, 11538943000, 228191000000, 0, 5255, 3, 89, 3251, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0),
('statement/com/Long Data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Close stmt', 15769, 145955502000, 5248000, 9255000, 374385000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Reset stmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Set option', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Fetch', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Daemon', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Binlog Dump GTID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Reset Connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('statement/com/Error', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `events_transactions_current`
--

CREATE TABLE `events_transactions_current` (
  `THREAD_ID` bigint(20) UNSIGNED NOT NULL,
  `EVENT_ID` bigint(20) UNSIGNED NOT NULL,
  `END_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `STATE` enum('ACTIVE','COMMITTED','ROLLED BACK') DEFAULT NULL,
  `TRX_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `GTID` varchar(64) DEFAULT NULL,
  `XID_FORMAT_ID` int(11) DEFAULT NULL,
  `XID_GTRID` varchar(130) DEFAULT NULL,
  `XID_BQUAL` varchar(130) DEFAULT NULL,
  `XA_STATE` varchar(64) DEFAULT NULL,
  `SOURCE` varchar(64) DEFAULT NULL,
  `TIMER_START` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_END` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_WAIT` bigint(20) UNSIGNED DEFAULT NULL,
  `ACCESS_MODE` enum('READ ONLY','READ WRITE') DEFAULT NULL,
  `ISOLATION_LEVEL` varchar(64) DEFAULT NULL,
  `AUTOCOMMIT` enum('YES','NO') NOT NULL,
  `NUMBER_OF_SAVEPOINTS` bigint(20) UNSIGNED DEFAULT NULL,
  `NUMBER_OF_ROLLBACK_TO_SAVEPOINT` bigint(20) UNSIGNED DEFAULT NULL,
  `NUMBER_OF_RELEASE_SAVEPOINT` bigint(20) UNSIGNED DEFAULT NULL,
  `OBJECT_INSTANCE_BEGIN` bigint(20) UNSIGNED DEFAULT NULL,
  `NESTING_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `NESTING_EVENT_TYPE` enum('TRANSACTION','STATEMENT','STAGE','WAIT') DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `events_transactions_history`
--

CREATE TABLE `events_transactions_history` (
  `THREAD_ID` bigint(20) UNSIGNED NOT NULL,
  `EVENT_ID` bigint(20) UNSIGNED NOT NULL,
  `END_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `STATE` enum('ACTIVE','COMMITTED','ROLLED BACK') DEFAULT NULL,
  `TRX_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `GTID` varchar(64) DEFAULT NULL,
  `XID_FORMAT_ID` int(11) DEFAULT NULL,
  `XID_GTRID` varchar(130) DEFAULT NULL,
  `XID_BQUAL` varchar(130) DEFAULT NULL,
  `XA_STATE` varchar(64) DEFAULT NULL,
  `SOURCE` varchar(64) DEFAULT NULL,
  `TIMER_START` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_END` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_WAIT` bigint(20) UNSIGNED DEFAULT NULL,
  `ACCESS_MODE` enum('READ ONLY','READ WRITE') DEFAULT NULL,
  `ISOLATION_LEVEL` varchar(64) DEFAULT NULL,
  `AUTOCOMMIT` enum('YES','NO') NOT NULL,
  `NUMBER_OF_SAVEPOINTS` bigint(20) UNSIGNED DEFAULT NULL,
  `NUMBER_OF_ROLLBACK_TO_SAVEPOINT` bigint(20) UNSIGNED DEFAULT NULL,
  `NUMBER_OF_RELEASE_SAVEPOINT` bigint(20) UNSIGNED DEFAULT NULL,
  `OBJECT_INSTANCE_BEGIN` bigint(20) UNSIGNED DEFAULT NULL,
  `NESTING_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `NESTING_EVENT_TYPE` enum('TRANSACTION','STATEMENT','STAGE','WAIT') DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `events_transactions_history_long`
--

CREATE TABLE `events_transactions_history_long` (
  `THREAD_ID` bigint(20) UNSIGNED NOT NULL,
  `EVENT_ID` bigint(20) UNSIGNED NOT NULL,
  `END_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `STATE` enum('ACTIVE','COMMITTED','ROLLED BACK') DEFAULT NULL,
  `TRX_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `GTID` varchar(64) DEFAULT NULL,
  `XID_FORMAT_ID` int(11) DEFAULT NULL,
  `XID_GTRID` varchar(130) DEFAULT NULL,
  `XID_BQUAL` varchar(130) DEFAULT NULL,
  `XA_STATE` varchar(64) DEFAULT NULL,
  `SOURCE` varchar(64) DEFAULT NULL,
  `TIMER_START` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_END` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_WAIT` bigint(20) UNSIGNED DEFAULT NULL,
  `ACCESS_MODE` enum('READ ONLY','READ WRITE') DEFAULT NULL,
  `ISOLATION_LEVEL` varchar(64) DEFAULT NULL,
  `AUTOCOMMIT` enum('YES','NO') NOT NULL,
  `NUMBER_OF_SAVEPOINTS` bigint(20) UNSIGNED DEFAULT NULL,
  `NUMBER_OF_ROLLBACK_TO_SAVEPOINT` bigint(20) UNSIGNED DEFAULT NULL,
  `NUMBER_OF_RELEASE_SAVEPOINT` bigint(20) UNSIGNED DEFAULT NULL,
  `OBJECT_INSTANCE_BEGIN` bigint(20) UNSIGNED DEFAULT NULL,
  `NESTING_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `NESTING_EVENT_TYPE` enum('TRANSACTION','STATEMENT','STAGE','WAIT') DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `events_transactions_summary_by_account_by_event_name`
--

CREATE TABLE `events_transactions_summary_by_account_by_event_name` (
  `USER` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `COUNT_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `COUNT_READ_ONLY` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_READ_ONLY` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_READ_ONLY` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_READ_ONLY` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_READ_ONLY` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_transactions_summary_by_account_by_event_name`
--

INSERT INTO `events_transactions_summary_by_account_by_event_name` (`USER`, `HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `COUNT_READ_WRITE`, `SUM_TIMER_READ_WRITE`, `MIN_TIMER_READ_WRITE`, `AVG_TIMER_READ_WRITE`, `MAX_TIMER_READ_WRITE`, `COUNT_READ_ONLY`, `SUM_TIMER_READ_ONLY`, `MIN_TIMER_READ_ONLY`, `AVG_TIMER_READ_ONLY`, `MAX_TIMER_READ_ONLY`) VALUES
(NULL, NULL, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `events_transactions_summary_by_host_by_event_name`
--

CREATE TABLE `events_transactions_summary_by_host_by_event_name` (
  `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `COUNT_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `COUNT_READ_ONLY` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_READ_ONLY` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_READ_ONLY` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_READ_ONLY` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_READ_ONLY` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_transactions_summary_by_host_by_event_name`
--

INSERT INTO `events_transactions_summary_by_host_by_event_name` (`HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `COUNT_READ_WRITE`, `SUM_TIMER_READ_WRITE`, `MIN_TIMER_READ_WRITE`, `AVG_TIMER_READ_WRITE`, `MAX_TIMER_READ_WRITE`, `COUNT_READ_ONLY`, `SUM_TIMER_READ_ONLY`, `MIN_TIMER_READ_ONLY`, `AVG_TIMER_READ_ONLY`, `MAX_TIMER_READ_ONLY`) VALUES
(NULL, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `events_transactions_summary_by_thread_by_event_name`
--

CREATE TABLE `events_transactions_summary_by_thread_by_event_name` (
  `THREAD_ID` bigint(20) UNSIGNED NOT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `COUNT_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `COUNT_READ_ONLY` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_READ_ONLY` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_READ_ONLY` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_READ_ONLY` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_READ_ONLY` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_transactions_summary_by_thread_by_event_name`
--

INSERT INTO `events_transactions_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `COUNT_READ_WRITE`, `SUM_TIMER_READ_WRITE`, `MIN_TIMER_READ_WRITE`, `AVG_TIMER_READ_WRITE`, `MAX_TIMER_READ_WRITE`, `COUNT_READ_ONLY`, `SUM_TIMER_READ_ONLY`, `MIN_TIMER_READ_ONLY`, `AVG_TIMER_READ_ONLY`, `MAX_TIMER_READ_ONLY`) VALUES
(1, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `events_transactions_summary_by_user_by_event_name`
--

CREATE TABLE `events_transactions_summary_by_user_by_event_name` (
  `USER` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `COUNT_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `COUNT_READ_ONLY` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_READ_ONLY` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_READ_ONLY` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_READ_ONLY` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_READ_ONLY` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_transactions_summary_by_user_by_event_name`
--

INSERT INTO `events_transactions_summary_by_user_by_event_name` (`USER`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `COUNT_READ_WRITE`, `SUM_TIMER_READ_WRITE`, `MIN_TIMER_READ_WRITE`, `AVG_TIMER_READ_WRITE`, `MAX_TIMER_READ_WRITE`, `COUNT_READ_ONLY`, `SUM_TIMER_READ_ONLY`, `MIN_TIMER_READ_ONLY`, `AVG_TIMER_READ_ONLY`, `MAX_TIMER_READ_ONLY`) VALUES
(NULL, 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `events_transactions_summary_global_by_event_name`
--

CREATE TABLE `events_transactions_summary_global_by_event_name` (
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `COUNT_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_READ_WRITE` bigint(20) UNSIGNED NOT NULL,
  `COUNT_READ_ONLY` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_READ_ONLY` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_READ_ONLY` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_READ_ONLY` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_READ_ONLY` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_transactions_summary_global_by_event_name`
--

INSERT INTO `events_transactions_summary_global_by_event_name` (`EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `COUNT_READ_WRITE`, `SUM_TIMER_READ_WRITE`, `MIN_TIMER_READ_WRITE`, `AVG_TIMER_READ_WRITE`, `MAX_TIMER_READ_WRITE`, `COUNT_READ_ONLY`, `SUM_TIMER_READ_ONLY`, `MIN_TIMER_READ_ONLY`, `AVG_TIMER_READ_ONLY`, `MAX_TIMER_READ_ONLY`) VALUES
('transaction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `events_waits_current`
--

CREATE TABLE `events_waits_current` (
  `THREAD_ID` bigint(20) UNSIGNED NOT NULL,
  `EVENT_ID` bigint(20) UNSIGNED NOT NULL,
  `END_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `SOURCE` varchar(64) DEFAULT NULL,
  `TIMER_START` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_END` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_WAIT` bigint(20) UNSIGNED DEFAULT NULL,
  `SPINS` int(10) UNSIGNED DEFAULT NULL,
  `OBJECT_SCHEMA` varchar(64) DEFAULT NULL,
  `OBJECT_NAME` varchar(512) DEFAULT NULL,
  `INDEX_NAME` varchar(64) DEFAULT NULL,
  `OBJECT_TYPE` varchar(64) DEFAULT NULL,
  `OBJECT_INSTANCE_BEGIN` bigint(20) UNSIGNED NOT NULL,
  `NESTING_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `NESTING_EVENT_TYPE` enum('TRANSACTION','STATEMENT','STAGE','WAIT') DEFAULT NULL,
  `OPERATION` varchar(32) NOT NULL,
  `NUMBER_OF_BYTES` bigint(20) DEFAULT NULL,
  `FLAGS` int(10) UNSIGNED DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `events_waits_history`
--

CREATE TABLE `events_waits_history` (
  `THREAD_ID` bigint(20) UNSIGNED NOT NULL,
  `EVENT_ID` bigint(20) UNSIGNED NOT NULL,
  `END_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `SOURCE` varchar(64) DEFAULT NULL,
  `TIMER_START` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_END` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_WAIT` bigint(20) UNSIGNED DEFAULT NULL,
  `SPINS` int(10) UNSIGNED DEFAULT NULL,
  `OBJECT_SCHEMA` varchar(64) DEFAULT NULL,
  `OBJECT_NAME` varchar(512) DEFAULT NULL,
  `INDEX_NAME` varchar(64) DEFAULT NULL,
  `OBJECT_TYPE` varchar(64) DEFAULT NULL,
  `OBJECT_INSTANCE_BEGIN` bigint(20) UNSIGNED NOT NULL,
  `NESTING_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `NESTING_EVENT_TYPE` enum('TRANSACTION','STATEMENT','STAGE','WAIT') DEFAULT NULL,
  `OPERATION` varchar(32) NOT NULL,
  `NUMBER_OF_BYTES` bigint(20) DEFAULT NULL,
  `FLAGS` int(10) UNSIGNED DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `events_waits_history_long`
--

CREATE TABLE `events_waits_history_long` (
  `THREAD_ID` bigint(20) UNSIGNED NOT NULL,
  `EVENT_ID` bigint(20) UNSIGNED NOT NULL,
  `END_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `SOURCE` varchar(64) DEFAULT NULL,
  `TIMER_START` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_END` bigint(20) UNSIGNED DEFAULT NULL,
  `TIMER_WAIT` bigint(20) UNSIGNED DEFAULT NULL,
  `SPINS` int(10) UNSIGNED DEFAULT NULL,
  `OBJECT_SCHEMA` varchar(64) DEFAULT NULL,
  `OBJECT_NAME` varchar(512) DEFAULT NULL,
  `INDEX_NAME` varchar(64) DEFAULT NULL,
  `OBJECT_TYPE` varchar(64) DEFAULT NULL,
  `OBJECT_INSTANCE_BEGIN` bigint(20) UNSIGNED NOT NULL,
  `NESTING_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `NESTING_EVENT_TYPE` enum('TRANSACTION','STATEMENT','STAGE','WAIT') DEFAULT NULL,
  `OPERATION` varchar(32) NOT NULL,
  `NUMBER_OF_BYTES` bigint(20) DEFAULT NULL,
  `FLAGS` int(10) UNSIGNED DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `events_waits_summary_by_account_by_event_name`
--

CREATE TABLE `events_waits_summary_by_account_by_event_name` (
  `USER` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_waits_summary_by_account_by_event_name`
--

INSERT INTO `events_waits_summary_by_account_by_event_name` (`USER`, `HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(NULL, NULL, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/casetest', 15, 5591366184, 1012476, 372757412, 5476394280),
(NULL, NULL, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/ERRMSG', 5, 1993261668, 5139108, 398652000, 835729716),
(NULL, NULL, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/FRM', 1365, 71431904844, 388644, 52330720, 3920200320),
(NULL, NULL, 'wait/io/file/sql/global_ddl_log', 2, 13180536, 2238456, 6590268, 10942080),
(NULL, NULL, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/pid', 3, 31917180, 2582064, 10639060, 23086788),
(NULL, NULL, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/mysys/charset', 3, 417738924, 5114088, 139246308, 392458716),
(NULL, NULL, 'wait/io/file/mysys/cnf', 5, 391564668, 385308, 78312600, 369527052),
(NULL, NULL, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/myisam/dfile', 33, 4985982264, 468708, 151090220, 2115451008),
(NULL, NULL, 'wait/io/file/myisam/kfile', 47, 7264485276, 535428, 154562996, 3539774556),
(NULL, NULL, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/innodb/innodb_data_file', 3054, 1080459891416, 1077528, 353785024, 402067435164),
(NULL, NULL, 'wait/io/file/innodb/innodb_log_file', 465, 408761285964, 737256, 879056016, 203850776928),
(NULL, NULL, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(NULL, NULL, 'idle', 0, 0, 0, 0, 0),
(NULL, NULL, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('root', 'localhost', 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('root', 'localhost', 'idle', 2, 15154000000, 28000000, 7577000000, 15126000000),
('root', 'localhost', 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_account_by_event_name` (`USER`, `HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('ambassador', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/dbopt', 4, 46076832, 557112, 11519208, 39359796),
('ambassador', 'localhost', 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/FRM', 325, 1108476072, 418668, 3410504, 319864020),
('ambassador', 'localhost', 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/innodb/innodb_data_file', 162, 26956849908, 2812248, 166400236, 1603668576),
('ambassador', 'localhost', 'wait/io/file/innodb/innodb_log_file', 6, 2178853356, 11362416, 363141948, 932450364),
('ambassador', 'localhost', 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/table/sql/handler', 8391, 36694343676, 745596, 4372940, 14938743108),
('ambassador', 'localhost', 'wait/lock/table/sql/handler', 5285, 11303159744, 115092, 2138376, 114808440),
('ambassador', 'localhost', 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'idle', 68662, 52562038661000000, 0, 765518000000, 11156298000000),
('ambassador', 'localhost', 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_account_by_event_name` (`USER`, `HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/dbopt', 4, 849519072, 468708, 212379768, 841305840),
('5coisas', '201.182.174.227', 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/FRM', 13, 503894460, 423672, 38760984, 416242728),
('5coisas', '201.182.174.227', 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/innodb/innodb_data_file', 8, 815391792, 3304308, 101923696, 312453096),
('5coisas', '201.182.174.227', 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/table/sql/handler', 2, 58021380, 58021380, 29010412, 58021380),
('5coisas', '201.182.174.227', 'wait/lock/table/sql/handler', 1, 1519548, 1519548, 1519548, 1519548),
('5coisas', '201.182.174.227', 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'idle', 3, 329883000000, 106951000000, 109961000000, 112469000000),
('5coisas', '201.182.174.227', 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/dbopt', 4, 87868572, 492060, 21967004, 78767964),
('cbx', '179.180.156.171', 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/FRM', 104, 4247982336, 423672, 40845984, 620577732),
('cbx', '179.180.156.171', 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/innodb/innodb_data_file', 143, 47728835324, 3205896, 333767912, 1047670800),
('cbx', '179.180.156.171', 'wait/io/file/innodb/innodb_log_file', 8, 3243075720, 28147500, 405384048, 819093084),
('cbx', '179.180.156.171', 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/table/sql/handler', 20002, 80436999272, 450360, 4020992, 3670455684),
('cbx', '179.180.156.171', 'wait/lock/table/sql/handler', 778, 1305178864, 70056, 1677452, 15147108),
('cbx', '179.180.156.171', 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'idle', 881, 225720024000000, 128272000000, 256208000000, 3784440000000),
('cbx', '179.180.156.171', 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_account_by_event_name` (`USER`, `HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('cbx', '67.205.129.192', 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/myisam/dfile', 1, 2365224, 2365224, 2365224, 2365224),
('cbx', '67.205.129.192', 'wait/io/file/myisam/kfile', 1, 5407656, 5407656, 5407656, 5407656),
('cbx', '67.205.129.192', 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/innodb/innodb_data_file', 6, 1940255964, 12957024, 323375716, 711418680),
('cbx', '67.205.129.192', 'wait/io/file/innodb/innodb_log_file', 128, 42859118220, 8857080, 334836544, 1258052304),
('cbx', '67.205.129.192', 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/table/sql/handler', 13155, 50321437748, 1354416, 3824724, 6100581564),
('cbx', '67.205.129.192', 'wait/lock/table/sql/handler', 480, 560587556, 166800, 1167600, 13315644),
('cbx', '67.205.129.192', 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'idle', 716, 1643881000000, 4000000, 2295000000, 364425000000),
('cbx', '67.205.129.192', 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/dbopt', 124, 3679698072, 422004, 29674832, 452933724),
('forge', '191.177.184.88', 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/FRM', 1696, 159343438964, 420336, 93952324, 5629516680),
('forge', '191.177.184.88', 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/myisam/dfile', 590, 4840098984, 380304, 8203224, 1068225564),
('forge', '191.177.184.88', 'wait/io/file/myisam/kfile', 28, 2945569572, 827328, 105198536, 477937044),
('forge', '191.177.184.88', 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/innodb/innodb_data_file', 154, 28122579524, 3509472, 182613752, 1515352980),
('forge', '191.177.184.88', 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/table/sql/handler', 2495, 4944017052, 35922048, 1981028, 1553274960),
('forge', '191.177.184.88', 'wait/lock/table/sql/handler', 23, 69435504, 770616, 3018524, 4431876),
('forge', '191.177.184.88', 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'idle', 836, 24510274772000000, 132302000000, 29318510000000, 7879546387000000),
('forge', '191.177.184.88', 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_account_by_event_name` (`USER`, `HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'idle', 4, 266000000, 47000000, 66000000, 91000000),
('debian-sys-maint', 'localhost', 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/io_cache', 152, 5944401720, 1135908, 39107372, 202958904),
('cbx', 'localhost', 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/FRM', 39, 1727986284, 435348, 44307084, 577356516),
('cbx', 'localhost', 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/myisam/dfile', 3, 11906184, 1763076, 3968728, 7008936),
('cbx', 'localhost', 'wait/io/file/myisam/kfile', 3, 23346996, 6748728, 7782332, 9025548),
('cbx', 'localhost', 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/innodb/innodb_data_file', 550, 119449574940, 3187548, 217180828, 2389498404),
('cbx', 'localhost', 'wait/io/file/innodb/innodb_log_file', 244, 93668831832, 8937144, 383888532, 6878394984),
('cbx', 'localhost', 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/table/sql/handler', 101231, 382017963964, 63384, 3773572, 66852972960),
('cbx', 'localhost', 'wait/lock/table/sql/handler', 4821, 3916522380, 70056, 812316, 33383352),
('cbx', 'localhost', 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('cbx', 'localhost', 'idle', 4066, 7853318000000, 2000000, 1931000000, 581859000000),
('cbx', 'localhost', 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_account_by_event_name` (`USER`, `HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('beliv', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/FRM', 52, 2277764088, 438684, 43802792, 682553940),
('beliv', 'localhost', 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/innodb/innodb_data_file', 27, 7353137808, 2977380, 272338252, 2566334760),
('beliv', 'localhost', 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/table/sql/handler', 133, 414834936, 136776, 3118604, 81708648),
('beliv', 'localhost', 'wait/lock/table/sql/handler', 19, 14716764, 168468, 774508, 1961568),
('beliv', 'localhost', 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('beliv', 'localhost', 'idle', 18, 33018000000, 14000000, 1834000000, 26903000000),
('beliv', 'localhost', 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/file_parser', 232, 1859157804, 1796436, 8013072, 255899556),
('forge', 'localhost', 'wait/io/file/sql/FRM', 2814, 114837049536, 393648, 40808732, 2702573664),
('forge', 'localhost', 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/misc', 16, 145257780, 7599408, 9078368, 14665056),
('forge', 'localhost', 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/csv/metadata', 16, 4679769156, 755604, 292485468, 2594505612),
('forge', 'localhost', 'wait/io/file/csv/data', 6, 90182088, 3222576, 15030348, 23260260),
('forge', 'localhost', 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/myisam/dfile', 10550, 51410972012, 375300, 4872784, 3940876848),
('forge', 'localhost', 'wait/io/file/myisam/kfile', 224, 14196591528, 668868, 63377328, 579790128),
('forge', 'localhost', 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/innodb/innodb_data_file', 1102, 187113858096, 2638776, 169794616, 1886753196),
('forge', 'localhost', 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/table/sql/handler', 54566, 230214769596, 483720, 4218928, 34801797516),
('forge', 'localhost', 'wait/lock/table/sql/handler', 323, 316157168, 301908, 978560, 2150052),
('forge', 'localhost', 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('forge', 'localhost', 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('forge', 'localhost', 'idle', 3844, 12195239000000, 1000000, 3172000000, 1543912000000),
('forge', 'localhost', 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `events_waits_summary_by_host_by_event_name`
--

CREATE TABLE `events_waits_summary_by_host_by_event_name` (
  `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_waits_summary_by_host_by_event_name`
--

INSERT INTO `events_waits_summary_by_host_by_event_name` (`HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(NULL, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/casetest', 15, 5591366184, 1012476, 372757412, 5476394280),
(NULL, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/ERRMSG', 5, 1993261668, 5139108, 398652000, 835729716),
(NULL, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/FRM', 1365, 71431904844, 388644, 52330720, 3920200320),
(NULL, 'wait/io/file/sql/global_ddl_log', 2, 13180536, 2238456, 6590268, 10942080),
(NULL, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/pid', 3, 31917180, 2582064, 10639060, 23086788),
(NULL, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/mysys/charset', 3, 417738924, 5114088, 139246308, 392458716),
(NULL, 'wait/io/file/mysys/cnf', 5, 391564668, 385308, 78312600, 369527052),
(NULL, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/myisam/dfile', 33, 4985982264, 468708, 151090220, 2115451008),
(NULL, 'wait/io/file/myisam/kfile', 47, 7264485276, 535428, 154562996, 3539774556),
(NULL, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/innodb/innodb_data_file', 3054, 1080459891416, 1077528, 353785024, 402067435164),
(NULL, 'wait/io/file/innodb/innodb_log_file', 465, 408761285964, 737256, 879056016, 203850776928),
(NULL, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(NULL, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(NULL, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(NULL, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(NULL, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(NULL, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(NULL, 'idle', 0, 0, 0, 0, 0),
(NULL, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('localhost', 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/io_cache', 152, 5944401720, 1135908, 39107372, 202958904),
('localhost', 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/dbopt', 4, 46076832, 557112, 11519208, 39359796),
('localhost', 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/file_parser', 232, 1859157804, 1796436, 8013072, 255899556),
('localhost', 'wait/io/file/sql/FRM', 3230, 119951275980, 393648, 37136352, 2702573664),
('localhost', 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/misc', 16, 145257780, 7599408, 9078368, 14665056),
('localhost', 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/csv/metadata', 16, 4679769156, 755604, 292485468, 2594505612),
('localhost', 'wait/io/file/csv/data', 6, 90182088, 3222576, 15030348, 23260260),
('localhost', 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/myisam/dfile', 10553, 51422878196, 375300, 4872784, 3940876848),
('localhost', 'wait/io/file/myisam/kfile', 227, 14219938524, 668868, 62642852, 579790128),
('localhost', 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/innodb/innodb_data_file', 1841, 340873420752, 2638776, 185156340, 2566334760),
('localhost', 'wait/io/file/innodb/innodb_log_file', 250, 95847685188, 8937144, 383390356, 6878394984),
('localhost', 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('localhost', 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('localhost', 'wait/io/table/sql/handler', 164321, 649341912172, 63384, 3951492, 66852972960),
('localhost', 'wait/lock/table/sql/handler', 10448, 15550556056, 70056, 1487856, 114808440),
('localhost', 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('localhost', 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('localhost', 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('localhost', 'idle', 76604, 52582155122000000, 0, 686415000000, 11156298000000),
('localhost', 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_host_by_event_name` (`HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/dbopt', 4, 849519072, 468708, 212379768, 841305840),
('201.182.174.227', 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/FRM', 13, 503894460, 423672, 38760984, 416242728),
('201.182.174.227', 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/innodb/innodb_data_file', 8, 815391792, 3304308, 101923696, 312453096),
('201.182.174.227', 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/table/sql/handler', 2, 58021380, 58021380, 29010412, 58021380),
('201.182.174.227', 'wait/lock/table/sql/handler', 1, 1519548, 1519548, 1519548, 1519548),
('201.182.174.227', 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('201.182.174.227', 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('201.182.174.227', 'idle', 3, 329883000000, 106951000000, 109961000000, 112469000000),
('201.182.174.227', 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/dbopt', 4, 87868572, 492060, 21967004, 78767964),
('179.180.156.171', 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/FRM', 104, 4247982336, 423672, 40845984, 620577732),
('179.180.156.171', 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/innodb/innodb_data_file', 143, 47728835324, 3205896, 333767912, 1047670800),
('179.180.156.171', 'wait/io/file/innodb/innodb_log_file', 8, 3243075720, 28147500, 405384048, 819093084),
('179.180.156.171', 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/table/sql/handler', 20002, 80436999272, 450360, 4020992, 3670455684),
('179.180.156.171', 'wait/lock/table/sql/handler', 778, 1305178864, 70056, 1677452, 15147108),
('179.180.156.171', 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('179.180.156.171', 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('179.180.156.171', 'idle', 881, 225720024000000, 128272000000, 256208000000, 3784440000000),
('179.180.156.171', 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_host_by_event_name` (`HOST`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('67.205.129.192', 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/myisam/dfile', 1, 2365224, 2365224, 2365224, 2365224),
('67.205.129.192', 'wait/io/file/myisam/kfile', 1, 5407656, 5407656, 5407656, 5407656),
('67.205.129.192', 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/innodb/innodb_data_file', 6, 1940255964, 12957024, 323375716, 711418680),
('67.205.129.192', 'wait/io/file/innodb/innodb_log_file', 128, 42859118220, 8857080, 334836544, 1258052304),
('67.205.129.192', 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/table/sql/handler', 13155, 50321437748, 1354416, 3824724, 6100581564),
('67.205.129.192', 'wait/lock/table/sql/handler', 480, 560587556, 166800, 1167600, 13315644),
('67.205.129.192', 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('67.205.129.192', 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('67.205.129.192', 'idle', 716, 1643881000000, 4000000, 2295000000, 364425000000),
('67.205.129.192', 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/dbopt', 124, 3679698072, 422004, 29674832, 452933724),
('191.177.184.88', 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/FRM', 1696, 159343438964, 420336, 93952324, 5629516680),
('191.177.184.88', 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/myisam/dfile', 590, 4840098984, 380304, 8203224, 1068225564),
('191.177.184.88', 'wait/io/file/myisam/kfile', 28, 2945569572, 827328, 105198536, 477937044),
('191.177.184.88', 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/innodb/innodb_data_file', 154, 28122579524, 3509472, 182613752, 1515352980),
('191.177.184.88', 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/table/sql/handler', 2495, 4944017052, 35922048, 1981028, 1553274960),
('191.177.184.88', 'wait/lock/table/sql/handler', 23, 69435504, 770616, 3018524, 4431876),
('191.177.184.88', 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('191.177.184.88', 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('191.177.184.88', 'idle', 836, 24510274772000000, 132302000000, 29318510000000, 7879546387000000),
('191.177.184.88', 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `events_waits_summary_by_instance`
--

CREATE TABLE `events_waits_summary_by_instance` (
  `EVENT_NAME` varchar(128) NOT NULL,
  `OBJECT_INSTANCE_BEGIN` bigint(20) UNSIGNED NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_waits_summary_by_instance`
--

INSERT INTO `events_waits_summary_by_instance` (`EVENT_NAME`, `OBJECT_INSTANCE_BEGIN`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('wait/synch/mutex/mysys/THR_LOCK_heap', 31962464, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK_net', 31962208, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK_myisam', 31962144, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK_malloc', 31962272, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK_open', 31962528, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK_charset', 31962592, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_error_log', 31259776, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_audit_mask', 31206816, 0, 0, 0, 0, 0),
('wait/synch/mutex/session/LOCK_srv_session_threads', 31206888, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOG::LOCK_log', 53949632, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOG::LOCK_log', 53950696, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_status', 31195168, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_manager', 31276416, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_crypt', 31195040, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_user_conn', 31194912, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_global_system_variables', 31194976, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_prepared_stmt_count', 31194656, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 31194592, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_slave_net_timeout', 31194528, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_error_messages', 31194784, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_uuid_generator', 31195104, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_sql_rand', 31194720, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_log_throttle_qni', 31194464, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_offline_mode', 31194400, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_default_password_lifetime', 31205568, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_des_key_file', 31194336, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_server_started', 31194016, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_keyring_operations', 31193376, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_reset_gtid_table', 31193888, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_compress_gtid_table', 31193824, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_group_replication_handler', 31193696, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_socket_listener_active', 31193632, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_start_signal_handler', 31193504, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 31403624, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 31404752, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 31404800, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 31404848, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 31404896, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 31404944, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 31407816, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 31407568, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 31407640, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 31407712, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/TMPDIR_mutex', 31195408, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_thread_cache', 31402336, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_connection_count', 31252224, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_thd_list', 54010216, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_thd_remove', 54010264, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_thread_ids', 54010312, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_load_client_plugin', 31402016, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_item_func_sleep', 31256224, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/BITMAP::mutex', 53978080, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_open', 31262240, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_table_cache', 31388960, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_table_cache', 31389136, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_table_cache', 31389312, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_table_cache', 31389488, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_table_cache', 31389664, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_table_cache', 31389840, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_table_cache', 31390016, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_table_cache', 31390192, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_table_cache', 31390368, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_table_cache', 31390544, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_table_cache', 31390720, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_table_cache', 31390896, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_table_cache', 31391072, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_table_cache', 31391248, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_table_cache', 31391424, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_table_cache', 31391600, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/hash_filo::lock', 54255184, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 31192752, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_slave_list', 31194848, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_transaction_cache', 31401920, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 53970464, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 54297992, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 54298192, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 54298392, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 54298592, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_plugin', 31277216, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_plugin_delete', 31277280, 0, 0, 0, 0, 0),
('wait/synch/mutex/csv/tina', 31727360, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/rw_lock_list_mutex', 31902848, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/sync_array_mutex', 54415392, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/thread_mutex', 31827648, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_pool_manager_mutex', 54415680, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_pool_mutex', 54416096, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_mutex', 139767315771440, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315772056, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_mutex', 139767315772360, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315772976, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_mutex', 139767315773280, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315773896, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_mutex', 139767315774200, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315774816, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_mutex', 139767315775120, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315775736, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_mutex', 139767315776040, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315776656, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_mutex', 139767315776960, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315777576, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_mutex', 139767315777880, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315778496, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_mutex', 139767315778800, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315779416, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_mutex', 139767315779720, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315780336, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_mutex', 139767315780640, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315781256, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_mutex', 139767315781560, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315782176, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_mutex', 139767315782480, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315783096, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_mutex', 139767315783400, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315784016, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_mutex', 139767315784320, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315784936, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_mutex', 139767315785240, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315785856, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/row_drop_list_mutex', 31828128, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 31853408, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/srv_sys_mutex', 54507680, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/srv_threads_mutex', 54507592, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 31853344, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/cache_last_read_mutex', 31940816, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/srv_monitor_file_mutex', 31853280, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 31853216, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 31853152, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/fil_system_mutex', 57608152, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/buf_pool_mutex', 57608904, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/buf_pool_zip_mutex', 57608960, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/flush_list_mutex', 57609488, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/log_sys_mutex', 61265480, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/log_sys_write_mutex', 61265536, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/log_flush_order_mutex', 61265656, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/recv_sys_mutex', 61267992, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/recv_writer_mutex', 61268048, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/lock_mutex', 61270744, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/lock_wait_mutex', 61270888, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/page_cleaner_mutex', 61394456, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/buf_dblwr_mutex', 61428696, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/recalc_pool_mutex', 31956256, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/file_format_max_mutex', 31944016, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_sys_mutex', 61407576, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/dict_sys_mutex', 63798616, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/dict_foreign_err_mutex', 31956096, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/ibuf_mutex', 31728640, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/ibuf_bitmap_mutex', 31728576, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 31728704, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64376832, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64378144, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64379456, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64380768, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64382080, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64383392, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64384704, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64386016, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64387328, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64388784, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64390096, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64391040, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64392352, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64393664, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64394976, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64396288, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64397600, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64399072, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64400384, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64401696, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64402640, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64403952, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64405264, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64406576, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64407888, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64409200, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64410512, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64411824, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64413136, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64414448, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64415760, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64417072, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64418384, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64420112, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64421280, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64422592, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64423536, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64424848, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64426160, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64427472, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64428784, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64429728, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64431040, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64432352, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64433664, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64434976, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64436288, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64437600, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64438912, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64439856, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64441168, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64442112, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64443424, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64444736, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64446048, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64447360, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64448672, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64449984, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64451296, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64452608, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64453920, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64455232, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64456544, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64457856, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64459168, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64461040, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64462352, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64463664, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64464976, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64466288, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64467600, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64468544, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64469856, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64471168, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64472480, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64473424, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64474736, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64476048, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64477360, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64478672, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64479984, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64481296, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64482608, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64483920, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64485232, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64486544, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64487856, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64489168, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64490480, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64491792, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64493104, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64494416, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64495360, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64496672, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64497616, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64498560, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/purge_sys_pq_mutex', 64500560, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/fts_bg_threads_mutex', 62304120, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/fts_delete_mutex', 62310080, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/fts_optimize_mutex', 62310024, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/fts_doc_id_mutex', 62310136, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/fts_bg_threads_mutex', 62513320, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/fts_delete_mutex', 62514944, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/fts_optimize_mutex', 62514888, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/fts_doc_id_mutex', 62515000, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61808320, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 62144464, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 62138928, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 62130816, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 62124112, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 62136160, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 62097936, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 62100768, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61881776, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 62023232, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61953792, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61738464, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61724800, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61587264, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61679696, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61680160, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61680624, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 62666592, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 62667024, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 62667600, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61771472, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61772048, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61772624, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61773200, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61773776, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61993312, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61993888, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61994464, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61995040, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61995616, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61996192, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61996768, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 139766825748888, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 139766825751936, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 139766825751984, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 139766825752032, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 139766825752080, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 139766825753408, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 139766758639960, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 139766758643008, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 139766758643056, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 139766758643104, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 139766758643152, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 139766758644480, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 139766624422232, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 139766624425280, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 139766624425328, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 139766624425376, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 139766624425424, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 139766624426752, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 139766691531096, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 139766691534144, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 139766691534192, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 139766691534240, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 139766691534288, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 139766691535616, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/master_key_id_mutex', 31728000, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/innobase_share_mutex', 31728480, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/commit_cond_mutex', 31728352, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766423298712, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766423325736, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766423317784, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766423363112, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766423359800, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766770447208, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62198056, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31720728, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31714552, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31714360, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31714168, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31715224, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31714776, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31715448, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31715672, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31715000, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31715896, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31716120, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31717880, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31717656, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31718776, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31721112, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31719224, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31719448, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31720920, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31719640, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31719864, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31720088, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31720312, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31720536, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31723800, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31724024, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31724248, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31723576, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31712728, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31712536, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31712344, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31708760, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31708312, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31708984, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31708536, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31709208, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31713336, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31713144, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31712952, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31710552, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31709432, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31710776, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31709656, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31711000, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31709880, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31710104, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31713944, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31713752, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31713560, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31711672, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31711224, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31711896, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31711448, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31712120, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31724472, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31708088, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31719000, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31718104, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31718328, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31718552, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31724920, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31725144, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31716568, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31716760, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31716984, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31717208, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31717432, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31723352, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31716344, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31725368, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31725592, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31725816, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31726040, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31726264, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31726488, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31726712, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31726936, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31710328, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31724696, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31721336, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31721560, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31721784, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31722008, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31722232, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31722456, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31722680, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31722904, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31723128, 0, 0, 0, 0, 0),
('wait/synch/mutex/blackhole/blackhole', 31727872, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 61954088, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759250712, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759259160, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759309736, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759335912, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759325672, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766423384504, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Gtid_state', 62230640, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Gtid_state', 62230784, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766423387896, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766423433496, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766423407080, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759339000, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759371016, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759398552, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62158760, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759449624, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759444856, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759433864, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759486792, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759518552, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759503832, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62296664, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62764584, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759514312, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759587128, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759563912, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759599688, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759579352, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759642712, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/hash_filo::lock', 62770144, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759665912, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759687640, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766490650360, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492715672, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491853320, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492513688, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 54310488, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766490944648, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492067336, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62854648, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492153672, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435938584, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62885624, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766435650808, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491640008, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492199240, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766493126984, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492101400, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766493204056, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492225192, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766490421816, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/tz_LOCK', 31401184, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62991608, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62965576, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63033016, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 63040888, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63052600, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63102376, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766490439512, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766490758184, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766490788136, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766490583624, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766490783000, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492133608, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63062616, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491799976, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766490819848, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62975704, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491296920, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766490995128, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63066072, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766490996840, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491025000, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766490683992, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491427352, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766490421416, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491420616, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491407864, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491277320, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63170696, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491288408, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491264680, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491274552, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492569736, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492582232, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492583144, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63164360, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492661384, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492638472, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 139766367781912, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 139766367784960, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 139766367785008, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 139766367785056, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 139766367785104, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 139766367786432, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63193080, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63201528, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63233592, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63266568, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63292184, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63303416, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63322632, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63333624, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63344696, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63359240, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63378696, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63393480, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63411864, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63444808, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63468728, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63478808, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63509800, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62284152, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62789496, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62275176, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62781736, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62896888, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62813576, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63137000, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63038248, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62883672, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63221288, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63196328, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63212760, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63244936, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63278088, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63288680, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63308856, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63328056, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63339048, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63352200, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63364920, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63385016, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63403432, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63423048, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63457752, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63473160, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63486552, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63514248, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63520072, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62773720, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62778248, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62892360, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62903080, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62829592, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62909592, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63073848, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63119016, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62849560, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63186600, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63522152, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63251272, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63283112, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63539928, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63545544, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63551688, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63558088, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63562120, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63585992, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63630440, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63409336, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63664376, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63466664, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63690264, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63704504, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63714392, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63765352, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63772792, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63796248, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 64523736, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 64545256, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 64552312, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 64566680, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 64569944, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63113944, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62837512, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63189832, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63228440, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63256232, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 64612360, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 64624200, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 64633672, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 139766423128504, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 139766423131552, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 139766423131600, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 139766423131648, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 139766423131696, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 139766423133024, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_gdl', 31280192, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492654104, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368099160, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766367951720, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379561864, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492689624, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766490849160, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491042488, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491510600, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 139766491206672, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 139766369594952, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63578872, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 63533288, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 63533456, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_event_queue', 64643408, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 62913568, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491517832, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491531256, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491274648, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492819848, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492827592, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491361496, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 62244616, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 62247664, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 62247712, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 62247760, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 62247808, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 62249136, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492287160, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491361848, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766493234600, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492488552, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766493295448, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766493296264, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766370018648, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373907144, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766371021656, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766375233944, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766370048168, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766377140680, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766356043880, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766356050680, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766377136696, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766377137704, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766371307248, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 139766369598000, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 139766369598048, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 139766369598096, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 139766369598144, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766367405112, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766356012232, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766356012400, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368632696, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 139766369599472, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 139766758750488, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 139766758753536, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 139766758753584, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 139766758753632, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 139766758753680, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766370038888, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766370039056, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368238392, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766375204760, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766375204928, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766367410872, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766356025784, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766356025952, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766356028424, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766379433288, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766379433456, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759874040, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380400024, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766368305848, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766375127240, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766374984888, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370766776, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766370788712, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376601400, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766375206712, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376355464, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766376374040, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376564888, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766376621176, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376908776, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766625761608, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766625005832, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759224168, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376660696, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766376668808, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759844616, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766770461816, 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_instance` (`EVENT_NAME`, `OBJECT_INSTANCE_BEGIN`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759145816, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760574968, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760559448, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759056392, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759385496, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379435208, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766370731992, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766758695224, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766758725864, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491473720, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766490729400, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491492216, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491519720, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491672520, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491696872, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491749032, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491757464, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491801928, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491773816, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491815400, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766624703080, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766625103832, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766625104000, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692110072, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692123000, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692167176, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692117576, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692105416, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692117480, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692103944, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692116536, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692244536, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692193032, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692220776, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692115240, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766691585016, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692252568, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692318888, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692345320, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692351448, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692338088, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692403880, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692412200, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491816472, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491853720, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491886424, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491904440, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491881800, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492079496, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492091000, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492167640, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492140008, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492164904, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492157720, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492187304, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492203832, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492216712, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435450536, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766423906152, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435494520, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435539976, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692391320, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692289368, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692433880, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766692443240, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766692443408, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692448168, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766423787384, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435557640, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692476568, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492231112, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492241512, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692495864, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692460568, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692097656, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492290168, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492302616, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766691967336, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492316664, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492519816, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692503640, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692505960, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766691985384, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692475992, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766691945848, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692475560, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766691655240, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766693986888, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692056632, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766691910888, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692183176, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766693984408, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692025880, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766693986280, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694020680, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692041912, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692029000, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766694034424, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766694034592, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694050952, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766691616472, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694011384, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766694057240, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692112360, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692160936, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692208264, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692138136, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766435560728, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435588616, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766435561352, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435613016, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766435616200, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435633112, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766435634088, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435677096, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766435680152, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435695944, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766435727496, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435740008, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766435743512, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435786232, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435811576, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766435831880, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435839240, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766435826408, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435851464, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435884072, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766423161272, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766423164824, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435969576, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766435965704, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435954408, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766436021464, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766436053640, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766436026264, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766436081848, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766436007560, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766436100280, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766436131528, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766368594184, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766368594352, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 139766758755008, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 139766491202152, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759690872, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760756968, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760034632, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759635000, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 139766491205200, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 139766491205248, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 139766491205296, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 139766491205344, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368752728, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379884952, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379935288, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379963592, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380026808, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368436776, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766368295128, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380544968, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380599688, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380637064, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380670984, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380678392, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368931896, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368953544, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369499000, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368961048, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766423169544, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766423176104, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369174168, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370011592, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370059848, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370198008, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370298376, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370389048, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370395464, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370409256, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370422440, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368259832, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368079736, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766367758648, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379957784, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369645592, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369648584, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371263864, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380005608, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380012264, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380020424, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371633880, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371657192, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370415000, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379641080, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368039608, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766372178360, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766372128440, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766372133656, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766372531704, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371016312, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370792152, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370795032, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373119416, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373206296, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371001688, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368081896, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368084088, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370950584, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371655160, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371649064, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369176360, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371641240, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373685304, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373867336, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369317496, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369403288, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371652776, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371800440, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766372026776, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766372032472, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371658344, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380002728, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766374293928, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371466024, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379924072, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380631256, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371261112, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766374453704, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766374455880, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371246232, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370397672, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766375094296, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379121048, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379799000, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766367479432, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370988216, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766367459032, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371812216, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369313448, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369643784, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766374393272, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766374400904, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376374472, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376544360, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376547224, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376550120, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376674360, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766375029640, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766375032504, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766377176216, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371266056, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766375212744, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371172664, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766377309496, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766374198120, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766374200328, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373284008, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373546120, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376894200, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766377113560, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766377082776, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766377109880, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766377171400, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368087912, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766367559256, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371440952, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766368332696, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373224296, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766371255224, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766367429640, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370009448, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379990856, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766368730872, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380629112, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380625896, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766377233528, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380658984, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766370732160, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766371307080, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371442264, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766371455464, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766371455632, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371458088, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766379778328, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766379778496, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379781432, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766372006168, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766372006336, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 139766490276968, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 139766490280016, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 139766490280064, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 139766490280112, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 139766490280160, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 139766490281488, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 139766624919736, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 139766624922784, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 139766624922832, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 139766624922880, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 139766624922928, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 139766624924256, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379900008, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766379908360, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766379908528, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379919976, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766372144232, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766372144400, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766372156296, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766372995096, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766372995264, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373011672, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766373028056, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766373028224, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373032344, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766373243864, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766373244032, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373246968, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766373826584, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766373826752, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766369404664, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766367571896, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766379933064, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766423211896, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766423214936, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379196936, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766380388056, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380379176, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373863048, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766379197944, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368313448, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766371177240, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370050856, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491023064, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766758974264, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759059608, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766770421320, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766423123624, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766423124440, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766423274200, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766423280936, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759174600, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760674456, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766760623016, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759880616, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759624440, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759754856, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766770436312, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759827272, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759843032, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759798440, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766760338040, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760314456, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766760318328, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760333448, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766760334280, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760405800, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760422232, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766760418312, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760466072, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766760523304, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760536472, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766760537800, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760772568, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766760776328, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760822552, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766760797992, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760863688, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766760868968, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766761037944, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766761042584, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692046104, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766694244040, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694141144, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766691589000, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694681992, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766691621432, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766691622280, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692529784, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766691590664, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766691640536, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694771352, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766694789080, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694832392, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766694772616, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766691832616, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694854120, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766691784184, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766691845752, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692403096, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694924808, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766694401896, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694897672, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766694898520, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694943928, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766694920360, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766695008728, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766691648616, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694981704, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368052920, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766376369480, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766367655544, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766376881480, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368356520, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766369202168, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369200424, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766367434648, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766375086088, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766375093896, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766375075336, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766375087368, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371291768, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371239240, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369278232, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766371225160, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371195096, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766371220888, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371217128, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766369274568, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369271432, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766379277816, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369016776, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766369000792, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376344584, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766367557880, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766367558048, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369209640, 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 139766372038392, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371437256, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766372150888, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766372151056, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368696216, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766368242872, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766368243040, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766377299160, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766377317640, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766377317808, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766372988232, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766367486184, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766367486352, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368697368, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766379615912, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766379616080, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368717256, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766368289912, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766368290080, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368747752, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766373251640, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766373251808, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368683832, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766368768984, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766368769152, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368773976, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766379566712, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766379566880, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379572808, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766379107448, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766379107616, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379828376, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766379117832, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766379118000, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766368731040, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766377233696, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766369337512, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766369337680, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766374949944, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766368566024, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766368566192, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766372978040, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766367580248, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766367580416, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766367582248, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766368985192, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766368985360, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379881704, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766379299256, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766379299424, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369264376, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766375223192, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766375223360, 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379847288, 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766377268136, 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766377268304, 0, 0, 0, 0, 0),
('wait/synch/rwlock/session/LOCK_srv_session_collection', 31207064, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOGGER::LOCK_logger', 31259616, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_system_variables_hash', 31194144, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_sys_init_connect', 31194272, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_sys_init_slave', 31194208, 0, 0, 0, 0, 0),
('wait/synch/rwlock/mysys/SAFE_HASH::lock', 31432416, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_dboptions', 31263808, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 54236984, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 54237592, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/Trans_delegate::lock', 31261080, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 31260888, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/Server_state_delegate::lock', 31260696, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 31260504, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 31260312, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/gtid_commit_rollback', 54297048, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/gtid_mode_lock', 54297128, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/trx_i_s_cache_lock', 54515224, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61150024, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61150152, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61150280, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61150408, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61150536, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61150664, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61150792, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61150920, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61151048, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61151176, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61151304, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61151432, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61151560, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61151688, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61151816, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61151944, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/btr_search_latch', 61226296, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/btr_search_latch', 61226744, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/btr_search_latch', 61227192, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/btr_search_latch', 61227640, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/btr_search_latch', 61228088, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/btr_search_latch', 61228536, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/btr_search_latch', 61228984, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/btr_search_latch', 61229432, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/checkpoint_lock', 61265952, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61396040, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61397400, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_operation_lock', 63798456, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 61438096, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 64356128, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 64361056, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 64366384, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 64371312, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 64370400, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/trx_purge_latch', 64500136, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 61621504, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 61659184, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 61661712, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 61664144, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 61626432, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61619320, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61624856, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61628024, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61629512, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61631064, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61632616, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61634168, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61635672, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61637160, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61638376, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61639688, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61641176, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61642488, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61644040, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61645576, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61646744, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61648216, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61649704, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61651256, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61652808, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61654360, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61584744, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61586232, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61588168, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61589640, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61591192, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61592424, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61593672, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61595240, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61596248, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61597640, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61599096, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61600664, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61602216, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61603496, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61604984, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61606536, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61608088, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61609640, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61610872, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61612408, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61613960, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61615192, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61616408, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61666024, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61667576, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61668808, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61670296, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61671528, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61673064, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61674296, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61675832, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61677384, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61678616, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61681256, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61682792, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61684344, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61685576, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61687112, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61688344, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61689880, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61691048, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61692520, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61693768, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61695272, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61696824, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61698376, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61699928, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61701480, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61703032, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61704584, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61706136, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61707368, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61708616, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61710184, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61711736, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61713288, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61714840, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61716152, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61717512, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61718648, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61720344, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61722008, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61723672, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61725336, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61726808, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61728264, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61729720, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61731176, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61732424, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61734008, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61735672, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61737336, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61739000, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61740584, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61741816, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61743304, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61744856, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61746408, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61747640, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61749128, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61750632, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61752184, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61753704, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61755272, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61756504, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61758072, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61759304, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61760808, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61762136, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61763368, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61764856, 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_instance` (`EVENT_NAME`, `OBJECT_INSTANCE_BEGIN`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('wait/synch/sxlock/innodb/fil_space_latch', 61766408, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61767640, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61768808, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61770376, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61774536, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61775768, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61777256, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61778488, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61779752, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61781048, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61782344, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61783640, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61785416, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61784936, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61786712, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61788488, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61788008, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61789784, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61791368, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61792952, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61794536, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61796120, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61797704, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61799288, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61800872, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61802456, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61804232, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61805832, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61803752, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61807192, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61808856, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61810184, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61811416, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61812648, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61813880, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61814984, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61816216, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61817576, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61818936, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61820296, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61821528, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61822632, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61823736, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61824840, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61826360, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61827912, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61829144, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61830312, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61831560, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61832824, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61834104, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61835400, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61836568, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61838056, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61839608, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61840920, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61842472, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61843928, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61845464, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61847000, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61848536, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61849784, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61851048, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61852520, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61853976, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61855432, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61856888, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61858136, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61859624, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61861176, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61862728, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61864280, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61865832, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61867384, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61868616, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61870184, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61871736, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61873288, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61874840, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61876392, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61877912, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61879432, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61880760, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61882296, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61883976, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61885656, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61887336, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61889016, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61890696, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61892376, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61894056, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61895736, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61897416, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61899096, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61900776, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61902456, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61904136, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61905816, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61907496, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61909176, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61910984, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61910472, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61912264, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61913704, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61914968, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61916456, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61917944, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61919432, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61920920, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61922408, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61923896, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61925416, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61926648, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61927912, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61929416, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61930904, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61932392, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61933880, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61935112, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61936360, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61937832, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61939336, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61940632, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61941864, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61943368, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61944680, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61946168, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61947560, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61948840, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61950072, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61951576, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61952664, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61954328, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61955848, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61957304, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61958808, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61960072, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61961528, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61963032, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61964296, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61969976, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61971208, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61972712, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61973944, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61975448, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61976936, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61978424, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61979656, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61981160, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61982616, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61984088, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61985528, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61986536, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61988008, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61989512, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61990600, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61992184, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61999384, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62000888, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62002344, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62003768, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62004776, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62005960, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62007560, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62008840, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62010008, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62011176, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62012344, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62013512, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62014680, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62016168, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62017480, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62018520, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62019688, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62020856, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62022104, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62023768, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62025112, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62026584, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62027528, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62028872, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62029816, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62031096, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62032616, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62034104, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62035288, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62036632, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62037992, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62039336, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62040824, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62042312, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62043800, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62045288, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62046776, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62048264, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62049496, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62050920, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62052152, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62053640, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62054872, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62056360, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62057368, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62058536, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62060104, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62061400, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62062936, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62064504, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62065736, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62066904, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62068072, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62069240, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62070408, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62071976, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62073384, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62074616, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62075832, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62077048, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62078264, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62079480, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62080824, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62082152, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62083384, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62084952, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62086504, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62088056, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62089288, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62090840, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62092184, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62093736, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62095288, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62096840, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62098424, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62099656, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62101256, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62102584, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62104136, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62105688, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62107240, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62108792, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62110104, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62111656, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62113144, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62114696, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62116248, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62117800, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62119032, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62120280, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62121528, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62123016, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62124568, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62125800, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62126968, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62128504, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62129736, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62131272, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62132504, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62133720, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62135288, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62136616, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62137848, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62139384, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62140616, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62141832, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62143368, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62144920, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62305536, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62227720, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fts_cache_rw_lock', 62309768, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 62309896, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62316544, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62318976, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62321408, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62323840, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62326272, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62328704, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62370448, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62372880, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62375568, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62226872, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62384368, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62315272, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62390400, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62383608, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62395936, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62389128, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62401728, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62395176, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62407520, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62400552, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62413168, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62406504, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62418960, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62411992, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62424608, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62417944, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62430400, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62423432, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62436048, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62429384, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62441840, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62434872, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62447488, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62440824, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62453280, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62446312, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62458928, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62452264, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62464720, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62457752, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62470368, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62463704, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62476160, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62469192, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62481808, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62475144, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62487344, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62480536, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62493136, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62486584, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62498672, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62491864, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62504464, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62497912, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62510000, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62503192, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fts_cache_rw_lock', 62514632, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 62514760, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62520784, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62523216, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62525648, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62528080, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62530512, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62532944, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62535376, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62537808, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62540240, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62501880, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62548784, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62519512, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62554720, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62548024, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62560512, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62553544, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62566160, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62559496, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62571952, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62564984, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62577600, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62570936, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62583392, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62576424, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62589040, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62582376, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62594832, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62587864, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62600480, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62593816, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62606272, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62599304, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62611920, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62605256, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62617712, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62610744, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62623360, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62616696, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62629152, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62622184, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62634800, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62628136, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62640592, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62633624, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62646240, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62639576, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62651776, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62644968, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62657568, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62651016, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62663104, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62656296, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62668896, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62662344, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62226248, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62215440, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62220224, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 139766825749040, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 139766758640112, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 139766624422384, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 139766691531248, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435567200, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62197512, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62260752, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62210456, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435569488, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435571920, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62158216, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62281584, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62259768, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435509800, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62296040, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62797200, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62298984, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62796088, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62792032, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62786008, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435565336, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54307424, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54307488, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54307552, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54307616, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54307680, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54307744, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54307808, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54307872, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54307936, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308000, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308064, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308128, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308192, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308256, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308320, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308384, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308448, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308512, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308576, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308640, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308704, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308768, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308832, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308896, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308960, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54309024, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54309088, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54309152, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54309216, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54309280, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54309344, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54309408, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435565864, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 54309944, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435557096, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435560568, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62854104, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435588072, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435612264, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435611640, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62885080, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435616040, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435632216, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435652392, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435651928, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62991064, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62967184, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62961096, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62965032, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 63064032, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62980024, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62982088, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 63046512, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 63040440, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63044488, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 63104240, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 63045144, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63101832, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 63084160, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 63078072, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435728400, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62231352, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435726952, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435695400, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435716464, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63098488, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435721792, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435764000, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62960104, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435769904, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435772192, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435774624, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/THR_LOCK_servers', 31279712, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435710632, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63170152, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 63223568, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62960344, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/THR_LOCK_udf', 31297280, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435768632, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63222600, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435760528, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435743352, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379480776, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63168728, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63200984, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63206808, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63239144, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63291640, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63302872, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63322088, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63333080, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63344152, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63358696, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63378152, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63392936, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63411320, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63444264, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63451112, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63478184, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63509256, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62283608, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62804488, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62790776, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62803528, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62857976, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62901304, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63070456, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62972440, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62883128, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63051528, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62971640, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62853176, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62843688, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63232760, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63288136, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63308312, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63327512, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63338504, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63351656, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63364376, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63384472, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63397304, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63416744, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63435192, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63472616, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63486008, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63513704, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63519528, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63758488, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62277512, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63798152, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62902536, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62829048, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62913000, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63076696, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62880680, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63095352, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63521608, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63217192, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63183896, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63282568, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63301176, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63301848, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63551144, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63557544, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63560456, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63575112, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63600344, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63631784, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63613208, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63460152, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63467960, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63489992, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63713848, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63727880, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63772248, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63795704, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63792856, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62906520, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 64547624, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62763064, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63110328, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63113400, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63177656, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62840888, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63227896, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63255688, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63286504, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63543320, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 64633128, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379319552, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379637152, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766372025976, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379779640, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379779704, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 139766369595104, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 139766758750640, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63321064, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 63535120, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 63533528, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379528304, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 62244768, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368204144, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379461248, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766356054168, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766357858256, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766357860400, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766357866080, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766357870864, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766357869240, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766357869688, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766357857048, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368064336, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368206112, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368208544, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368210976, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368213408, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368221360, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368223792, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368226224, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368228656, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379229008, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379231296, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379233728, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379236160, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379243376, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379245664, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379248096, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379250528, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379257808, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379260096, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766379646696, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379256536, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766379256776, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435758120, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435833120, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435758360, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435830712, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435827520, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435830952, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435825112, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435854000, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435825352, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435866520, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435920384, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435922672, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766624702536, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766625105680, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423169000, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423227712, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766423171896, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766625104072, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435886376, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423201368, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423163552, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435914872, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423164440, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435971440, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692109528, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692198144, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692122840, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435973584, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766423162120, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692166632, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692185456, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692187888, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692115416, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435969032, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435949408, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692117096, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692253680, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692252776, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435951696, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435943560, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692192552, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692236464, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423211352, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423113664, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423115808, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766423214312, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692116376, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435953864, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423123080, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423273656, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423331808, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423334096, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423336528, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766423280776, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423330392, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423320320, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423322848, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423319456, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766423314504, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423325016, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423361664, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423364208, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423366640, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766423355896, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423359256, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423422112, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423424544, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766423388248, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766436031584, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692191272, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692307488, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692248440, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766436033872, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423420952, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423234016, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423236800, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423428000, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423430144, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766423387736, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423232120, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423536288, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423538720, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423541152, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766423232360, 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_instance` (`EVENT_NAME`, `OBJECT_INSTANCE_BEGIN`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('wait/synch/sxlock/innodb/dict_table_stats', 139766436016520, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692115000, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692291184, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692306616, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766436030216, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766436008704, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692303848, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692349552, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692252408, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766436010992, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766436025464, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692318344, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692339136, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692289640, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766436014200, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766436014792, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692347656, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692413088, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692415520, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692347896, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766436081304, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766436132480, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692336984, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692384432, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692412040, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766436130952, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766436099736, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766436131368, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491889744, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491892176, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491884328, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766758711176, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759090736, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766770375448, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692390776, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692465504, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692289208, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 139766491202304, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 139766367782064, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692411080, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766692444024, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766692443480, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491885032, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491873408, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692460008, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 139766423128656, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492136168, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766490944480, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491384392, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692463608, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491523168, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491525312, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491527600, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491452152, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692495320, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692541504, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692539992, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491521880, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491697744, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692464280, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491699888, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491702320, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491704752, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491707184, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692505048, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491709616, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491519560, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491696136, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 139766490277120, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692505720, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766691979392, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692097016, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 139766624919888, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368411144, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692087512, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766693988096, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692475832, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368518016, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368520304, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766691618216, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766691652816, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692475400, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368522736, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766368294968, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766691654696, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692051632, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692053776, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766693986728, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491774928, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491696712, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692056088, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692008288, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692017544, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766625006728, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766625077040, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766693967640, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692027296, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692184136, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766625078928, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766624825808, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692027896, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694013664, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766693986120, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766624828240, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766624830672, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766694020136, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766691584464, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692475048, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766624833104, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766625005672, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766691617352, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766694035568, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766694034664, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491773032, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491826800, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692049736, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692131840, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694057336, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491828944, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491757304, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766691966344, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692161504, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694012200, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491825512, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491817264, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692111816, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694110368, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692114216, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491825752, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491814856, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692207720, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694092784, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694095072, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692130984, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423199608, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435586096, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435739080, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491887216, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766490502360, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766490789456, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766490439352, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766490787560, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766490783920, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766490784376, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766490781512, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766490705296, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766490781752, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435449992, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435510736, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435512880, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766423905992, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435493976, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491875936, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491878480, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491867528, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491870952, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492103024, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492105168, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492107600, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492110032, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492112464, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491925688, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492101160, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492093536, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492095968, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492092680, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492098136, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492166192, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492168736, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492171168, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492098536, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492164328, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492159296, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492205744, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492208032, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492164680, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492157176, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492242352, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492244784, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492247216, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492187144, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492203288, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492233648, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492236080, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492238512, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492216552, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492240872, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492322048, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492324336, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492326768, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492329200, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492231928, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492320184, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492305152, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492307440, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492309872, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492320536, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492316232, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492521424, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492523856, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492303448, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492519272, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492501776, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492495688, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766367829816, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368781560, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379827560, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368766728, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379123256, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380026264, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380411816, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380389080, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380599144, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380636520, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380670440, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380677848, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368931352, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368953000, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369405992, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369406664, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369407336, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369656928, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766369407576, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369179480, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369651288, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369316280, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370011048, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370059304, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370197464, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370297832, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370400232, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370394920, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370408712, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370421896, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368259288, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368079192, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379643288, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379495176, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766367489224, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369648040, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371263320, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380005064, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380011720, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380019880, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380025272, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369989128, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371815272, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371661304, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766367756696, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766367757368, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766367758040, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379642376, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766372136248, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766372127896, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766372133112, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766372531160, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371015768, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370791608, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370794488, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370797368, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373205752, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371001144, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371000136, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370994568, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370950040, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373285912, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371656456, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371650344, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370196552, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371648056, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373866792, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369316952, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369402744, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371652232, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371799896, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370420328, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370421000, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766372039112, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380002184, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766374293384, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380635240, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371471288, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380630712, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380633592, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371262408, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380634264, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766374460296, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371255928, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370398968, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368765496, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379122344, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766367761976, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766367760936, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371167544, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766375237528, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371814536, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370191112, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766372800744, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766374400360, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766374403256, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376543816, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376546680, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376549576, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376673816, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376677768, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766375031960, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766377175672, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766375156968, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371464536, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371465208, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766377308952, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766372038072, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369642200, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373283464, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373545576, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766367913576, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379150392, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766375072152, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766356013568, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766356013632, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766356013696, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766356012472, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379797256, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379140296, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766370041312, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766370041376, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380669768, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766371456536, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766371456600, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766371455704, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379779768, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766379778568, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368661704, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372008968, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372009032, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372009096, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372009160, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372009224, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766372006408, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766372023928, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379909464, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379909528, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766379908600, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379919432, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372145632, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372145696, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372145760, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766372144472, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379923320, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372996408, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372996472, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372996536, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766372995336, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373011128, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373029296, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373029360, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373029424, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766373028296, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373031800, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373245176, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373245240, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373245304, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766373244104, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373033608, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373828288, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373828352, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373828416, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373828480, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766373826824, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766770486120, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766770448512, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766770450656, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766770453088, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766770453544, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766770446968, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759275584, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759277872, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759280304, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759282736, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759285168, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759287600, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766770483000, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759274040, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759339616, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759341760, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759259000, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759338328, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759327536, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759329968, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759274664, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759325128, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759399712, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759402144, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759404576, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759338840, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759398008, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759451200, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759453632, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759456128, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759458560, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759460992, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759398392, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759449080, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759439568, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759441856, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759433464, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759444312, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759519840, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759522272, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759524704, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759433704, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759517976, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759506368, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759508656, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759511088, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759500936, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759513592, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759588704, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759590992, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759593424, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759504664, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759586584, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759581072, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759627744, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759629888, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759582808, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759578952, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759666960, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759669392, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759671824, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759674256, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759579192, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759665672, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759662112, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759709216, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759656936, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759660104, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759700640, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759660632, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766370041440, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766370041504, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766370041568, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766370041632, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766370039128, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373101560, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766375206240, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766375206304, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766375205000, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379846264, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766356026872, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766356026936, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766356026024, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368538904, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379434616, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491671720, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766490224720, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766490652384, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491077280, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491296760, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492078824, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766490996416, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491004640, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491006528, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491008672, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491010960, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491013392, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766490370920, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766490831864, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491429376, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491431520, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766490832360, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491443000, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491409360, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491443576, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491407464, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491279344, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491281632, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491407704, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491288008, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491266208, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491268640, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491271072, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491288248, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491264136, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492600288, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492602576, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492605072, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492607504, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492609936, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491274744, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492598360, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492584096, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492586384, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492578248, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492581688, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492662944, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492665376, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492667808, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492594808, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492660840, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492655632, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492702384, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492704672, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492649880, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492653560, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492688176, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492690704, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492693136, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491383704, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492686264, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491513136, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491515424, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491512016, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491518424, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491517592, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491533536, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491535824, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491538256, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491540688, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492738184, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491338184, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492821520, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492826304, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491532440, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492827048, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492964736, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492980656, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492827432, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379434680, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379434744, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766379433528, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373091320, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368597032, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368597096, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368597160, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368597224, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368597288, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766368594424, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491442064, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491419808, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491419976, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491247752, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492616128, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491852864, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492440384, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492442528, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492444960, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492447392, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491897928, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491910744, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492068944, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492071088, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491910984, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492066792, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491642288, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491641424, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492072792, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491085032, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493129264, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493131552, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493133984, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491640824, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766493145384, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493146320, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493207008, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493209152, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493211584, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493214016, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491350120, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491113448, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493179840, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493181728, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492133448, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766493178552, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492118016, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493190624, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493193056, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766490926424, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766493188056, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492288576, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493249616, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493251504, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491361336, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491667640, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493236624, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493238768, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493241056, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492315368, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491668600, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493297056, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493299488, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493301920, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766493235704, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766493294904, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493285936, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493288224, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493285072, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493291808, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491668984, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766356014296, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368567136, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368567200, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766368566264, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379171672, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766367581648, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766367581712, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766367581776, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766367580488, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766356091544, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368986520, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368986584, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368986648, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759037272, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759624968, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759423120, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759089888, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759037592, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759234504, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759058848, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759533424, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759871272, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759303144, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759335632, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766758933768, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759694824, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766758985552, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759699440, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759159576, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759309048, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766770443400, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759359400, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766368985432, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368307624, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379300496, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379300560, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379300624, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766379299496, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368991160, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766375224520, 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_instance` (`EVENT_NAME`, `OBJECT_INSTANCE_BEGIN`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759641896, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759370208, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759704408, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759153944, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759432496, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759347560, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759419704, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760738448, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759419944, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759243320, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766375224584, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766375224648, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766375223432, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766374392648, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766377269840, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766377269904, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766377269968, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766377270032, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766377268376, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379318856, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373250296, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369319840, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368085376, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766367973728, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766367809448, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766367611832, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766373285296, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379120560, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368262144, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766371660672, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369645072, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766370008672, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766372155672, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373229544, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379899408, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368167568, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766370801576, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379932552, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766367573920, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368263424, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766369404152, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371813496, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379199472, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379342080, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379344368, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766379199640, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370999064, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766380380592, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766380382480, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766380384912, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766380387344, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766373842496, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766379197784, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373281240, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766373865328, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368297312, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766373281480, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766372885336, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368314800, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368316944, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368319088, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766379359832, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368312904, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766370052464, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766370054752, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766370057184, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766371177080, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370050312, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766373909376, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766373911808, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766373914240, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766370018200, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766375236488, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766370027312, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766370029600, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766370032032, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766372896200, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370025416, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766374189472, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766374191616, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766374194048, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766374196480, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766373908232, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368293488, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379535376, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766380399440, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766379561256, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368054200, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379623952, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368384704, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377188352, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379859904, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766370765968, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766375189920, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766376881320, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766374983288, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369202960, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369205104, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766374983528, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369211144, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766375088624, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766375090912, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766369211752, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766375093080, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766375077872, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766375080160, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766375076752, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766375083016, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766375082184, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371291224, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766371226480, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766371300056, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371224072, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369279840, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369282128, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766371224568, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369277688, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766371196704, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766371198992, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766371201424, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766369295112, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371194552, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766371218992, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368964752, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368967040, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766371220728, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371216584, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369273968, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369002640, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369004928, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766369255832, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379277320, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369019312, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369021600, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369024032, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766368381144, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369030616, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766372943072, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766372945504, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766372947936, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766372950368, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766369000568, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766367529384, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766380401312, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368305680, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766373855504, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766374968712, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766374954936, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379795248, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766374183200, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376324832, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376326720, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376328608, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376331040, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766368270664, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376320984, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376587760, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376590048, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766370788552, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376586216, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376357328, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376359616, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766376356344, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376354920, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376567088, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376569376, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376571808, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766376373576, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376583208, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376910496, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376912640, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376915072, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376917504, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376919936, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766376583784, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376908232, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376662560, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376664848, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766376656456, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376660152, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376895920, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376898208, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376900640, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766376656760, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376893656, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377111568, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377110704, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377120912, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766377113400, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766377109160, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377104384, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377155776, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377158208, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766377105832, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766377170856, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377139232, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377141760, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377144192, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766377133800, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766377154216, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377286208, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377288496, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377290928, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377293360, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766377137544, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766758765064, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759875312, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766770436000, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766760550472, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759141560, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759882640, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759882032, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759393608, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766760711928, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759126496, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759128640, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759885096, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759124952, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759814144, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759816288, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759776776, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759813432, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759784432, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759786576, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759779000, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759783160, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760340880, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760343168, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760345600, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760352048, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760354480, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760360672, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760363104, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760369296, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760371728, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760377920, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760380352, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759801480, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766760376792, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766760318168, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766760332904, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760434384, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766760432856, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766760431976, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760424096, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760426528, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760468704, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766760432680, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766760421688, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766760418152, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766760464888, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760524176, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760526608, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760529040, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766760538520, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766760535928, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760800416, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760802704, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760805136, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760812352, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760814912, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760817344, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760819776, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766760498136, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766760772024, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766760773736, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766760797752, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760889600, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760891888, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760894320, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766760830632, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766760888008, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766760888600, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766760883736, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766761042424, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766370733320, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766370733384, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766370733448, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766370732232, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766371309488, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766371309552, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766371309616, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766371309680, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766371309744, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766371309808, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766371307320, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766369338992, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766369339056, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766369337752, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379610680, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766367558688, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766367558120, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379222120, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766372980608, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766368362264, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766377326840, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372152240, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372152304, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372152368, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766372151128, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766377149848, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368245304, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368245368, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368245432, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368245496, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368245560, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368245624, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766368243112, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379414392, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766377319144, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766377319208, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766377317880, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376643064, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766367487200, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766367486424, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376352440, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379617008, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379617072, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766379616152, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766375211992, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368291248, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368291312, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368291376, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766368290152, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368718536, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373254464, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373254528, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373254592, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373254656, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373254720, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766373251880, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368750136, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368770112, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368770176, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766368769224, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368762664, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379568136, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379568200, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379568264, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766379566952, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368556584, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379108784, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379108848, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379108912, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766379107688, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766691788424, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692277408, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694243880, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766694267432, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694604592, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694319104, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694439856, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694684168, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766694250936, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692072800, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694582992, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692517488, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692519376, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692521264, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692523552, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694683880, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766691589800, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694791232, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694793376, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766691590040, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766691928872, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694773376, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694775808, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694271000, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766691641064, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694833808, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694835952, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694838384, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692474456, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766691965544, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694827696, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694830192, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694874240, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694876672, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694879104, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694772456, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766694825544, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694855536, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694857968, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766691784024, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766691911496, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766691844352, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766691848704, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766691850848, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694826072, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766691775288, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694927088, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694929232, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694931664, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692402936, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692014680, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694899696, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694901840, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694904128, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694401736, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766694285496, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694918704, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694917584, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694967264, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694921560, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766694916296, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766695010336, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766695012768, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766695015200, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766695017632, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694916872, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766695008184, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694983984, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694986416, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694433400, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692165304, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694994832, 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694449640, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368974312, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379119192, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379119256, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379119320, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766379118072, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368005864, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368732208, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368732272, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368732336, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766368731112, 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369252488, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766377235256, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766377235320, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766377235384, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766377235448, 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766377233768, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_manager', 31276352, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_server_started', 31193952, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_compress_gtid_table', 31193760, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_socket_listener_active', 31193568, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_start_signal_handler', 31193440, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 31404992, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 31407480, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 31407760, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_thread_cache', 31402272, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_flush_thread_cache', 31402208, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_connection_count', 31252160, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_thd_list', 54010160, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_open', 31262176, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 31192688, 0, 0, 0, 0, 0),
('wait/synch/cond/myisam/keycache_thread_var::suspend', 31962752, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 139766825748936, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_thr_lock', 139766825753472, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 139766758640008, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_thr_lock', 139766758644544, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 139766624422280, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_thr_lock', 139766624426816, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 139766691531144, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_thr_lock', 139766691535680, 0, 0, 0, 0, 0),
('wait/synch/cond/innodb/commit_cond', 31728416, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/Gtid_state', 62230688, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/Gtid_state', 62230832, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_queue_state', 64643456, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/Event_scheduler::COND_state', 62913632, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 62244664, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_thr_lock', 62249200, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 139766490277016, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_thr_lock', 139766490281552, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 139766624919784, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_thr_lock', 139766624924320, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 139766367781960, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_thr_lock', 139766367786496, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 139766423128552, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_thr_lock', 139766423133088, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 139766491202200, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_thr_lock', 139766491206736, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 139766369595000, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_thr_lock', 139766369599536, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 139766758750536, 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_thr_lock', 139766758755072, 0, 0, 0, 0, 0),
('wait/synch/cond/myisam/keycache_thread_var::suspend', 139766372938560, 0, 0, 0, 0, 0),
('wait/io/file/sql/ERRMSG', 139767368499968, 5, 1993261668, 5139108, 398652000, 835729716),
('wait/io/file/mysys/charset', 139767368500672, 3, 417738924, 5114088, 139246308, 392458716),
('wait/io/file/innodb/innodb_data_file', 139767368502784, 1215, 740388084776, 2897316, 609372664, 402067435164),
('wait/io/file/innodb/innodb_log_file', 139767368503488, 204, 65164549968, 737256, 319433676, 2851440996),
('wait/io/file/innodb/innodb_log_file', 139767368504192, 647, 485546615124, 1210968, 750458220, 203850776928),
('wait/io/file/innodb/innodb_data_file', 139767368504896, 8, 1399458672, 3304308, 174932056, 678689184),
('wait/io/file/innodb/innodb_data_file', 139767368505600, 8, 1218408948, 2972376, 152300632, 543986508),
('wait/io/file/innodb/innodb_data_file', 139767368506304, 13, 2976884604, 3295968, 228990824, 989584368),
('wait/io/file/innodb/innodb_data_file', 139767368507008, 8, 951628472, 2863956, 118953420, 533564288),
('wait/io/file/innodb/innodb_data_file', 139767368507712, 8, 1933837500, 2428608, 241729340, 1248346212),
('wait/io/file/innodb/innodb_data_file', 139767368508416, 8, 2456715468, 4230048, 307089364, 1302311016),
('wait/io/file/innodb/innodb_data_file', 139767368509120, 8, 954609744, 2652120, 119325940, 535327920),
('wait/io/file/innodb/innodb_data_file', 139767368509824, 8, 932321928, 2820588, 116539824, 489741480),
('wait/io/file/innodb/innodb_data_file', 139767368510528, 8, 955228572, 2438616, 119403224, 493087488),
('wait/io/file/innodb/innodb_data_file', 139767368511232, 9, 2503781424, 2423604, 278197936, 1517498028),
('wait/io/file/innodb/innodb_data_file', 139767368511936, 8, 1058315976, 2233452, 132289080, 521842140),
('wait/io/file/innodb/innodb_data_file', 139767368512640, 9, 4301520132, 3888108, 477946496, 2149027848),
('wait/io/file/innodb/innodb_data_file', 139767368513344, 9, 3520736004, 2585400, 391192704, 1995228240),
('wait/io/file/innodb/innodb_data_file', 139767368514048, 15, 5364251304, 2445288, 357616420, 1603668576),
('wait/io/file/innodb/innodb_data_file', 139767368514752, 9, 1939303536, 3983184, 215477800, 518954832),
('wait/io/file/innodb/innodb_data_file', 139767368515456, 9, 4632910032, 3069120, 514767596, 3275896956),
('wait/io/file/innodb/innodb_data_file', 139767368516160, 9, 2152128660, 3826392, 239125036, 778884276),
('wait/io/file/innodb/innodb_data_file', 139767368516864, 10, 1956670752, 2113356, 195666964, 620335872),
('wait/io/file/innodb/innodb_data_file', 139767368517568, 21, 4724883552, 1282692, 224994296, 829798308),
('wait/io/file/innodb/innodb_data_file', 139767368518272, 8, 2615891040, 1222644, 326986380, 1786686540),
('wait/io/file/innodb/innodb_data_file', 139767368518976, 8, 1357088136, 3050772, 169635600, 712009152),
('wait/io/file/innodb/innodb_data_file', 139767368519680, 8, 578555808, 1609620, 72319476, 256163100),
('wait/io/file/innodb/innodb_data_file', 139767368520384, 9, 1694102532, 3317652, 188233244, 647622684),
('wait/io/file/innodb/innodb_data_file', 139767368521088, 21, 3990895164, 1577928, 190042468, 1437267228),
('wait/io/file/innodb/innodb_data_file', 139767368521792, 8, 805994280, 1392780, 100748868, 383054532),
('wait/io/file/innodb/innodb_data_file', 139767368522496, 8, 697525908, 1190952, 87190252, 318479580),
('wait/io/file/innodb/innodb_data_file', 139767368523200, 13, 2559749496, 1195956, 196903508, 570249168),
('wait/io/file/innodb/innodb_data_file', 139767368523904, 8, 865762056, 1185948, 108219840, 458674980),
('wait/io/file/innodb/innodb_data_file', 139767368524608, 9, 4516969020, 1594608, 501885076, 3639841212),
('wait/io/file/innodb/innodb_data_file', 139767368525312, 9, 1104179304, 1342740, 122686404, 447074040),
('wait/io/file/innodb/innodb_data_file', 139767368526016, 15, 5787576360, 1269348, 385838424, 3346863684),
('wait/io/file/innodb/innodb_data_file', 139767368526720, 9, 4742656092, 1164264, 526961788, 3563620284),
('wait/io/file/innodb/innodb_data_file', 139767368527424, 54, 6389702676, 3000732, 118327364, 1024617372),
('wait/io/file/innodb/innodb_data_file', 139767368528128, 9, 1336094688, 1351080, 148454780, 468697992),
('wait/io/file/innodb/innodb_data_file', 139767368528832, 8, 768095652, 1292700, 96011748, 366960000),
('wait/io/file/innodb/innodb_data_file', 139767368529536, 9, 7071849624, 1262676, 785760884, 5729251404),
('wait/io/file/innodb/innodb_data_file', 139767368530240, 8, 1074790812, 3574524, 134348504, 401971320),
('wait/io/file/innodb/innodb_data_file', 139767368530944, 2, 635801568, 3070788, 317900784, 632730780),
('wait/io/file/innodb/innodb_data_file', 139767368531648, 2, 29019864, 12661788, 14509932, 16358076),
('wait/io/file/innodb/innodb_data_file', 139767368532352, 2, 22177728, 1336068, 11088864, 20841660),
('wait/io/file/innodb/innodb_data_file', 139767368533056, 2, 11580924, 1187616, 5790184, 10393308),
('wait/io/file/innodb/innodb_data_file', 139767368533760, 2, 10028016, 1172604, 5014008, 8855412),
('wait/io/file/innodb/innodb_data_file', 139767368534464, 2, 18274608, 1391112, 9137304, 16883496),
('wait/io/file/innodb/innodb_data_file', 139767368535168, 2, 13183872, 1172604, 6591936, 12011268),
('wait/io/file/innodb/innodb_data_file', 139767368535872, 2, 11008800, 1137576, 5504400, 9871224),
('wait/io/file/innodb/innodb_data_file', 139767368536576, 2, 547484304, 3079128, 273742152, 544405176),
('wait/io/file/innodb/innodb_data_file', 139767368537280, 2, 14004528, 1396116, 7002264, 12608412),
('wait/io/file/innodb/innodb_data_file', 139767368537984, 2, 12012936, 1225980, 6006468, 10786956),
('wait/io/file/innodb/innodb_data_file', 139767368538688, 2, 10811976, 1217640, 5405988, 9594336),
('wait/io/file/innodb/innodb_data_file', 139767368539392, 2, 23527140, 2158392, 11763292, 21368748),
('wait/io/file/innodb/innodb_data_file', 139767368540096, 8, 1888554636, 3112488, 236069260, 779012712),
('wait/io/file/innodb/innodb_data_file', 139767368540800, 8, 3689647692, 3834732, 461205892, 2566334760),
('wait/io/file/innodb/innodb_data_file', 139767368541504, 2, 30639492, 2680476, 15319468, 27959016),
('wait/io/file/innodb/innodb_data_file', 139767368542208, 2, 22859940, 2345208, 11429692, 20514732),
('wait/io/file/innodb/innodb_data_file', 139767368542912, 2, 28421052, 2029956, 14210248, 26391096),
('wait/io/file/innodb/innodb_data_file', 139767368543616, 2, 11779416, 1294368, 5889708, 10485048),
('wait/io/file/innodb/innodb_data_file', 139767368544320, 8, 1992037356, 3227580, 249004600, 1060956420),
('wait/io/file/innodb/innodb_data_file', 139767368545024, 2, 14755128, 1406124, 7377564, 13349004),
('wait/io/file/innodb/innodb_data_file', 139767368545728, 2, 11155584, 1180944, 5577792, 9974640),
('wait/io/file/innodb/innodb_data_file', 139767368546432, 2, 10853676, 1210968, 5426560, 9642708),
('wait/io/file/innodb/innodb_data_file', 139767368547136, 2, 433454820, 2935680, 216727132, 430519140),
('wait/io/file/innodb/innodb_data_file', 139767368547840, 2, 18251256, 1991592, 9125628, 16259664),
('wait/io/file/innodb/innodb_data_file', 139767368548544, 2, 15072048, 1259340, 7536024, 13812708),
('wait/io/file/innodb/innodb_data_file', 139767368549248, 2, 10825320, 1224312, 5412660, 9601008),
('wait/io/file/innodb/innodb_data_file', 139767368549952, 2, 19280412, 1417800, 9639928, 17862612),
('wait/io/file/innodb/innodb_data_file', 139767368550656, 8, 757395432, 1185948, 94674012, 396278436),
('wait/io/file/innodb/innodb_data_file', 139767368551360, 2, 1424438640, 3207564, 712219320, 1421231076),
('wait/io/file/innodb/innodb_data_file', 139767368552064, 2, 25323576, 2003268, 12661788, 23320308),
('wait/io/file/innodb/innodb_data_file', 139767368552768, 2, 13053768, 1459500, 6526884, 11594268),
('wait/io/file/innodb/innodb_data_file', 139767368553472, 2, 16481508, 1309380, 8240476, 15172128),
('wait/io/file/innodb/innodb_data_file', 139767368554176, 2, 11362416, 1242660, 5681208, 10119756),
('wait/io/file/innodb/innodb_data_file', 139767368554880, 2, 16496520, 1311048, 8248260, 15185472),
('wait/io/file/innodb/innodb_data_file', 139767368555584, 2, 12414924, 1282692, 6207184, 11132232),
('wait/io/file/innodb/innodb_data_file', 139767368556288, 2, 12770208, 1194288, 6385104, 11575920),
('wait/io/file/innodb/innodb_data_file', 139767368556992, 2, 17677464, 1319388, 8838732, 16358076),
('wait/io/file/innodb/innodb_data_file', 139767368557696, 2, 10301568, 1237656, 5150784, 9063912),
('wait/io/file/innodb/innodb_data_file', 139767368558400, 2, 21360408, 1147584, 10680204, 20212824),
('wait/io/file/innodb/innodb_data_file', 139767368559104, 2, 22456284, 1150920, 11227864, 21305364),
('wait/io/file/innodb/innodb_data_file', 139767368559808, 2, 17097000, 1269348, 8548500, 15827652),
('wait/io/file/innodb/innodb_data_file', 139767368560512, 2, 15297228, 1266012, 7648336, 14031216),
('wait/io/file/innodb/innodb_data_file', 139767368561216, 2, 15122088, 1296036, 7561044, 13826052),
('wait/io/file/innodb/innodb_data_file', 139767368561920, 2, 1703063028, 3122496, 851531236, 1699940532),
('wait/io/file/innodb/innodb_data_file', 139767368562624, 2, 14463228, 1267680, 7231336, 13195548),
('wait/io/file/innodb/innodb_data_file', 139767368563328, 2, 18494784, 1289364, 9247392, 17205420),
('wait/io/file/innodb/innodb_data_file', 139767368564032, 2, 24167652, 2011608, 12083548, 22156044),
('wait/io/file/innodb/innodb_data_file', 139767368564736, 2, 890243292, 3244260, 445121368, 886999032),
('wait/io/file/innodb/innodb_data_file', 139767368565440, 2, 15023676, 1292700, 7511560, 13730976),
('wait/io/file/innodb/innodb_data_file', 139767368566144, 2, 467807280, 2990724, 233903640, 464816556),
('wait/io/file/innodb/innodb_data_file', 139767368566848, 2, 13949484, 1579596, 6974464, 12369888),
('wait/io/file/innodb/innodb_data_file', 139767368567552, 2, 28581180, 2200092, 14290312, 26381088),
('wait/io/file/innodb/innodb_data_file', 139767368568256, 2, 16438140, 2069988, 8218792, 14368152),
('wait/io/file/innodb/innodb_data_file', 139767368568960, 2, 17817576, 1519548, 8908788, 16298028),
('wait/io/file/innodb/innodb_data_file', 139767368569664, 2, 12503328, 1215972, 6251664, 11287356),
('wait/io/file/innodb/innodb_data_file', 139767368570368, 2, 18036084, 1369428, 9017764, 16666656),
('wait/io/file/innodb/innodb_data_file', 139767368571072, 2, 626981184, 3055776, 313490592, 623925408),
('wait/io/file/innodb/innodb_data_file', 139767368571776, 2, 13750992, 1401120, 6875496, 12349872),
('wait/io/file/innodb/innodb_data_file', 139767368572480, 2, 20302896, 1297704, 10151448, 19005192),
('wait/io/file/innodb/innodb_data_file', 139767368573184, 2, 11063844, 1234320, 5531644, 9829524),
('wait/io/file/innodb/innodb_data_file', 139767368573888, 2, 11827788, 1162596, 5913616, 10665192),
('wait/io/file/innodb/innodb_data_file', 139767368574592, 2, 17112012, 1359420, 8555728, 15752592),
('wait/io/file/innodb/innodb_data_file', 139767368575296, 2, 10488384, 1165932, 5244192, 9322452),
('wait/io/file/innodb/innodb_data_file', 139767368576000, 2, 412162800, 2974044, 206081400, 409188756),
('wait/io/file/innodb/innodb_data_file', 139767368576704, 2, 15834324, 1386108, 7916884, 14448216),
('wait/io/file/innodb/innodb_data_file', 139767368577408, 2, 70397940, 1926540, 35198692, 68471400),
('wait/io/file/innodb/innodb_data_file', 139767368578112, 2, 13333992, 1316052, 6666996, 12017940),
('wait/io/file/innodb/innodb_data_file', 139767368578816, 2, 19178664, 1306044, 9589332, 17872620),
('wait/io/file/innodb/innodb_data_file', 139767368579520, 2, 10068048, 1205964, 5034024, 8862084),
('wait/io/file/innodb/innodb_data_file', 139767368580224, 2, 10653516, 1215972, 5326480, 9437544),
('wait/io/file/innodb/innodb_data_file', 139767368580928, 2, 414613092, 3045768, 207306268, 411567324),
('wait/io/file/innodb/innodb_data_file', 139767368581632, 2, 15644172, 1359420, 7821808, 14284752),
('wait/io/file/innodb/innodb_data_file', 139767368582336, 2, 18743316, 2158392, 9371380, 16584924),
('wait/io/file/innodb/innodb_data_file', 139767368583040, 2, 12036288, 1254336, 6018144, 10781952),
('wait/io/file/innodb/innodb_data_file', 139767368583744, 2, 11143908, 1207632, 5571676, 9936276),
('wait/io/file/innodb/innodb_data_file', 139767368584448, 2, 10271544, 1200960, 5135772, 9070584),
('wait/io/file/innodb/innodb_data_file', 139767368585152, 2, 11839464, 1187616, 5919732, 10651848),
('wait/io/file/innodb/innodb_data_file', 139767368585856, 2, 3763279884, 4074924, 1881639664, 3759204960);
INSERT INTO `events_waits_summary_by_instance` (`EVENT_NAME`, `OBJECT_INSTANCE_BEGIN`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('wait/io/file/innodb/innodb_data_file', 139767368586560, 2, 34320768, 2620428, 17160384, 31700340),
('wait/io/file/innodb/innodb_data_file', 139767368587264, 2, 19262064, 2271816, 9631032, 16990248),
('wait/io/file/innodb/innodb_data_file', 139767368587968, 2, 30462684, 2645448, 15231064, 27817236),
('wait/io/file/innodb/innodb_data_file', 139767368588672, 2, 14589996, 1694688, 7294720, 12895308),
('wait/io/file/innodb/innodb_data_file', 139767368589376, 2, 1121578212, 4096608, 560788828, 1117481604),
('wait/io/file/innodb/innodb_data_file', 139767368590080, 2, 24229368, 2628768, 12114684, 21600600),
('wait/io/file/innodb/innodb_data_file', 139767368590784, 2, 21692340, 2315184, 10845892, 19377156),
('wait/io/file/innodb/innodb_data_file', 139767368591488, 2, 21815772, 2068320, 10907608, 19747452),
('wait/io/file/innodb/innodb_data_file', 139767368592192, 2, 13420728, 1170936, 6710364, 12249792),
('wait/io/file/innodb/innodb_data_file', 139767368592896, 2, 12648444, 1207632, 6323944, 11440812),
('wait/io/file/innodb/innodb_data_file', 139767368593600, 2, 11569248, 1160928, 5784624, 10408320),
('wait/io/file/innodb/innodb_data_file', 139767368594304, 2, 12094668, 1192620, 6047056, 10902048),
('wait/io/file/innodb/innodb_data_file', 139767368595008, 2, 15252192, 1304376, 7626096, 13947816),
('wait/io/file/innodb/innodb_data_file', 139767368595712, 2, 12246456, 1177608, 6123228, 11068848),
('wait/io/file/innodb/innodb_data_file', 139767368596416, 2, 35131416, 12668460, 17565708, 22462956),
('wait/io/file/innodb/innodb_data_file', 139767368597120, 2, 15302232, 1577928, 7651116, 13724304),
('wait/io/file/innodb/innodb_data_file', 139767368597824, 2, 27847260, 1466172, 13923352, 26381088),
('wait/io/file/innodb/innodb_data_file', 139767368598528, 2, 11834460, 1179276, 5916952, 10655184),
('wait/io/file/innodb/innodb_data_file', 139767368599232, 2, 11579256, 1177608, 5789628, 10401648),
('wait/io/file/innodb/innodb_data_file', 139767368599936, 2, 10758600, 1174272, 5379300, 9584328),
('wait/io/file/innodb/innodb_data_file', 139767368600640, 2, 11767740, 1139244, 5883592, 10628496),
('wait/io/file/innodb/innodb_data_file', 139767368601344, 2, 11155584, 1159260, 5577792, 9996324),
('wait/io/file/innodb/innodb_data_file', 139767368602048, 2, 12636768, 1179276, 6318384, 11457492),
('wait/io/file/innodb/innodb_data_file', 139767368602752, 2, 15562440, 1352748, 7781220, 14209692),
('wait/io/file/innodb/innodb_data_file', 139767368603456, 2, 12605076, 1160928, 6302260, 11444148),
('wait/io/file/innodb/innodb_data_file', 139767368604160, 2, 10975440, 1157592, 5487720, 9817848),
('wait/io/file/innodb/innodb_data_file', 139767368604864, 2, 12650112, 1144248, 6325056, 11505864),
('wait/io/file/innodb/innodb_data_file', 139767368605568, 8, 1396361196, 2748864, 174545080, 509372172),
('wait/io/file/innodb/innodb_data_file', 139767368606272, 2, 24639696, 1349412, 12319848, 23290284),
('wait/io/file/innodb/innodb_data_file', 139767368606976, 2, 388050192, 3010740, 194025096, 385039452),
('wait/io/file/innodb/innodb_data_file', 139767368607680, 10, 1876241460, 3009072, 187623868, 592363512),
('wait/io/file/innodb/innodb_data_file', 139767368608384, 2, 14052900, 1476180, 7026172, 12576720),
('wait/io/file/innodb/innodb_data_file', 139767368609088, 2, 13587528, 1249332, 6793764, 12338196),
('wait/io/file/innodb/innodb_data_file', 139767368609792, 2, 12426600, 1232652, 6213300, 11193948),
('wait/io/file/innodb/innodb_data_file', 139767368610496, 2, 12298164, 1187616, 6148804, 11110548),
('wait/io/file/innodb/innodb_data_file', 139767368611200, 2, 11330724, 1232652, 5665084, 10098072),
('wait/io/file/innodb/innodb_data_file', 139767368611904, 2, 11799432, 1155924, 5899716, 10643508),
('wait/io/file/innodb/innodb_data_file', 139767368612608, 229, 29367416820, 1843140, 128241956, 1237249008),
('wait/io/file/innodb/innodb_data_file', 139767368613312, 233, 55420045596, 1514544, 237854020, 2389498404),
('wait/io/file/innodb/innodb_data_file', 139767368614016, 404, 100961862704, 1426140, 249905320, 1322438772),
('wait/io/file/innodb/innodb_data_file', 139767368614720, 14, 3765396576, 1242660, 268956660, 820969584),
('wait/io/file/innodb/innodb_data_file', 139767368615424, 10, 1394659836, 1519548, 139465928, 655058628),
('wait/io/file/innodb/innodb_data_file', 139767368616128, 9, 1495160172, 1214304, 166128908, 676956132),
('wait/io/file/innodb/innodb_data_file', 139767368616832, 8, 997710864, 1316052, 124713580, 573930444),
('wait/io/file/innodb/innodb_data_file', 139767368617536, 2, 475068084, 2913996, 237533764, 472154088),
('wait/io/file/innodb/innodb_data_file', 139767368618240, 2, 222903180, 3572856, 111451312, 219330324),
('wait/io/file/innodb/innodb_data_file', 139767368618944, 2, 604716720, 3075792, 302358360, 601640928),
('wait/io/file/innodb/innodb_data_file', 139767368619648, 17, 4507668252, 2630436, 265156956, 821383248),
('wait/io/file/innodb/innodb_data_file', 139767368620352, 9, 1998387432, 1649652, 222043048, 777081168),
('wait/io/file/innodb/innodb_data_file', 139767368621056, 2, 12358212, 1286028, 6178828, 11072184),
('wait/io/file/innodb/innodb_data_file', 139767368621760, 2, 14027880, 1247664, 7013940, 12780216),
('wait/io/file/innodb/innodb_data_file', 139767368622464, 8, 7444449132, 3155856, 930556072, 2858062956),
('wait/io/file/innodb/innodb_data_file', 139767368623168, 2, 14846868, 1437816, 7423156, 13409052),
('wait/io/file/innodb/innodb_data_file', 139767368623872, 2, 11510868, 1149252, 5755156, 10361616),
('wait/io/file/innodb/innodb_data_file', 139767368624576, 45, 31706027880, 1205964, 704578212, 16201617600),
('wait/io/file/innodb/innodb_data_file', 139767368625280, 16, 5149911636, 1296036, 321868956, 3067632144),
('wait/io/file/innodb/innodb_data_file', 139767368625984, 16, 1953791784, 1114224, 122111500, 822961176),
('wait/io/file/innodb/innodb_data_file', 139767368626688, 9, 1168108740, 1114224, 129789860, 630413928),
('wait/io/file/innodb/innodb_data_file', 139767368627392, 10, 1803531672, 1321056, 180353056, 732145248),
('wait/io/file/innodb/innodb_data_file', 139767368628096, 2, 11120556, 1127568, 5560000, 9992988),
('wait/io/file/innodb/innodb_data_file', 139767368628800, 8, 1734781716, 1147584, 216847228, 1111256628),
('wait/io/file/innodb/innodb_data_file', 139767368629504, 10, 2296667532, 1142580, 229666364, 1002523044),
('wait/io/file/innodb/innodb_data_file', 139767368630208, 8, 3540635244, 3084132, 442579336, 1625651148),
('wait/io/file/innodb/innodb_data_file', 139767368630912, 2, 581715000, 2892312, 290857500, 578822688),
('wait/io/file/innodb/innodb_data_file', 139767368631616, 2, 21320376, 1419468, 10660188, 19900908),
('wait/io/file/innodb/innodb_data_file', 139767368632320, 2, 752212956, 3137508, 376106200, 749075448),
('wait/io/file/innodb/innodb_data_file', 139767368633024, 2, 13424064, 1342740, 6712032, 12081324),
('wait/io/file/innodb/innodb_data_file', 139767368633728, 2, 10244856, 1184280, 5122428, 9060576),
('wait/io/file/innodb/innodb_data_file', 139767368634432, 2, 9997992, 1149252, 4998996, 8848740),
('wait/io/file/innodb/innodb_data_file', 139767368635136, 2, 12655116, 1134240, 6327280, 11520876),
('wait/io/file/innodb/innodb_data_file', 139767368635840, 2, 27470292, 1556244, 13734868, 25914048),
('wait/io/file/innodb/innodb_data_file', 139767368636544, 2, 11422464, 1117560, 5711232, 10304904),
('wait/io/file/innodb/innodb_data_file', 139767368637248, 2, 18036084, 1286028, 9017764, 16750056),
('wait/io/file/innodb/innodb_data_file', 139767368637952, 2, 10211496, 1119228, 5105748, 9092268),
('wait/io/file/innodb/innodb_data_file', 139767368638656, 2, 10443348, 1087536, 5221396, 9355812),
('wait/io/file/innodb/innodb_data_file', 139767368639360, 2, 9245724, 1104216, 4622584, 8141508),
('wait/io/file/innodb/innodb_data_file', 139767368640064, 2, 15410652, 1244328, 7705048, 14166324),
('wait/io/file/innodb/innodb_data_file', 139767368640768, 2, 11347404, 1127568, 5673424, 10219836),
('wait/io/file/innodb/innodb_data_file', 139767368641472, 2, 328305768, 2547036, 164152884, 325758732),
('wait/io/file/innodb/innodb_data_file', 139767368642176, 2, 13660920, 1185948, 6830460, 12474972),
('wait/io/file/innodb/innodb_data_file', 139767368642880, 2, 13789356, 1274352, 6894400, 12515004),
('wait/io/file/innodb/innodb_data_file', 139767368643584, 2, 11832792, 1204296, 5916396, 10628496),
('wait/io/file/innodb/innodb_data_file', 139767368644288, 2, 11264004, 1077528, 5631724, 10186476),
('wait/io/file/innodb/innodb_data_file', 139767368644992, 2, 18698280, 1364424, 9349140, 17333856),
('wait/io/file/innodb/innodb_data_file', 139767368645696, 2, 365302008, 3017412, 182651004, 362284596),
('wait/io/file/innodb/innodb_data_file', 139767368646400, 2, 24149304, 1481184, 12074652, 22668120),
('wait/io/file/innodb/innodb_data_file', 139767368647104, 2, 11742720, 1167600, 5871360, 10575120),
('wait/io/file/innodb/innodb_data_file', 139767368647808, 2, 11919528, 1107552, 5959764, 10811976),
('wait/io/file/innodb/innodb_data_file', 139767368648512, 2, 10933740, 1147584, 5466592, 9786156),
('wait/io/file/innodb/innodb_data_file', 139767368649216, 2, 12506664, 1199292, 6253332, 11307372),
('wait/io/file/innodb/innodb_data_file', 139767368649920, 2, 13325652, 1261008, 6662548, 12064644),
('wait/io/file/innodb/innodb_data_file', 139767368650624, 2, 11479176, 1204296, 5739588, 10274880),
('wait/io/file/innodb/innodb_data_file', 139767368651328, 2, 12114684, 1511208, 6057064, 10603476),
('wait/io/file/innodb/innodb_data_file', 139767368652032, 2, 12911988, 1192620, 6455716, 11719368),
('wait/io/file/innodb/innodb_data_file', 139767368652736, 2, 11729376, 1150920, 5864688, 10578456),
('wait/io/file/innodb/innodb_data_file', 139767368653440, 2, 20648172, 1501200, 10323808, 19146972),
('wait/io/file/innodb/innodb_data_file', 139767368654144, 2, 11053836, 1187616, 5526640, 9866220),
('wait/io/file/innodb/innodb_data_file', 139767368654848, 2, 11622624, 1114224, 5811312, 10508400),
('wait/io/file/innodb/innodb_data_file', 139767368655552, 2, 10826988, 1100880, 5413216, 9726108),
('wait/io/file/innodb/innodb_data_file', 139767368656256, 2, 10576788, 1137576, 5288116, 9439212),
('wait/io/file/innodb/innodb_data_file', 139767368656960, 2, 20641500, 1311048, 10320472, 19330452),
('wait/io/file/innodb/innodb_data_file', 139767368657664, 9, 2701577868, 2572056, 300174948, 1695175056),
('wait/io/file/innodb/innodb_data_file', 139767368658368, 9, 1420847436, 1364424, 157871752, 626165532),
('wait/io/file/innodb/innodb_data_file', 139767368659072, 9, 874108728, 1244328, 97123192, 448486836),
('wait/io/file/innodb/innodb_data_file', 139767368659776, 10, 1330663680, 1205964, 133066368, 565131744),
('wait/io/file/innodb/innodb_data_file', 139767368660480, 10, 1241307252, 1132572, 124130336, 492562068),
('wait/io/file/innodb/innodb_data_file', 139767368661184, 10, 1713754908, 1145916, 171375324, 532207092),
('wait/io/file/innodb/innodb_data_file', 139767368661888, 11, 1221334620, 1240992, 111030420, 303090612),
('wait/io/file/innodb/innodb_data_file', 139767368662592, 8, 620352552, 1311048, 77543652, 298054920),
('wait/io/file/innodb/innodb_data_file', 139767368663296, 9, 928001808, 1147584, 103111312, 567021588),
('wait/io/file/innodb/innodb_data_file', 139767368664000, 9, 864422652, 1271016, 96046776, 516117564),
('wait/io/file/innodb/innodb_data_file', 139767368664704, 9, 840603612, 1145916, 93400216, 491122584),
('wait/io/file/innodb/innodb_data_file', 139767368665408, 9, 826237128, 1170936, 91803940, 488038452),
('wait/io/file/innodb/innodb_data_file', 139767368666112, 9, 870569232, 1160928, 96729544, 502616772),
('wait/io/file/innodb/innodb_data_file', 139767368666816, 8, 1478610276, 3139176, 184826076, 482549064),
('wait/io/file/innodb/innodb_data_file', 139767368667520, 9, 1448451168, 2321856, 160938648, 535951752),
('wait/io/file/innodb/innodb_data_file', 139767368668224, 9, 1389554088, 1401120, 154394528, 568004040),
('wait/io/file/innodb/innodb_data_file', 139767368668928, 9, 837919800, 1282692, 93102200, 419710500),
('wait/io/file/innodb/innodb_data_file', 139767368669632, 10, 1231904736, 1155924, 123190140, 496250016),
('wait/io/file/innodb/innodb_data_file', 139767368670336, 18, 3993672384, 1100880, 221870688, 601377384),
('wait/io/file/innodb/innodb_data_file', 139767368671040, 10, 1985495460, 1449492, 198549268, 585015972),
('wait/io/file/innodb/innodb_data_file', 139767368671744, 8, 906871584, 1239324, 113358948, 453634284),
('wait/io/file/innodb/innodb_data_file', 139767368672448, 9, 918262356, 1225980, 102028780, 542530344),
('wait/io/file/innodb/innodb_data_file', 139767368673152, 9, 1555500072, 2882304, 172833156, 637716432),
('wait/io/file/innodb/innodb_data_file', 139767368673856, 9, 1054311108, 1601280, 117145308, 591317676),
('wait/io/file/innodb/innodb_data_file', 139767368674560, 9, 1090209804, 1346076, 121134052, 569992296),
('wait/io/file/innodb/innodb_data_file', 139767368675264, 9, 1648297584, 2728848, 183144176, 688984080),
('wait/io/file/innodb/innodb_data_file', 139767368675968, 9, 738655452, 1536228, 82072828, 343771464),
('wait/io/file/innodb/innodb_data_file', 139767368676672, 8, 699072144, 1189284, 87383740, 320694684),
('wait/io/file/innodb/innodb_data_file', 139767368677376, 9, 1608886080, 2163396, 178765120, 772791072),
('wait/io/file/innodb/innodb_data_file', 139767368678080, 9, 740968968, 1284360, 82329700, 391216056),
('wait/io/file/innodb/innodb_data_file', 139767368678784, 10, 972699204, 2163396, 97269420, 294788976),
('wait/io/file/innodb/innodb_data_file', 139767368679488, 9, 742850472, 1441152, 82538756, 337988508),
('wait/io/file/innodb/innodb_data_file', 139767368680192, 9, 620637780, 1115892, 68959568, 265742424),
('wait/io/file/innodb/innodb_data_file', 139767368680896, 9, 807025104, 1150920, 89669456, 486899208),
('wait/io/file/innodb/innodb_data_file', 139767368681600, 9, 723888648, 1087536, 80432072, 339900036),
('wait/io/file/innodb/innodb_data_file', 139767368682304, 8, 682458864, 1165932, 85307080, 299187492),
('wait/io/file/innodb/innodb_data_file', 139767368683008, 8, 705864240, 1119228, 88232752, 368249364),
('wait/io/file/innodb/innodb_data_file', 139767368683712, 9, 666209208, 1094208, 74023060, 302023092),
('wait/io/file/innodb/innodb_data_file', 139767368684416, 9, 885142548, 1110888, 98349172, 477498360),
('wait/io/file/innodb/innodb_data_file', 139767368685120, 10, 1253863956, 1147584, 125386340, 576120528),
('wait/io/file/innodb/innodb_data_file', 139767368685824, 9, 914477664, 1085868, 101608444, 544843860),
('wait/io/file/innodb/innodb_data_file', 139767368686528, 9, 738121692, 1135908, 82013336, 366434580),
('wait/io/file/innodb/innodb_data_file', 139767368687232, 10, 1032091680, 1135908, 103209168, 342181860),
('wait/io/file/innodb/innodb_data_file', 139767368687936, 9, 614169276, 1077528, 68240660, 294098424),
('wait/io/file/innodb/innodb_data_file', 139767368688640, 9, 3508226004, 3175872, 389802704, 1210927968),
('wait/io/file/innodb/innodb_data_file', 139767368689344, 9, 1702067232, 1499532, 189118396, 575074692),
('wait/io/file/innodb/innodb_data_file', 139767368690048, 9, 872867736, 1286028, 96985304, 379561740),
('wait/io/file/innodb/innodb_data_file', 139767368690752, 10, 1347862428, 1240992, 134786076, 568724616),
('wait/io/file/innodb/innodb_data_file', 139767368691456, 9, 1048628232, 1269348, 116514248, 528754332),
('wait/io/file/innodb/innodb_data_file', 139767368692160, 9, 1463971908, 1257672, 162663360, 571183248),
('wait/io/file/innodb/innodb_data_file', 139767368692864, 8, 882408696, 1596276, 110300948, 367810680),
('wait/io/file/innodb/innodb_data_file', 139767368693568, 9, 2031447192, 2967372, 225715984, 971923584),
('wait/io/file/innodb/innodb_data_file', 139767368694272, 9, 1142414868, 1554576, 126934800, 631481448),
('wait/io/file/innodb/innodb_data_file', 139767368694976, 9, 982738896, 1329396, 109192840, 588633864),
('wait/io/file/innodb/innodb_data_file', 139767368695680, 9, 1039068924, 1446156, 115451732, 516042504),
('wait/io/file/innodb/innodb_data_file', 139767368696384, 9, 975239568, 1262676, 108359952, 505510752),
('wait/io/file/innodb/innodb_data_file', 139767368697088, 8, 917596824, 2270148, 114699464, 418904856),
('wait/io/file/innodb/innodb_data_file', 139767368697792, 8, 1045871028, 1421136, 130733392, 518984856),
('wait/io/file/innodb/innodb_data_file', 139767368698496, 8, 927418008, 1386108, 115927112, 497631120),
('wait/io/file/innodb/innodb_data_file', 139767368699200, 8, 986857188, 1257672, 123356940, 546666984),
('wait/io/file/innodb/innodb_data_file', 139767368699904, 8, 947215500, 1194288, 118401868, 515035032),
('wait/io/file/innodb/innodb_data_file', 139767368700608, 10, 1826103048, 1122564, 182609860, 503063796),
('wait/io/file/innodb/innodb_data_file', 139767368701312, 8, 1921539336, 1135908, 240192000, 1515352980),
('wait/io/file/innodb/innodb_data_file', 139767368702016, 8, 917908740, 1124232, 114738384, 529713432),
('wait/io/file/innodb/innodb_data_file', 139767368702720, 8, 984633744, 1160928, 123078940, 567271788),
('wait/io/file/innodb/innodb_data_file', 139767368703424, 8, 884985756, 1247664, 110622872, 448782072),
('wait/io/file/innodb/innodb_data_file', 139767368704128, 8, 989187384, 1139244, 123648284, 581985216),
('wait/io/file/innodb/innodb_data_file', 139767368704832, 8, 884483688, 1099212, 110560044, 475506768),
('wait/io/file/innodb/innodb_data_file', 139767368705536, 8, 958441140, 1149252, 119804656, 494863908),
('wait/io/file/innodb/innodb_data_file', 139767368706240, 9, 1449088344, 1542900, 161009816, 619817124),
('wait/io/file/innodb/innodb_data_file', 139767368706944, 9, 1954989408, 3192552, 217220860, 704871780),
('wait/io/file/innodb/innodb_data_file', 139767368707648, 9, 1142991996, 2278488, 126998740, 451972956),
('wait/io/file/innodb/innodb_data_file', 139767368708352, 9, 589377792, 1235988, 65486236, 257197260),
('wait/io/file/innodb/innodb_data_file', 139767368709056, 10, 1081644624, 1195956, 108164240, 427741920),
('wait/io/file/innodb/innodb_data_file', 139767368709760, 10, 1067338188, 1197624, 106733652, 458272992),
('wait/io/file/innodb/innodb_data_file', 139767368710464, 10, 1396040940, 1139244, 139603816, 474579360),
('wait/io/file/innodb/innodb_data_file', 139767368711168, 8, 656975160, 1199292, 82121756, 301439292),
('wait/io/file/innodb/innodb_data_file', 139767368711872, 9, 762998244, 1185948, 84777212, 435828384),
('wait/io/file/innodb/innodb_data_file', 139767368712576, 9, 744386700, 1147584, 82709448, 418587936),
('wait/io/file/innodb/innodb_data_file', 139767368713280, 9, 792475140, 1306044, 88052608, 445471092),
('wait/io/file/innodb/innodb_data_file', 139767368713984, 9, 966646032, 1152588, 107404744, 537761532),
('wait/io/file/innodb/innodb_data_file', 139767368714688, 9, 828567324, 1104216, 92063036, 475523448),
('wait/io/file/innodb/innodb_data_file', 139767368715392, 9, 1951741812, 1771416, 216860016, 870934524),
('wait/io/file/innodb/innodb_data_file', 139767368716096, 9, 4596027216, 1195956, 510669320, 3701770716),
('wait/io/file/innodb/innodb_data_file', 139767368716800, 10, 2152799196, 2924004, 215279864, 563513784),
('wait/io/file/innodb/innodb_data_file', 139767368717504, 16, 2259624588, 1276020, 141226224, 731591472),
('wait/io/file/innodb/innodb_data_file', 139767368718208, 12, 2124002844, 1439484, 176999820, 575776920),
('wait/io/file/innodb/innodb_data_file', 139767368718912, 21, 5051768184, 1157592, 240560072, 640131696),
('wait/io/file/innodb/innodb_data_file', 139767368719616, 44, 15039733836, 1144248, 341812120, 745240716),
('wait/io/file/innodb/innodb_data_file', 139767368720320, 17, 3333791568, 1768080, 196105092, 747505860),
('wait/io/file/innodb/innodb_data_file', 139767368721024, 9, 2791491408, 1838136, 310165712, 1875877836),
('wait/io/file/innodb/innodb_data_file', 139767368721728, 9, 1151977512, 1187616, 127997316, 552166380),
('wait/io/file/innodb/innodb_data_file', 139767368722432, 9, 2035328628, 1531224, 226147440, 1493452140),
('wait/io/file/innodb/innodb_data_file', 139767368723136, 9, 1287355728, 1139244, 143039340, 427970436),
('wait/io/file/innodb/innodb_data_file', 139767368723840, 9, 994972008, 1165932, 110552260, 373393476),
('wait/io/file/innodb/innodb_data_file', 139767368724544, 9, 909852300, 1170936, 101094700, 316197756),
('wait/io/file/innodb/innodb_data_file', 139767368725248, 9, 1047462300, 1175940, 116384700, 460096116),
('wait/io/file/innodb/innodb_data_file', 139767368725952, 9, 4512625548, 1199292, 501402468, 2398779156),
('wait/io/file/innodb/innodb_data_file', 139767368726656, 9, 1404282528, 1149252, 156031392, 472799604),
('wait/io/file/innodb/innodb_data_file', 139767368727360, 9, 2397101148, 1507872, 266344572, 1659227988),
('wait/io/file/innodb/innodb_data_file', 139767368728064, 9, 2359616184, 1154256, 262179576, 1830434844),
('wait/io/file/innodb/innodb_data_file', 139767368728768, 9, 1653041376, 3739656, 183671264, 794411688),
('wait/io/file/innodb/innodb_data_file', 139767368729472, 9, 1358761140, 1693020, 150973460, 624284028),
('wait/io/file/innodb/innodb_data_file', 139767368730176, 9, 862065768, 1449492, 95784900, 417463704),
('wait/io/file/innodb/innodb_data_file', 139767368730880, 10, 1391055288, 1396116, 139105084, 540195144),
('wait/io/file/innodb/innodb_data_file', 139767368731584, 9, 910289316, 1324392, 101143072, 507852624),
('wait/io/file/innodb/innodb_data_file', 139767368732288, 9, 1437974460, 1331064, 159774940, 562264452),
('wait/io/file/innodb/innodb_data_file', 139767368732992, 8, 849937740, 1120896, 106242148, 390612240),
('wait/io/file/innodb/innodb_data_file', 139767368733696, 9, 880545540, 1756404, 97838208, 502751880),
('wait/io/file/innodb/innodb_data_file', 139767368734400, 9, 1295949264, 2186748, 143993992, 506094552),
('wait/io/file/innodb/innodb_data_file', 139767368735104, 9, 1024629048, 2153388, 113847672, 626208900),
('wait/io/file/innodb/innodb_data_file', 139767368735808, 9, 1169693340, 1457832, 129965556, 660000912),
('wait/io/file/innodb/innodb_data_file', 139767368736512, 9, 882375336, 1105884, 98041704, 485961792),
('wait/io/file/innodb/innodb_data_file', 139767368737216, 10, 4792512612, 2523684, 479250872, 3453832524),
('wait/io/file/innodb/innodb_data_file', 139767368737920, 9, 1323142668, 1466172, 147015852, 600613440),
('wait/io/file/innodb/innodb_data_file', 139767368738624, 9, 714756348, 1235988, 79417372, 376167360),
('wait/io/file/innodb/innodb_data_file', 139767368739328, 8, 2810339808, 1316052, 351292476, 1781550768),
('wait/io/file/innodb/innodb_data_file', 139767368740032, 12, 6238069800, 1199292, 519838872, 3817149612),
('wait/io/file/innodb/innodb_data_file', 139767368740736, 31, 13049034216, 1135908, 420936480, 3477970152),
('wait/io/file/innodb/innodb_data_file', 139767368741440, 12, 2183603820, 1165932, 181966568, 571300008),
('wait/io/file/innodb/innodb_data_file', 139767368742144, 10, 1402667904, 1160928, 140266568, 554776800),
('wait/io/file/innodb/innodb_data_file', 139767368742848, 9, 968680992, 1140912, 107631036, 546546888),
('wait/io/file/innodb/innodb_data_file', 139767368743552, 9, 1061336724, 1135908, 117925932, 583646544),
('wait/io/file/innodb/innodb_data_file', 139767368744256, 9, 2233050012, 3175872, 248116668, 1286721888),
('wait/io/file/innodb/innodb_data_file', 139767368744960, 10, 10200714048, 1334400, 1020070960, 8335938420),
('wait/io/file/innodb/innodb_data_file', 139767368745664, 9, 817360032, 1194288, 90817596, 454940328),
('wait/io/file/innodb/innodb_data_file', 139767368746368, 9, 1300267716, 2522016, 144473820, 644219964),
('wait/io/file/innodb/innodb_data_file', 139767368747072, 9, 769153164, 1299372, 85461092, 338583984),
('wait/io/file/innodb/innodb_data_file', 139767368747776, 9, 1249587204, 2310180, 138842652, 460052748),
('wait/io/file/innodb/innodb_data_file', 139767368748480, 9, 1209239952, 1386108, 134359624, 477344904),
('wait/io/file/innodb/innodb_data_file', 139767368749184, 9, 580944384, 1327728, 64549376, 248678784),
('wait/io/file/innodb/innodb_data_file', 139767368749888, 19, 3541634376, 1114224, 186401780, 597350832),
('wait/io/file/innodb/innodb_data_file', 139767368750592, 9, 846793560, 1778088, 94087988, 442383624),
('wait/io/file/innodb/innodb_data_file', 139767368751296, 9, 1106888136, 1644648, 122987200, 447591120),
('wait/io/file/innodb/innodb_data_file', 139767368752000, 9, 657957612, 2328528, 73106216, 274981476),
('wait/io/file/innodb/innodb_data_file', 139767368752704, 9, 866647764, 2665464, 96294196, 466045872),
('wait/io/file/innodb/innodb_data_file', 139767368753408, 9, 709236936, 1856484, 78804104, 401492604),
('wait/io/file/innodb/innodb_data_file', 139767368754112, 9, 795544260, 2338536, 88393436, 476185644),
('wait/io/file/innodb/innodb_data_file', 139767368754816, 9, 745082256, 1261008, 82786732, 412836672),
('wait/io/file/innodb/innodb_data_file', 139767368755520, 9, 834997464, 1085868, 92777496, 464426244),
('wait/io/file/innodb/innodb_data_file', 139767368756224, 9, 1178103396, 2723844, 130900192, 510307920),
('wait/io/file/innodb/innodb_data_file', 139767368756928, 8, 564921576, 1225980, 70614780, 249035736),
('wait/io/file/innodb/innodb_data_file', 139767368757632, 8, 807667284, 2151720, 100957924, 402038040),
('wait/io/file/innodb/innodb_data_file', 139767368758336, 9, 1959267828, 2757204, 217696240, 612159336),
('wait/io/file/innodb/innodb_data_file', 139767368759040, 9, 3023034828, 3886440, 335892388, 1267099536),
('wait/io/file/innodb/innodb_data_file', 139767368759744, 8, 1163641836, 2386908, 145455160, 425568516),
('wait/io/file/innodb/innodb_data_file', 139767368760448, 9, 2495234592, 1356084, 277248288, 1886753196),
('wait/io/file/innodb/innodb_data_file', 139767368761152, 8, 1484895300, 3140844, 185611704, 446653704),
('wait/io/file/innodb/innodb_data_file', 139767368761856, 15, 3162814896, 1429476, 210854104, 587547996),
('wait/io/file/innodb/innodb_data_file', 139767368762560, 55, 5488979340, 1561248, 99799220, 701530776),
('wait/io/file/innodb/innodb_data_file', 139767368763264, 16, 2053216260, 1232652, 128325912, 562986696),
('wait/io/file/innodb/innodb_data_file', 139767368763968, 9, 885239292, 1567920, 98359736, 462242832),
('wait/io/file/innodb/innodb_data_file', 139767368764672, 9, 1131936492, 1142580, 125770536, 663268524),
('wait/io/file/innodb/innodb_data_file', 139767368765376, 9, 965705280, 1142580, 107300216, 473301672),
('wait/io/file/innodb/innodb_data_file', 139767368766080, 9, 1023758352, 1119228, 113750928, 510976788),
('wait/io/file/innodb/innodb_data_file', 139767368766784, 11, 2865697392, 1115892, 260517692, 1539435564),
('wait/io/file/innodb/innodb_data_file', 139767368767488, 9, 981150960, 1304376, 109016588, 507157068),
('wait/io/file/innodb/innodb_data_file', 139767368768192, 9, 1458717708, 1219308, 162079560, 901915956),
('wait/io/file/innodb/innodb_data_file', 139767368768896, 9, 795168960, 1309380, 88351736, 354878676),
('wait/io/file/innodb/innodb_data_file', 139767368769600, 8, 1630148076, 3210900, 203768440, 718976388),
('wait/io/file/innodb/innodb_data_file', 139767368770304, 552, 115014051024, 8456760, 208358776, 24204039420),
('wait/io/file/sql/FRM', 139767368771008, 13, 445729632, 462036, 34286852, 390430428),
('wait/io/file/mysys/cnf', 139767368771712, 5, 391564668, 385308, 78312600, 369527052),
('wait/io/file/sql/FRM', 139767368772416, 13, 570227484, 445356, 43863396, 539859876),
('wait/io/file/sql/pid', 139767368773120, 3, 31917180, 2582064, 10639060, 23086788),
('wait/io/file/sql/FRM', 139767368773824, 13, 1147799172, 462036, 88292244, 1104271044),
('wait/io/file/sql/FRM', 139767368774528, 13, 533041092, 470376, 41002776, 493546188),
('wait/io/file/sql/FRM', 139767368775232, 13, 600359904, 433680, 46181360, 566484492),
('wait/io/file/myisam/kfile', 139767368775936, 10, 3580440396, 535428, 358043984, 3539774556),
('wait/io/file/myisam/dfile', 139767368776640, 15, 2529215088, 473712, 168614228, 2115451008),
('wait/io/file/sql/FRM', 139767368777344, 13, 402571800, 457032, 30966976, 370914828),
('wait/io/file/myisam/kfile', 139767368778048, 15, 578886072, 627168, 38591960, 261537396),
('wait/io/file/myisam/dfile', 139767368778752, 11, 1014634392, 492060, 92239288, 976141956),
('wait/io/file/sql/FRM', 139767368779456, 13, 481943580, 435348, 37072412, 458236296),
('wait/io/file/myisam/kfile', 139767368780160, 10, 675526656, 670536, 67552332, 352003044),
('wait/io/file/myisam/dfile', 139767368780864, 9, 1509107988, 477048, 167678480, 1480842060),
('wait/io/file/sql/FRM', 139767368781568, 13, 1243077000, 455364, 95620880, 1199003436),
('wait/io/file/sql/FRM', 139767368782272, 13, 917213184, 462036, 70554732, 886195056),
('wait/io/file/sql/FRM', 139767368782976, 13, 691833024, 498732, 53217540, 652054560),
('wait/io/file/sql/FRM', 139767368783680, 13, 439923324, 467040, 33839828, 407989464),
('wait/io/file/sql/FRM', 139767368784384, 13, 1381119012, 442020, 106239924, 1348611360),
('wait/io/file/sql/FRM', 139767368785088, 13, 819271560, 450360, 63020376, 779379672),
('wait/io/file/myisam/kfile', 139767368785792, 10, 1778660124, 1037496, 177865512, 1412629200),
('wait/io/file/myisam/dfile', 139767368786496, 7, 296340216, 1537896, 42333840, 258575028),
('wait/io/file/sql/FRM', 139767368787200, 13, 442061700, 442020, 34004404, 411290436),
('wait/io/file/myisam/kfile', 139767368787904, 10, 1022926020, 884040, 102292324, 527721840),
('wait/io/file/myisam/dfile', 139767368788608, 5, 45269520, 1467840, 9053904, 26302692),
('wait/io/file/sql/FRM', 139767368789312, 13, 467009976, 443688, 35923716, 442391964),
('wait/io/file/myisam/kfile', 139767368790016, 10, 634206960, 852348, 63420696, 314618160),
('wait/io/file/myisam/dfile', 139767368790720, 5, 28666248, 1145916, 5732916, 12204756),
('wait/io/file/sql/FRM', 139767368791424, 13, 645157380, 450360, 49627448, 599072208),
('wait/io/file/sql/FRM', 139767368792128, 13, 1636111176, 440352, 125854492, 1583429064),
('wait/io/file/myisam/kfile', 139767368792832, 10, 772722684, 1054176, 77271768, 418871496),
('wait/io/file/myisam/dfile', 139767368793536, 7, 30721224, 468708, 4388508, 12655116),
('wait/io/file/sql/FRM', 139767368794240, 13, 1157176668, 462036, 89013376, 733826592),
('wait/io/file/sql/FRM', 139767368794944, 13, 3550176204, 428676, 273089964, 3506618052),
('wait/io/file/sql/FRM', 139767368795648, 13, 794174832, 482052, 61089944, 748254792),
('wait/io/file/sql/FRM', 139767368796352, 13, 296843952, 433680, 22833808, 259891080),
('wait/io/file/sql/FRM', 139767368797056, 13, 585576420, 437016, 45044340, 527608416),
('wait/io/file/sql/FRM', 139767368797760, 13, 319822320, 443688, 24601332, 279044724),
('wait/io/file/sql/FRM', 139767368798464, 13, 1601908836, 455364, 123223500, 1566368760),
('wait/io/file/sql/FRM', 139767368799168, 13, 1592578044, 425340, 122505704, 1541642328),
('wait/io/file/sql/FRM', 139767368799872, 13, 444293484, 453696, 34176208, 403043844),
('wait/io/file/sql/FRM', 139767368800576, 13, 730570656, 438684, 56197700, 494738808),
('wait/io/file/sql/FRM', 139767368801280, 13, 286130388, 450360, 22009816, 246533736),
('wait/io/file/sql/FRM', 139767368801984, 13, 296835612, 417000, 22833252, 249122472),
('wait/io/file/sql/FRM', 139767368802688, 13, 243529668, 433680, 18732752, 201491064),
('wait/io/file/sql/FRM', 139767368803392, 13, 330996252, 495396, 25460908, 273156684),
('wait/io/file/sql/FRM', 139767368804096, 13, 341709816, 428676, 26284900, 300470184),
('wait/io/file/sql/FRM', 139767368804800, 13, 244407036, 428676, 18800028, 211849344),
('wait/io/file/sql/FRM', 139767368805504, 13, 320989920, 413664, 24691404, 287586552),
('wait/io/file/sql/FRM', 139767368806208, 13, 324209160, 432012, 24938824, 284439036),
('wait/io/file/sql/FRM', 139767368806912, 13, 309338940, 430344, 23795132, 259177176),
('wait/io/file/sql/FRM', 139767368807616, 13, 468931512, 401988, 36071612, 430692612),
('wait/io/file/sql/FRM', 139767368808320, 13, 234729300, 418668, 18056100, 192415476),
('wait/io/file/sql/FRM', 139767368809024, 13, 2999903004, 427008, 230761684, 2966819892),
('wait/io/file/sql/FRM', 139767368809728, 13, 618726252, 401988, 47594156, 571486824),
('wait/io/file/sql/FRM', 139767368810432, 13, 564426180, 422004, 43416928, 515100084),
('wait/io/file/sql/FRM', 139767368811136, 13, 1519035924, 427008, 116848404, 1481802828),
('wait/io/file/sql/FRM', 139767368811840, 13, 1644559596, 477048, 126504456, 1599990636),
('wait/io/file/sql/FRM', 139767368812544, 13, 1398502908, 417000, 107577104, 1361339868),
('wait/io/file/sql/FRM', 139767368813248, 13, 203587740, 425340, 15660296, 158912028),
('wait/io/file/sql/FRM', 139767368813952, 13, 187618308, 440352, 14432092, 154290000),
('wait/io/file/sql/FRM', 139767368814656, 13, 190682424, 427008, 14667836, 157626000),
('wait/io/file/sql/FRM', 139767368815360, 13, 184517496, 510408, 14193568, 144822432),
('wait/io/file/sql/FRM', 139767368816064, 13, 236959416, 430344, 18227348, 185653404),
('wait/io/file/sql/FRM', 139767368816768, 13, 345437796, 432012, 26571796, 307649256),
('wait/io/file/sql/FRM', 139767368817472, 13, 460723284, 443688, 35439996, 425171532),
('wait/io/file/sql/FRM', 139767368818176, 13, 358223016, 422004, 27555360, 318149316),
('wait/io/file/sql/FRM', 139767368818880, 13, 1579866216, 437016, 121527700, 1542609768),
('wait/io/file/sql/FRM', 139767368819584, 13, 1833982680, 420336, 141075548, 1794529476),
('wait/io/file/sql/FRM', 139767368820288, 13, 648633492, 443688, 49894884, 599739408),
('wait/io/file/sql/FRM', 139767368820992, 13, 349013988, 415332, 26847016, 312398052),
('wait/io/file/sql/FRM', 139767368821696, 13, 363423840, 438684, 27955680, 326312508),
('wait/io/file/sql/FRM', 139767368822400, 13, 319545432, 432012, 24580204, 281483340),
('wait/io/file/sql/FRM', 139767368823104, 13, 519768816, 505404, 39981960, 476854512),
('wait/io/file/sql/FRM', 139767368823808, 13, 400995540, 453696, 30845768, 354902028),
('wait/io/file/sql/FRM', 139767368824512, 13, 397085748, 423672, 30544972, 358489896),
('wait/io/file/sql/FRM', 139767368825216, 13, 368314416, 435348, 28331536, 328779480),
('wait/io/file/sql/FRM', 139767368825920, 13, 286405608, 418668, 22030944, 235072908),
('wait/io/file/sql/FRM', 139767368826624, 13, 1560402324, 453696, 120030948, 1522206792),
('wait/io/file/sql/FRM', 139767368827328, 13, 357555816, 435348, 27504208, 311147052),
('wait/io/file/sql/FRM', 139767368828032, 13, 406580004, 450360, 31275000, 369655488),
('wait/io/file/sql/FRM', 139767368828736, 13, 272174232, 423672, 20936180, 235274736),
('wait/io/file/sql/FRM', 139767368829440, 13, 428867820, 433680, 32989704, 391062600),
('wait/io/file/sql/FRM', 139767368830144, 13, 3968425536, 437016, 305263460, 3920200320),
('wait/io/file/sql/FRM', 139767368830848, 13, 464626404, 420336, 35740236, 418694688),
('wait/io/file/sql/FRM', 139767368831552, 13, 287433096, 388644, 22109896, 232570908),
('wait/io/file/sql/FRM', 139767368832256, 13, 376689444, 458700, 28975940, 334338924),
('wait/io/file/sql/FRM', 139767368832960, 13, 319972440, 410328, 24613008, 259023720),
('wait/io/file/sql/FRM', 139767368833664, 13, 330657648, 433680, 25434776, 296075004),
('wait/io/file/sql/FRM', 139767368834368, 13, 346236768, 430344, 26633512, 307871100),
('wait/io/file/sql/FRM', 139767368835072, 13, 355984560, 453696, 27383000, 311408928),
('wait/io/file/sql/FRM', 139767368835776, 13, 320864820, 420336, 24681396, 284702580),
('wait/io/file/sql/FRM', 139767368836480, 13, 389422956, 415332, 29955612, 327621888),
('wait/io/file/sql/FRM', 139767368837184, 13, 1213780248, 433680, 93367412, 1170594060),
('wait/io/file/sql/FRM', 139767368837888, 13, 335956884, 415332, 25842324, 287843424),
('wait/io/file/sql/FRM', 139767368838592, 13, 321383568, 435348, 24721428, 287177892),
('wait/io/file/sql/FRM', 139767368839296, 13, 268576356, 417000, 20659292, 232884492),
('wait/io/file/sql/FRM', 139767368840000, 13, 410292972, 435348, 31560784, 374826288),
('wait/io/file/sql/FRM', 139767368840704, 13, 351299148, 468708, 27022712, 306528360),
('wait/io/file/sql/FRM', 139767368841408, 13, 481056204, 460368, 37004024, 445601196),
('wait/io/file/sql/FRM', 139767368842112, 13, 708961716, 520416, 54535260, 364387944),
('wait/io/file/sql/FRM', 139767368842816, 13, 412341276, 442020, 31718132, 374175768),
('wait/io/file/sql/FRM', 139767368843520, 13, 377259900, 423672, 29019864, 339960084),
('wait/io/file/sql/FRM', 139767368844224, 13, 394233468, 442020, 30325352, 359048676),
('wait/io/file/sql/FRM', 139767368844928, 13, 484041924, 432012, 37233652, 449345856),
('wait/io/file/sql/FRM', 139767368845632, 13, 334524072, 437016, 25732236, 296642124),
('wait/io/file/sql/FRM', 139767368846336, 13, 215293764, 442020, 16561016, 178626120),
('wait/io/file/sql/FRM', 139767368847040, 13, 370704660, 440352, 28515572, 334459020),
('wait/io/file/sql/FRM', 139767368847744, 13, 310318056, 470376, 23870192, 271717200),
('wait/io/file/sql/FRM', 139767368848448, 13, 374976408, 445356, 28844168, 337749984),
('wait/io/file/sql/FRM', 139767368849152, 13, 389868312, 450360, 29989528, 343734768),
('wait/io/file/sql/FRM', 139767368849856, 13, 466641348, 413664, 35895360, 429246456),
('wait/io/file/sql/FRM', 139767368850560, 13, 383037852, 492060, 29464108, 341576376),
('wait/io/file/sql/FRM', 139767368851264, 13, 1735445580, 437016, 133495600, 1698404304),
('wait/io/file/sql/FRM', 139767368851968, 13, 3890786808, 428676, 299290908, 3853115028),
('wait/io/file/sql/FRM', 139767368852672, 13, 386528976, 440352, 29732656, 347456076),
('wait/io/file/sql/FRM', 139767368853376, 13, 305152260, 433680, 23473208, 268858248),
('wait/io/file/sql/FRM', 139767368854080, 13, 360336372, 500400, 27717712, 304746936),
('wait/io/file/sql/FRM', 139767368854784, 13, 325151580, 428676, 25011660, 284198844),
('wait/io/file/sql/FRM', 139767368855488, 13, 318743124, 440352, 24518488, 284512428),
('wait/io/file/myisam/kfile', 139767368856192, 4, 234881088, 995796, 58720272, 216096072),
('wait/io/file/myisam/dfile', 139767368856896, 94, 724945604, 428676, 7711720, 287883456),
('wait/io/file/sql/dbopt', 139767368857600, 4, 46076832, 557112, 11519208, 39359796),
('wait/io/file/sql/FRM', 139767368858304, 16, 390607236, 440352, 24412848, 319864020),
('wait/io/file/sql/dbopt', 139767368859008, 4, 849519072, 468708, 212379768, 841305840),
('wait/io/file/sql/FRM', 139767368859712, 22, 1114832820, 423672, 50673840, 416242728),
('wait/io/file/sql/dbopt', 139767368860416, 4, 87868572, 492060, 21967004, 78767964),
('wait/io/file/sql/FRM', 139767368861120, 16, 530954424, 435348, 33184304, 430117152),
('wait/io/file/sql/FRM', 139767368861824, 16, 718182420, 433680, 44885880, 620577732),
('wait/io/file/sql/FRM', 139767368862528, 16, 470656224, 440352, 29415736, 378859512),
('wait/io/file/sql/FRM', 139767368863232, 16, 505420680, 447024, 31588584, 412749936),
('wait/io/file/sql/FRM', 139767368863936, 16, 287494812, 423672, 17968252, 239616540),
('wait/io/file/sql/FRM', 139767368864640, 16, 612794844, 455364, 38299504, 516240996),
('wait/io/file/sql/FRM', 139767368865344, 16, 673930380, 423672, 42120336, 581464800),
('wait/io/file/sql/FRM', 139767368866048, 16, 540343596, 437016, 33771440, 439928328),
('wait/io/file/sql/dbopt', 139767368866752, 4, 47024256, 473712, 11756064, 39353124),
('wait/io/file/sql/dbopt', 139767368867456, 4, 458631612, 483720, 114657764, 452933724),
('wait/io/file/sql/dbopt', 139767368868160, 4, 429016272, 495396, 107254068, 423079860),
('wait/io/file/sql/dbopt', 139767368868864, 4, 274297596, 497064, 68574260, 269113452),
('wait/io/file/sql/dbopt', 139767368869568, 4, 30839652, 435348, 7709496, 26180928),
('wait/io/file/sql/dbopt', 139767368870272, 4, 249542808, 467040, 62385424, 245454540),
('wait/io/file/sql/dbopt', 139767368870976, 4, 31850460, 423672, 7962476, 25612140),
('wait/io/file/sql/dbopt', 139767368871680, 4, 234172188, 435348, 58542908, 229855404),
('wait/io/file/sql/dbopt', 139767368872384, 4, 24304428, 428676, 6075968, 20860008),
('wait/io/file/sql/dbopt', 139767368873088, 4, 22027608, 423672, 5506624, 18766668),
('wait/io/file/sql/dbopt', 139767368873792, 4, 22718160, 430344, 5679540, 19445544),
('wait/io/file/sql/dbopt', 139767368874496, 4, 372204192, 435348, 93051048, 368072556),
('wait/io/file/sql/dbopt', 139767368875200, 4, 223498656, 432012, 55874664, 219864084),
('wait/io/file/sql/dbopt', 139767368875904, 4, 21258660, 433680, 5314248, 17840928),
('wait/io/file/sql/dbopt', 139767368876608, 4, 24431196, 423672, 6107660, 20052696),
('wait/io/file/sql/dbopt', 139767368877312, 4, 27091656, 448692, 6772636, 22104336),
('wait/io/file/sql/dbopt', 139767368878016, 4, 231314904, 433680, 57828448, 226961424),
('wait/io/file/sql/dbopt', 139767368878720, 4, 234090456, 427008, 58522336, 230390832),
('wait/io/file/sql/dbopt', 139767368879424, 4, 24923256, 425340, 6230536, 21408780),
('wait/io/file/sql/dbopt', 139767368880128, 4, 54525252, 495396, 13630896, 49102584),
('wait/io/file/sql/dbopt', 139767368880832, 4, 35728560, 433680, 8932140, 31458480),
('wait/io/file/sql/dbopt', 139767368881536, 4, 25105068, 432012, 6276128, 21602268),
('wait/io/file/sql/dbopt', 139767368882240, 4, 29748780, 430344, 7437056, 26274336),
('wait/io/file/sql/dbopt', 139767368882944, 4, 21256992, 422004, 5314248, 17880960),
('wait/io/file/sql/dbopt', 139767368883648, 4, 22411248, 427008, 5602812, 19106940),
('wait/io/file/sql/dbopt', 139767368884352, 4, 23080116, 427008, 5769612, 19789152),
('wait/io/file/sql/dbopt', 139767368885056, 4, 20563104, 427008, 5140776, 17290488),
('wait/io/file/sql/dbopt', 139767368885760, 4, 211073724, 432012, 52768292, 207597612),
('wait/io/file/sql/dbopt', 139767368886464, 4, 24584652, 430344, 6146024, 21345396),
('wait/io/file/sql/dbopt', 139767368887168, 4, 21203616, 430344, 5300904, 17815908),
('wait/io/file/sql/dbopt', 139767368887872, 4, 207178944, 440352, 51794736, 203671140),
('wait/io/file/sql/FRM', 139767368888576, 22, 1200419568, 435348, 54564172, 517518684),
('wait/io/file/sql/FRM', 139767368889280, 22, 1051952556, 443688, 47816000, 450596856),
('wait/io/file/sql/FRM', 139767368889984, 22, 1079399496, 433680, 49063108, 479333160),
('wait/io/file/sql/FRM', 139767368890688, 22, 835901520, 435348, 37995372, 362459736),
('wait/io/file/sql/FRM', 139767368891392, 22, 1445063460, 433680, 65684172, 879331236),
('wait/io/file/sql/FRM', 139767368892096, 22, 1428114912, 432012, 64914112, 718629444),
('wait/io/file/sql/FRM', 139767368892800, 22, 718324200, 477048, 32651100, 301569396),
('wait/io/file/sql/FRM', 139767368893504, 22, 920670948, 560448, 41848452, 439216092),
('wait/io/file/sql/FRM', 139767368894208, 22, 811186764, 457032, 36871696, 364631472),
('wait/io/file/sql/FRM', 139767368894912, 22, 689342700, 423672, 31333380, 312174540),
('wait/io/file/sql/FRM', 139767368895616, 13, 577906956, 445356, 44453868, 505705908),
('wait/io/file/myisam/kfile', 139767368896320, 4, 340580580, 954096, 85144728, 320039160),
('wait/io/file/myisam/dfile', 139767368897024, 10595, 22603832500, 375300, 2133372, 1690838256),
('wait/io/file/sql/FRM', 139767368897728, 19, 607455576, 437016, 31971112, 473515176),
('wait/io/file/sql/FRM', 139767368898432, 19, 492008292, 437016, 25895144, 382570812),
('wait/io/file/sql/FRM', 139767368899136, 19, 382592496, 445356, 20136096, 262935180),
('wait/io/file/sql/FRM', 139767368899840, 19, 360830100, 455364, 18990736, 269328624),
('wait/io/file/sql/FRM', 139767368900544, 19, 361468944, 472044, 19024652, 269006700),
('wait/io/file/sql/FRM', 139767368901248, 19, 365378736, 452028, 19230372, 272799732),
('wait/io/file/sql/FRM', 139767368901952, 19, 378741084, 437016, 19933712, 274422696),
('wait/io/file/sql/FRM', 139767368902656, 19, 338722428, 430344, 17827028, 256293204),
('wait/io/file/sql/FRM', 139767368903360, 19, 344593788, 440352, 18136164, 252837108),
('wait/io/file/sql/FRM', 139767368904064, 19, 371710464, 550440, 19563416, 267632268),
('wait/io/file/sql/FRM', 139767368904768, 19, 332467428, 435348, 17497876, 214346340),
('wait/io/file/sql/FRM', 139767368905472, 19, 345411108, 430344, 18179532, 253229088),
('wait/io/file/sql/FRM', 139767368906176, 19, 378756096, 425340, 19934268, 259784328),
('wait/io/file/sql/FRM', 139767368906880, 19, 359042004, 447024, 18896772, 267150216),
('wait/io/file/sql/FRM', 139767368907584, 19, 299365968, 458700, 15755928, 209519148),
('wait/io/file/sql/FRM', 139767368908288, 19, 379526712, 437016, 19974856, 287493144),
('wait/io/file/sql/FRM', 139767368908992, 19, 357248904, 440352, 18802252, 269475408),
('wait/io/file/sql/FRM', 139767368909696, 19, 413302044, 420336, 21752388, 328110612),
('wait/io/file/sql/FRM', 139767368910400, 19, 365005104, 515412, 19210356, 269977476),
('wait/io/file/sql/FRM', 139767368911104, 19, 284292252, 442020, 14962516, 199856424),
('wait/io/file/myisam/kfile', 139767368911808, 4, 454361532, 827328, 113590244, 433481508),
('wait/io/file/myisam/dfile', 139767368912512, 11, 1913919912, 478716, 173992416, 1068225564),
('wait/io/file/myisam/kfile', 139767368913216, 10, 723685152, 942420, 72368404, 410985192),
('wait/io/file/myisam/dfile', 139767368913920, 5, 33973824, 1699692, 6794320, 15055368),
('wait/io/file/myisam/kfile', 139767368914624, 10, 689567880, 830664, 68956788, 398109900),
('wait/io/file/myisam/dfile', 139767368915328, 5, 39276396, 1999932, 7855168, 16077852),
('wait/io/file/myisam/kfile', 139767368916032, 10, 638415324, 880704, 63841032, 372280920),
('wait/io/file/myisam/dfile', 139767368916736, 5, 36376300, 1533448, 7275260, 13737648),
('wait/io/file/myisam/kfile', 139767368917440, 10, 1011775440, 909060, 101177544, 485157816),
('wait/io/file/myisam/dfile', 139767368918144, 5, 37825236, 1763076, 7564936, 17167056),
('wait/io/file/myisam/kfile', 139767368918848, 4, 410858424, 1506204, 102714328, 384028644),
('wait/io/file/myisam/dfile', 139767368919552, 4, 34148964, 2405256, 8536824, 15684204),
('wait/io/file/sql/FRM', 139767368920256, 16, 630128700, 432012, 39382592, 535005996),
('wait/io/file/sql/FRM', 139767368920960, 16, 312121164, 428676, 19507260, 256174776),
('wait/io/file/sql/FRM', 139767368921664, 16, 424410924, 438684, 26525648, 350595252),
('wait/io/file/sql/FRM', 139767368922368, 16, 323106612, 440352, 20193920, 266274516),
('wait/io/file/sql/FRM', 139767368923072, 16, 340752384, 452028, 21297024, 284795988),
('wait/io/file/sql/FRM', 139767368923776, 16, 352108128, 433680, 22006480, 301522692),
('wait/io/file/sql/FRM', 139767368924480, 16, 344703876, 442020, 21543888, 273912288),
('wait/io/file/sql/FRM', 139767368925184, 16, 292688964, 457032, 18292956, 204403392),
('wait/io/file/sql/FRM', 139767368925888, 16, 263989356, 450360, 16499300, 206238192),
('wait/io/file/sql/FRM', 139767368926592, 16, 545701212, 537096, 34106152, 484048596),
('wait/io/file/sql/FRM', 139767368927296, 16, 339963420, 435348, 21247540, 292201908),
('wait/io/file/sql/FRM', 139767368928000, 16, 2429463684, 418668, 151841376, 2372569872),
('wait/io/file/sql/FRM', 139767368928704, 16, 354456672, 425340, 22153264, 306201432),
('wait/io/file/sql/FRM', 139767368929408, 16, 388125252, 428676, 24257724, 334901040),
('wait/io/file/sql/FRM', 139767368930112, 16, 1755950304, 422004, 109746616, 1704522528),
('wait/io/file/sql/FRM', 139767368930816, 16, 312584868, 427008, 19536172, 251804616),
('wait/io/file/sql/FRM', 139767368931520, 16, 425288292, 432012, 26580136, 368744760),
('wait/io/file/sql/FRM', 139767368932224, 16, 342467088, 423672, 21403776, 293859900),
('wait/io/file/sql/FRM', 139767368932928, 16, 439763196, 425340, 27484748, 388964256),
('wait/io/file/sql/FRM', 139767368933632, 16, 288707448, 518748, 18043868, 229148172),
('wait/io/file/sql/FRM', 139767368934336, 16, 338230368, 435348, 21139120, 277706988),
('wait/io/file/sql/FRM', 139767368935040, 16, 400920480, 428676, 25057252, 345789744),
('wait/io/file/sql/FRM', 139767368935744, 16, 332544156, 497064, 20783836, 267407088),
('wait/io/file/sql/FRM', 139767368936448, 16, 335554896, 440352, 20971764, 283047924),
('wait/io/file/sql/FRM', 139767368937152, 16, 2251436376, 457032, 140714704, 1313931972),
('wait/io/file/sql/FRM', 139767368937856, 16, 734770680, 545436, 45922820, 383249688),
('wait/io/file/sql/FRM', 139767368938560, 16, 939017280, 440352, 58688580, 396541980),
('wait/io/file/sql/FRM', 139767368939264, 16, 795409152, 438684, 49713072, 397812996),
('wait/io/file/sql/FRM', 139767368939968, 16, 747334056, 415332, 46707892, 409185420),
('wait/io/file/sql/FRM', 139767368940672, 16, 547742844, 410328, 34233476, 260838504),
('wait/io/file/sql/FRM', 139767368941376, 16, 447686196, 427008, 27980144, 205052244),
('wait/io/file/sql/FRM', 139767368942080, 16, 1647918948, 427008, 102994552, 1425431100),
('wait/io/file/sql/FRM', 139767368942784, 16, 439653108, 422004, 27478076, 203819592),
('wait/io/file/sql/FRM', 139767368943488, 16, 1956098628, 425340, 122256060, 1572720504),
('wait/io/file/sql/FRM', 139767368944192, 16, 562202736, 417000, 35137532, 266991756),
('wait/io/file/sql/FRM', 139767368944896, 16, 1421988348, 406992, 88873820, 1123641528),
('wait/io/file/sql/FRM', 139767368945600, 16, 890233284, 432012, 55639476, 476068884),
('wait/io/file/sql/FRM', 139767368946304, 16, 1056689676, 502068, 66042792, 721703568),
('wait/io/file/sql/FRM', 139767368947008, 16, 3811598508, 450360, 238224872, 2702573664),
('wait/io/file/sql/FRM', 139767368947712, 16, 887157492, 540432, 55447100, 430659252),
('wait/io/file/sql/FRM', 139767368948416, 16, 1103480412, 468708, 68967352, 542900640),
('wait/io/file/sql/FRM', 139767368949120, 16, 1095705864, 562116, 68481408, 474190716),
('wait/io/file/sql/FRM', 139767368949824, 16, 700775172, 512076, 43798344, 430497456),
('wait/io/file/sql/FRM', 139767368950528, 16, 482068680, 508740, 30129084, 272833092),
('wait/io/file/sql/FRM', 139767368951232, 16, 458715012, 513744, 28669584, 252840444),
('wait/io/file/sql/FRM', 139767368951936, 16, 536897508, 515412, 33555712, 338325444),
('wait/io/file/sql/FRM', 139767368952640, 16, 566406096, 525420, 35399964, 369280188),
('wait/io/file/sql/FRM', 139767368953344, 16, 509925948, 552108, 31869920, 312364692),
('wait/io/file/sql/FRM', 139767368954048, 16, 362389680, 518748, 22649216, 184315668),
('wait/io/file/sql/FRM', 139767368954752, 16, 599944572, 558780, 37496084, 280465860),
('wait/io/file/sql/FRM', 139767368955456, 16, 456269724, 533760, 28516684, 216751596),
('wait/io/file/sql/FRM', 139767368956160, 3, 516741396, 4882236, 172247132, 467977416),
('wait/io/file/sql/FRM', 139767368956864, 3, 379418292, 4159992, 126472764, 355445796),
('wait/io/file/sql/FRM', 139767368957568, 3, 467176776, 5657856, 155725592, 441234372),
('wait/io/file/sql/FRM', 139767368958272, 3, 393721392, 4320120, 131240464, 364910028),
('wait/io/file/sql/FRM', 139767368958976, 3, 371051604, 4248396, 123683868, 344326908),
('wait/io/file/sql/FRM', 139767368959680, 3, 299132448, 3129168, 99710816, 274614516),
('wait/io/file/sql/FRM', 139767368960384, 3, 282494148, 1916532, 94164716, 262309680);
INSERT INTO `events_waits_summary_by_instance` (`EVENT_NAME`, `OBJECT_INSTANCE_BEGIN`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('wait/io/file/sql/FRM', 139767368961088, 3, 290874180, 3132504, 96958060, 270899880),
('wait/io/file/sql/FRM', 139767368961792, 3, 493204248, 2577060, 164401416, 471355116),
('wait/io/file/sql/FRM', 139767368962496, 3, 326365884, 2887308, 108788628, 307839408),
('wait/io/file/sql/FRM', 139767368963200, 3, 331713492, 2475312, 110571164, 312126168),
('wait/io/file/sql/FRM', 139767368963904, 3, 344860668, 13869420, 114953556, 314397984),
('wait/io/file/sql/FRM', 139767368964608, 3, 755780808, 6260004, 251926936, 701924424),
('wait/io/file/sql/FRM', 139767368965312, 16, 891912960, 463704, 55744560, 405902796),
('wait/io/file/sql/FRM', 139767368966016, 16, 1474939008, 450360, 92183688, 682553940),
('wait/io/file/sql/FRM', 139767368966720, 3, 337199544, 2905656, 112399848, 302666940),
('wait/io/file/sql/FRM', 139767368967424, 3, 304695228, 5142444, 101565076, 279328284),
('wait/io/file/sql/FRM', 139767368968128, 3, 364416300, 2937348, 121472100, 336130356),
('wait/io/file/sql/FRM', 139767368968832, 3, 267665628, 3197556, 89221876, 247374408),
('wait/io/file/sql/FRM', 139767368969536, 3, 324817980, 2460300, 108272660, 303659400),
('wait/io/file/sql/FRM', 139767368970240, 16, 742646976, 438684, 46415436, 358116264),
('wait/io/file/sql/FRM', 139767368970944, 3, 420946488, 2939016, 140315496, 402581808),
('wait/io/file/sql/FRM', 139767368971648, 3, 286243812, 1954896, 95414604, 266177772),
('wait/io/file/sql/FRM', 139767368972352, 3, 241986768, 2041632, 80662256, 225038220),
('wait/io/file/sql/FRM', 139767368973056, 3, 348003180, 4009872, 116001060, 328239048),
('wait/io/file/sql/FRM', 139767368973760, 3, 284709252, 2415264, 94903084, 258573360),
('wait/io/file/sql/FRM', 139767368974464, 3, 348381816, 3040764, 116127272, 327741984),
('wait/io/file/sql/FRM', 139767368975168, 3, 221492052, 2370228, 73830684, 202425144),
('wait/io/file/sql/FRM', 139767368975872, 3, 255028860, 2451960, 85009620, 236599128),
('wait/io/file/sql/FRM', 139767368976576, 16, 587282784, 447024, 36704896, 304970448),
('wait/io/file/sql/FRM', 139767368977280, 3, 936195024, 4872228, 312065008, 653450676),
('wait/io/file/sql/FRM', 139767368977984, 3, 274344300, 2924004, 91448100, 249936456),
('wait/io/file/sql/FRM', 139767368978688, 3, 270993288, 2957364, 90331096, 249222552),
('wait/io/file/sql/FRM', 139767368979392, 3, 620784564, 3239256, 206928188, 329309904),
('wait/io/file/sql/FRM', 139767368980096, 3, 251973084, 2513676, 83991028, 232680996),
('wait/io/file/sql/FRM', 139767368980800, 3, 151259244, 2246796, 50419748, 131663580),
('wait/io/file/sql/FRM', 139767368981504, 3, 347567832, 2093340, 115855944, 329346600),
('wait/io/file/sql/FRM', 139767368982208, 3, 152990628, 5412660, 50996876, 129193272),
('wait/io/file/sql/FRM', 139767368982912, 3, 603784308, 3486120, 201261436, 577189716),
('wait/io/file/sql/FRM', 139767368983616, 3, 238860936, 2642112, 79620312, 217892508),
('wait/io/file/sql/FRM', 139767368984320, 3, 263081964, 3956496, 87693988, 242000112),
('wait/io/file/sql/FRM', 139767368985024, 3, 324943080, 3029088, 108314360, 301185756),
('wait/io/file/sql/FRM', 139767368985728, 3, 884201796, 6004800, 294733932, 839908056),
('wait/io/file/sql/FRM', 139767368986432, 3, 441918252, 5866356, 147306084, 407323932),
('wait/io/file/sql/FRM', 139767368987136, 3, 343124280, 4965636, 114374760, 303942960),
('wait/io/file/sql/FRM', 139767368987840, 3, 310908528, 3220908, 103636176, 273191712),
('wait/io/file/sql/FRM', 139767368988544, 3, 351722820, 2853948, 117240940, 330635964),
('wait/io/file/sql/FRM', 139767368989248, 3, 363588972, 2722176, 121196324, 342135156),
('wait/io/file/sql/FRM', 139767368989952, 3, 519585336, 3522816, 173195112, 469598712),
('wait/io/file/sql/FRM', 139767368990656, 3, 370264308, 3644580, 123421436, 345150900),
('wait/io/file/sql/FRM', 139767368991360, 3, 358398156, 5385972, 119466052, 333356472),
('wait/io/file/sql/FRM', 139767368992064, 3, 358773456, 2912328, 119591152, 334465692),
('wait/io/file/sql/FRM', 139767368992768, 3, 236490708, 2518680, 78830236, 215747460),
('wait/io/file/sql/FRM', 139767368993472, 3, 346101660, 2238456, 115367220, 326077320),
('wait/io/file/sql/FRM', 139767368994176, 3, 427323252, 2827260, 142441084, 408613296),
('wait/io/file/sql/FRM', 139767368994880, 3, 465063420, 4850544, 155021140, 440527140),
('wait/io/file/sql/FRM', 139767368995584, 3, 349234164, 4867224, 116411388, 318424536),
('wait/io/file/sql/FRM', 139767368996288, 3, 330944544, 5030688, 110314848, 297467784),
('wait/io/file/sql/FRM', 139767368996992, 3, 364402956, 4618692, 121467652, 304615164),
('wait/io/file/sql/FRM', 139767368997696, 3, 319909056, 2732184, 106636352, 294783972),
('wait/io/file/sql/FRM', 139767368998400, 3, 302356692, 2582064, 100785564, 274512768),
('wait/io/file/sql/FRM', 139767368999104, 3, 243766524, 2343540, 81255508, 223019940),
('wait/io/file/sql/FRM', 139767368999808, 3, 319595472, 3731316, 106531824, 297731328),
('wait/io/file/sql/FRM', 139767369000512, 3, 399194100, 2206764, 133064700, 378183972),
('wait/io/file/sql/FRM', 139767369001216, 3, 286564068, 2180076, 95521356, 268991688),
('wait/io/file/sql/FRM', 139767369001920, 3, 379671828, 2063316, 126557276, 360860124),
('wait/io/file/sql/FRM', 139767369002624, 3, 380240616, 2141712, 126746872, 362443056),
('wait/io/file/sql/FRM', 139767369003328, 3, 352531800, 2270148, 117510600, 334148772),
('wait/io/file/sql/FRM', 139767369004032, 3, 306746868, 5069052, 102248956, 283623384),
('wait/io/file/sql/FRM', 139767369004736, 3, 341267796, 5973108, 113755932, 309070392),
('wait/io/file/sql/FRM', 139767369005440, 3, 810733068, 5559444, 270244356, 507931020),
('wait/io/file/sql/FRM', 139767369006144, 3, 324936408, 4823856, 108312136, 288770832),
('wait/io/file/sql/FRM', 139767369006848, 3, 344155104, 4541964, 114718368, 315694020),
('wait/io/file/sql/FRM', 139767369007552, 3, 376139004, 4538628, 125379668, 347994840),
('wait/io/file/sql/FRM', 139767369008256, 3, 290455512, 4431876, 96818504, 262696656),
('wait/io/file/sql/FRM', 139767369008960, 3, 218726508, 4456896, 72908836, 185324808),
('wait/io/file/sql/FRM', 139767369009664, 3, 208476648, 4657056, 69492216, 182232336),
('wait/io/file/sql/FRM', 139767369010368, 3, 192213648, 4285092, 64071216, 167235348),
('wait/io/file/sql/FRM', 139767369011072, 3, 185067936, 4128300, 61689312, 159252300),
('wait/io/file/sql/FRM', 139767369011776, 3, 185393196, 4436880, 61797732, 160601712),
('wait/io/file/sql/FRM', 139767369012480, 3, 183583416, 4360152, 61194472, 159233952),
('wait/io/file/sql/FRM', 139767369013184, 3, 245074236, 4099944, 81691412, 203382576),
('wait/io/file/sql/FRM', 139767369013888, 3, 522225780, 5616156, 174075260, 480979476),
('wait/io/file/sql/FRM', 139767369014592, 3, 397772964, 4727112, 132590988, 366869928),
('wait/io/file/sql/FRM', 139767369015296, 3, 368059212, 7334196, 122686404, 335838456),
('wait/io/file/sql/FRM', 139767369016000, 3, 342190200, 3260940, 114063400, 306721848),
('wait/io/file/sql/FRM', 139767369016704, 3, 260027856, 2698824, 86675952, 235711752),
('wait/io/file/sql/FRM', 139767369017408, 3, 235034544, 3711300, 78344848, 211630836),
('wait/io/file/sql/FRM', 139767369018112, 3, 430942812, 2720508, 143647604, 404298180),
('wait/io/file/sql/FRM', 139767369018816, 3, 264764976, 2160060, 88254992, 244762320),
('wait/io/file/sql/FRM', 139767369019520, 3, 250390152, 2985720, 83463384, 209035428),
('wait/io/file/sql/FRM', 139767369020224, 3, 366954996, 2898984, 122318332, 344989104),
('wait/io/file/sql/FRM', 139767369020928, 3, 285466524, 2308512, 95155508, 265068552),
('wait/io/file/sql/FRM', 139767369021632, 3, 410693292, 3252600, 136897764, 389721528),
('wait/io/file/sql/FRM', 139767369022336, 3, 313965972, 3294300, 104655324, 292747344),
('wait/io/file/sql/FRM', 139767369023040, 3, 544860540, 5721240, 181620180, 503435760),
('wait/io/file/sql/FRM', 139767369023744, 3, 413355420, 3824724, 137785140, 383888532),
('wait/io/file/sql/FRM', 139767369024448, 3, 1037956368, 3010740, 345985456, 783958332),
('wait/io/file/sql/FRM', 139767369025152, 3, 274307604, 2046636, 91435868, 251447664),
('wait/io/file/sql/FRM', 139767369025856, 3, 218085996, 2085000, 72695332, 200460240),
('wait/io/file/sql/FRM', 139767369026560, 3, 216701556, 2538696, 72233852, 198215112),
('wait/io/file/sql/FRM', 139767369027264, 3, 217952556, 2240124, 72650852, 198810588),
('wait/io/file/sql/FRM', 139767369027968, 3, 216668196, 2076660, 72222732, 199027428),
('wait/io/file/sql/FRM', 139767369028672, 3, 520444356, 5689548, 173481452, 467156760),
('wait/io/file/sql/FRM', 139767369029376, 3, 449924652, 5807976, 149974884, 417718908),
('wait/io/file/sql/FRM', 139767369030080, 3, 335815104, 3736320, 111938368, 291853296),
('wait/io/file/sql/FRM', 139767369030784, 3, 275093232, 2898984, 91697744, 253517652),
('wait/io/file/sql/FRM', 139767369031488, 3, 275738748, 3097476, 91912916, 256204800),
('wait/io/file/sql/FRM', 139767369032192, 3, 248433588, 2657124, 82811196, 226919724),
('wait/io/file/sql/FRM', 139767369032896, 3, 238575708, 2418600, 79525236, 217457160),
('wait/io/file/sql/FRM', 139767369033600, 3, 269852376, 4286760, 89950792, 249165840),
('wait/io/file/sql/FRM', 139767369034304, 3, 285142932, 2548704, 95047644, 262247964),
('wait/io/file/sql/FRM', 139767369035008, 3, 241069368, 2507004, 80356456, 223345200),
('wait/io/file/sql/FRM', 139767369035712, 3, 265303740, 2146716, 88434580, 247165908),
('wait/io/file/sql/FRM', 139767369036416, 3, 232766064, 2256804, 77588688, 214916796),
('wait/io/file/sql/FRM', 139767369037120, 16, 1323908280, 435348, 82743920, 634111884),
('wait/io/file/sql/FRM', 139767369037824, 3, 363487224, 4647048, 121162408, 333491580),
('wait/io/file/sql/FRM', 139767369038528, 3, 374257500, 3786360, 124752500, 332554164),
('wait/io/file/sql/FRM', 139767369039232, 16, 1055233512, 462036, 65951608, 485965128),
('wait/io/file/sql/FRM', 139767369039936, 3, 443896500, 5841336, 147965500, 409700832),
('wait/io/file/sql/FRM', 139767369040640, 3, 441201012, 5717904, 147067004, 398565264),
('wait/io/file/sql/FRM', 139767369041344, 3, 355439124, 3277620, 118479708, 322924800),
('wait/io/file/sql/FRM', 139767369042048, 3, 339289548, 3672936, 113096516, 290857500),
('wait/io/file/sql/FRM', 139767369042752, 3, 437696544, 3742992, 145898848, 413278692),
('wait/io/file/sql/FRM', 139767369043456, 3, 252900492, 2775552, 84300164, 230612676),
('wait/io/file/sql/FRM', 139767369044160, 16, 968100528, 460368, 60506144, 447749580),
('wait/io/file/sql/FRM', 139767369044864, 3, 406239732, 2471976, 135413244, 374846304),
('wait/io/file/sql/FRM', 139767369045568, 3, 281209788, 3747996, 93736596, 258695124),
('wait/io/file/sql/FRM', 139767369046272, 3, 350495172, 2251800, 116831724, 326380896),
('wait/io/file/sql/FRM', 139767369046976, 3, 393115908, 2123364, 131038636, 377461728),
('wait/io/file/sql/FRM', 139767369047680, 3, 477556740, 2643780, 159185580, 447714552),
('wait/io/file/sql/FRM', 139767369048384, 3, 486060204, 6440148, 162020068, 444451944),
('wait/io/file/sql/FRM', 139767369049088, 3, 342308628, 4366824, 114102876, 307505808),
('wait/io/file/sql/FRM', 139767369049792, 3, 303809520, 3157524, 101269840, 279962124),
('wait/io/file/sql/FRM', 139767369050496, 3, 235182996, 2543700, 78394332, 214309644),
('wait/io/file/sql/FRM', 139767369051200, 3, 314077728, 7360884, 104692576, 278077284),
('wait/io/file/sql/FRM', 139767369051904, 3, 308998668, 5572788, 102999556, 269907420),
('wait/io/file/sql/FRM', 139767369052608, 3, 275108244, 3024084, 91702748, 242797416),
('wait/io/file/sql/FRM', 139767369053312, 3, 308780160, 2363556, 102926720, 286147068),
('wait/io/file/sql/FRM', 139767369054016, 3, 308928612, 2271816, 102976204, 289910076),
('wait/io/file/sql/FRM', 139767369054720, 3, 278834556, 2196756, 92944852, 260116260),
('wait/io/file/sql/FRM', 139767369055424, 3, 238675788, 2200092, 79558596, 223238448),
('wait/io/file/sql/FRM', 139767369056128, 3, 275650344, 2098344, 91883448, 256651824),
('wait/io/file/sql/FRM', 139767369056832, 3, 479656752, 5487720, 159885584, 421271748),
('wait/io/file/sql/FRM', 139767369057536, 3, 362821692, 3185880, 120940564, 333443208),
('wait/io/file/sql/FRM', 139767369058240, 3, 423638640, 5792964, 141212880, 387701580),
('wait/io/file/sql/FRM', 139767369058944, 3, 260781792, 2893980, 86927264, 229229904),
('wait/io/file/sql/FRM', 139767369059648, 3, 153387612, 2069988, 51129204, 127838856),
('wait/io/file/sql/FRM', 139767369060352, 3, 133905372, 1849812, 44635124, 115125360),
('wait/io/file/sql/FRM', 139767369061056, 3, 129111540, 1918200, 43037180, 110906988),
('wait/io/file/sql/FRM', 139767369061760, 3, 333950280, 2905656, 111316760, 303822864),
('wait/io/file/sql/FRM', 139767369062464, 3, 174561204, 2158392, 58187068, 153759576),
('wait/io/file/sql/FRM', 139767369063168, 3, 134407440, 2034960, 44802480, 116795028),
('wait/io/file/sql/FRM', 139767369063872, 3, 128164116, 2074992, 42721372, 110583396),
('wait/io/file/sql/FRM', 139767369064576, 3, 484473936, 5671200, 161491312, 463490496),
('wait/io/file/sql/FRM', 139767369065280, 3, 242835780, 5654520, 80945260, 177258360),
('wait/io/file/sql/FRM', 139767369065984, 3, 190422216, 4817184, 63474072, 156470076),
('wait/io/file/sql/FRM', 139767369066688, 3, 154433448, 2582064, 51477816, 130222428),
('wait/io/file/sql/FRM', 139767369067392, 3, 166197852, 2798904, 55399284, 128032344),
('wait/io/file/sql/FRM', 139767369068096, 3, 143434656, 2298504, 47811552, 122739780),
('wait/io/file/sql/FRM', 139767369068800, 3, 133324908, 1861488, 44441636, 113469036),
('wait/io/file/sql/FRM', 139767369069504, 3, 144492168, 2211768, 48164056, 125945676),
('wait/io/file/sql/FRM', 139767369070208, 3, 539686404, 5457696, 179895468, 498565200),
('wait/io/file/sql/FRM', 139767369070912, 3, 387808332, 2927340, 129269444, 358258044),
('wait/io/file/sql/FRM', 139767369071616, 3, 301290840, 2578728, 100430280, 278515968),
('wait/io/file/sql/FRM', 139767369072320, 3, 307088808, 2880636, 102362936, 277833756),
('wait/io/file/sql/FRM', 139767369073024, 3, 220085928, 2567052, 73361976, 199674612),
('wait/io/file/sql/FRM', 139767369073728, 3, 431494920, 4580328, 143831640, 409946028),
('wait/io/file/sql/FRM', 139767369074432, 3, 432662520, 2950692, 144220840, 408785100),
('wait/io/file/sql/FRM', 139767369075136, 3, 236265528, 2398584, 78755176, 214408056),
('wait/io/file/sql/FRM', 139767369075840, 3, 296108364, 4595340, 98702788, 274170828),
('wait/io/file/sql/FRM', 139767369076544, 3, 292995876, 2713836, 97665292, 269885736),
('wait/io/file/sql/FRM', 139767369077248, 3, 258378204, 2320188, 86126068, 240345456),
('wait/io/file/sql/FRM', 139767369077952, 3, 404590080, 2598744, 134863360, 386230404),
('wait/io/file/sql/FRM', 139767369078656, 3, 317914128, 2153388, 105971376, 299240868),
('wait/io/file/sql/FRM', 139767369079360, 3, 421495260, 2797236, 140498420, 402828672),
('wait/io/file/sql/FRM', 139767369080064, 3, 660212748, 4463568, 220070916, 638555436),
('wait/io/file/sql/FRM', 139767369080768, 16, 1433889528, 442020, 89617748, 549964620),
('wait/io/file/sql/FRM', 139767369081472, 16, 804069408, 425340, 50254060, 385341360),
('wait/io/file/sql/FRM', 139767369082176, 16, 705058596, 445356, 44065780, 379311540),
('wait/io/file/sql/FRM', 139767369082880, 16, 676425708, 440352, 42276572, 286348896),
('wait/io/file/sql/FRM', 139767369083584, 16, 672234024, 440352, 42014140, 380445780),
('wait/io/file/sql/FRM', 139767369084288, 16, 1341519024, 433680, 83844800, 705814200),
('wait/io/file/sql/FRM', 139767369084992, 16, 531069516, 427008, 33191532, 241781604),
('wait/io/file/sql/FRM', 139767369085696, 16, 562639752, 518748, 35164776, 248773860),
('wait/io/file/sql/FRM', 139767369086400, 16, 565380276, 410328, 35336024, 263267112),
('wait/io/file/sql/FRM', 139767369087104, 16, 622097280, 411996, 38881080, 304269888),
('wait/io/file/sql/FRM', 139767369087808, 16, 571997232, 435348, 35749688, 267368724),
('wait/io/file/sql/FRM', 139767369088512, 16, 570342576, 437016, 35646272, 308036232),
('wait/io/file/sql/FRM', 139767369089216, 16, 844031352, 440352, 52751612, 396737136),
('wait/io/file/sql/FRM', 139767369089920, 16, 1607031264, 452028, 100439176, 653208816),
('wait/io/file/sql/FRM', 139767369090624, 16, 685511304, 443688, 42844248, 337678260),
('wait/io/file/sql/FRM', 139767369091328, 16, 741127428, 437016, 46320360, 353901228),
('wait/io/file/sql/FRM', 139767369092032, 16, 774866064, 438684, 48428712, 408319728),
('wait/io/file/sql/FRM', 139767369092736, 16, 590333556, 442020, 36895604, 287252952),
('wait/io/file/sql/FRM', 139767369093440, 16, 634382100, 435348, 39648360, 342738972),
('wait/io/file/sql/FRM', 139767369094144, 16, 563078436, 457032, 35192020, 263472276),
('wait/io/file/sql/FRM', 139767369094848, 16, 3219551916, 448692, 201221960, 2859720948),
('wait/io/file/sql/FRM', 139767369095552, 16, 2501389512, 430344, 156336636, 2195768544),
('wait/io/file/sql/FRM', 139767369096256, 16, 3028235652, 433680, 189264624, 2591863500),
('wait/io/file/sql/FRM', 139767369096960, 16, 757603932, 427008, 47350072, 415979184),
('wait/io/file/sql/FRM', 139767369097664, 16, 5921066400, 422004, 370066372, 5629516680),
('wait/io/file/sql/FRM', 139767369098368, 16, 860326044, 422004, 53770204, 428931204),
('wait/io/file/sql/FRM', 139767369099072, 16, 868550952, 450360, 54283948, 415058448),
('wait/io/file/sql/FRM', 139767369099776, 16, 658071036, 432012, 41128988, 320486184),
('wait/io/file/sql/FRM', 139767369100480, 16, 1550007348, 458700, 96875216, 622190688),
('wait/io/file/sql/FRM', 139767369101184, 16, 620832936, 442020, 38801572, 280721064),
('wait/io/file/sql/FRM', 139767369101888, 16, 601472460, 452028, 37591716, 282303996),
('wait/io/file/sql/FRM', 139767369102592, 16, 630287160, 452028, 39392600, 280267368),
('wait/io/file/sql/FRM', 139767369103296, 16, 677953596, 452028, 42371648, 333346464),
('wait/io/file/sql/FRM', 139767369104000, 16, 1142283096, 442020, 71392624, 370451124),
('wait/io/file/sql/FRM', 139767369104704, 16, 715476924, 460368, 44716856, 373480212),
('wait/io/file/sql/FRM', 139767369105408, 16, 716197500, 450360, 44761892, 359687520),
('wait/io/file/sql/FRM', 139767369106112, 16, 811535376, 452028, 50720544, 382270572),
('wait/io/file/sql/FRM', 139767369106816, 16, 603298920, 443688, 37705696, 293191032),
('wait/io/file/sql/FRM', 139767369107520, 16, 606259620, 437016, 37890844, 294470388),
('wait/io/file/sql/FRM', 139767369108224, 16, 607812528, 438684, 37988144, 271778916),
('wait/io/file/sql/FRM', 139767369108928, 16, 639954888, 445356, 39996972, 321862284),
('wait/io/file/sql/FRM', 139767369109632, 16, 868267392, 455364, 54266712, 447065700),
('wait/io/file/sql/FRM', 139767369110336, 16, 649942872, 453696, 40621360, 348650364),
('wait/io/file/sql/FRM', 139767369111040, 16, 702906876, 437016, 43931228, 326984712),
('wait/io/file/sql/FRM', 139767369111744, 16, 1126797384, 438684, 70424628, 574856184),
('wait/io/file/sql/FRM', 139767369112448, 16, 839874696, 428676, 52491960, 391047588),
('wait/io/file/sql/FRM', 139767369113152, 16, 869585112, 452028, 54349000, 471470208),
('wait/io/file/sql/FRM', 139767369113856, 16, 787689648, 432012, 49230464, 388517232),
('wait/io/file/sql/FRM', 139767369114560, 16, 811296852, 432012, 50705532, 373713732),
('wait/io/file/sql/FRM', 139767369115264, 16, 1005500424, 422004, 62843568, 549345792),
('wait/io/file/sql/FRM', 139767369115968, 16, 797177232, 428676, 49823160, 394618776),
('wait/io/file/sql/FRM', 139767369116672, 16, 1251860688, 438684, 78240876, 513722316),
('wait/io/file/sql/FRM', 139767369117376, 16, 868565964, 437016, 54285060, 416866560),
('wait/io/file/sql/FRM', 139767369118080, 16, 993892812, 440352, 62117988, 554663376),
('wait/io/file/sql/FRM', 139767369118784, 16, 784772316, 427008, 49048096, 503679288),
('wait/io/file/sql/FRM', 139767369119488, 16, 834470376, 420336, 52153912, 425209896),
('wait/io/file/sql/FRM', 139767369120192, 16, 2089470240, 425340, 130591612, 1407390012),
('wait/io/file/sql/FRM', 139767369120896, 16, 754378020, 448692, 47148244, 387471396),
('wait/io/file/sql/FRM', 139767369121600, 16, 591329352, 435348, 36957876, 296090016),
('wait/io/file/sql/FRM', 139767369122304, 16, 581226276, 440352, 36326260, 261133740),
('wait/io/file/sql/FRM', 139767369123008, 16, 783543000, 440352, 48971368, 425481780),
('wait/io/file/sql/FRM', 139767369123712, 16, 607687428, 433680, 37980360, 320527884),
('wait/io/file/sql/FRM', 139767369124416, 16, 614521224, 437016, 38407368, 317774016),
('wait/io/file/sql/FRM', 139767369125120, 16, 589661352, 440352, 36853348, 308271420),
('wait/io/file/sql/FRM', 139767369125824, 16, 607737468, 428676, 37983140, 314739924),
('wait/io/file/sql/FRM', 139767369126528, 16, 976935924, 433680, 61058252, 373521912),
('wait/io/file/sql/FRM', 139767369127232, 16, 631563180, 450360, 39472664, 292193568),
('wait/io/file/sql/FRM', 139767369127936, 16, 656002716, 440352, 40999996, 302528496),
('wait/io/file/sql/FRM', 139767369128640, 16, 1492102728, 443688, 93256212, 717036504),
('wait/io/file/sql/FRM', 139767369129344, 16, 756086052, 433680, 47254996, 356885280),
('wait/io/file/sql/FRM', 139767369130048, 16, 692981164, 497064, 43311288, 317121828),
('wait/io/file/sql/FRM', 139767369130752, 16, 709129072, 437016, 44320428, 365218608),
('wait/io/file/sql/FRM', 139767369131456, 16, 614286036, 480384, 38392356, 288058596),
('wait/io/file/sql/FRM', 139767369132160, 16, 636438744, 433680, 39777352, 331051296),
('wait/io/file/sql/FRM', 139767369132864, 16, 525878700, 440352, 32867384, 245701404),
('wait/io/file/sql/FRM', 139767369133568, 16, 637411188, 440352, 39837956, 307906128),
('wait/io/file/sql/FRM', 139767369134272, 16, 1216672560, 442020, 76041896, 641577852),
('wait/io/file/sql/FRM', 139767369134976, 16, 573980484, 445356, 35873676, 281268168),
('wait/io/file/sql/FRM', 139767369135680, 16, 599322408, 443688, 37457164, 293959980),
('wait/io/file/sql/FRM', 139767369136384, 16, 692918892, 428676, 43307396, 360411432),
('wait/io/file/sql/FRM', 139767369137088, 16, 1694002452, 502068, 105874632, 962389296),
('wait/io/file/sql/FRM', 139767369137792, 16, 1124492208, 448692, 70280624, 740098272),
('wait/io/file/sql/FRM', 139767369138496, 16, 632917596, 425340, 39557176, 277448448),
('wait/io/file/sql/FRM', 139767369139200, 16, 1875552576, 442020, 117222036, 671561820),
('wait/io/file/sql/FRM', 139767369139904, 16, 586945848, 435348, 36683768, 273775512),
('wait/io/file/sql/FRM', 139767369140608, 16, 778233756, 560448, 48639436, 403499208),
('wait/io/file/sql/FRM', 139767369141312, 16, 577263108, 548772, 36078840, 250995636),
('wait/io/file/sql/FRM', 139767369142016, 16, 666939792, 562116, 41683320, 296218452),
('wait/io/file/sql/FRM', 139767369142720, 16, 611240268, 545436, 38202204, 275109912),
('wait/io/file/sql/FRM', 139767369143424, 16, 573178176, 592140, 35823636, 267153552),
('wait/io/file/sql/FRM', 139767369144128, 16, 1133702904, 613824, 70856084, 475997160),
('wait/io/file/sql/FRM', 139767369144832, 16, 602419884, 462036, 37651208, 296598756),
('wait/io/file/sql/FRM', 139767369145536, 16, 968300688, 580464, 60518376, 325131564),
('wait/io/file/sql/FRM', 139767369146240, 16, 1603468416, 645516, 100216776, 580545732),
('wait/io/file/sql/FRM', 139767369146944, 16, 1060185804, 657192, 66261300, 387207852),
('wait/io/file/sql/FRM', 139767369147648, 16, 1842195912, 437016, 115137036, 966552624),
('wait/io/file/sql/FRM', 139767369148352, 16, 590942376, 435348, 36933412, 275427944),
('wait/io/file/sql/FRM', 139767369149056, 16, 651856068, 428676, 40740900, 343269396),
('wait/io/file/sql/FRM', 139767369149760, 16, 583438044, 418668, 36464704, 286620780),
('wait/io/file/sql/FRM', 139767369150464, 16, 678350580, 435348, 42396668, 341459616),
('wait/io/file/sql/FRM', 139767369151168, 16, 716187492, 437016, 44761336, 360076164),
('wait/io/file/sql/FRM', 139767369151872, 16, 622967976, 428676, 38935012, 275608644),
('wait/io/file/sql/FRM', 139767369152576, 16, 650636760, 433680, 40664728, 322586196),
('wait/io/file/sql/FRM', 139767369153280, 16, 714055788, 432012, 44628452, 352713612),
('wait/io/file/sql/FRM', 139767369153984, 16, 563363664, 422004, 35209812, 281219796),
('wait/io/file/sql/FRM', 139767369154688, 16, 676767648, 413664, 42297700, 329546760),
('wait/io/file/sql/FRM', 139767369155392, 16, 686720604, 435348, 42919864, 348663708),
('wait/io/file/sql/FRM', 139767369156096, 16, 1071940200, 427008, 66995776, 406863564),
('wait/io/file/sql/FRM', 139767369156800, 16, 640522008, 422004, 40032556, 292295316),
('wait/io/file/sql/FRM', 139767369157504, 16, 2615504064, 442020, 163469004, 1755356496),
('wait/io/file/sql/FRM', 139767369158208, 16, 601842756, 417000, 37615068, 282183900),
('wait/io/file/sql/FRM', 139767369158912, 16, 1023239604, 430344, 63952232, 493644600),
('wait/io/file/sql/FRM', 139767369159616, 16, 776592444, 410328, 48536576, 404124708),
('wait/io/file/sql/FRM', 139767369160320, 16, 531104544, 517080, 33193756, 240350460),
('wait/io/file/sql/FRM', 139767369161024, 16, 445427724, 433680, 27838920, 242445468),
('wait/io/file/sql/FRM', 139767369161728, 16, 413201964, 433680, 25825088, 209282292),
('wait/io/file/sql/FRM', 139767369162432, 16, 366724812, 428676, 22919988, 204721980),
('wait/io/file/sql/FRM', 139767369163136, 16, 395300988, 417000, 24705860, 204531828),
('wait/io/file/sql/FRM', 139767369163840, 16, 439996716, 422004, 27499760, 264339636),
('wait/io/file/sql/FRM', 139767369164544, 16, 365623932, 425340, 22851044, 197416140),
('wait/io/file/sql/FRM', 139767369165248, 16, 403614300, 428676, 25225720, 234377352),
('wait/io/file/sql/FRM', 139767369174400, 13, 2195988720, 423672, 168921696, 1606837776),
('wait/io/file/sql/FRM', 139767369175104, 13, 949172064, 443688, 73012808, 521331732),
('wait/io/file/sql/FRM', 139767369175808, 13, 3498508236, 475380, 269115676, 2605682880),
('wait/io/file/sql/FRM', 139767369176512, 13, 385207920, 483720, 29630908, 327141504),
('wait/io/file/sql/FRM', 139767369177216, 13, 365905824, 460368, 28146388, 328037220),
('wait/io/file/sql/FRM', 139767369177920, 13, 298955640, 425340, 22996160, 258341508),
('wait/io/file/sql/FRM', 139767369178624, 13, 366442920, 450360, 28187532, 307749336),
('wait/io/file/sql/FRM', 139767369179328, 13, 309549108, 442020, 23811256, 235915248),
('wait/io/file/sql/FRM', 139767369180032, 13, 333147972, 453696, 25626596, 291231132),
('wait/io/file/sql/FRM', 139767369180736, 13, 401397528, 605484, 30876348, 343779804),
('wait/io/file/sql/FRM', 139767369181440, 13, 340999248, 455364, 26230412, 290715720),
('wait/io/file/sql/FRM', 139767369182144, 13, 259619196, 428676, 19970408, 223136700),
('wait/io/file/sql/FRM', 139767369182848, 13, 306403260, 433680, 23569396, 265864188),
('wait/io/file/sql/FRM', 139767369183552, 13, 310458168, 472044, 23881312, 264571488),
('wait/io/file/sql/FRM', 139767369184256, 13, 330367416, 522084, 25412536, 289007688),
('wait/io/file/sql/FRM', 139767369184960, 13, 427219836, 438684, 32862936, 379870320),
('wait/io/file/sql/FRM', 139767369185664, 13, 721266552, 438684, 55481572, 444548688),
('wait/io/file/sql/FRM', 139767369186368, 6, 465857388, 1953228, 77642620, 408601620),
('wait/io/file/sql/FRM', 139767369187072, 6, 316823256, 1074192, 52803876, 269046732),
('wait/io/file/sql/FRM', 139767369187776, 6, 261202128, 1092540, 43533688, 224804700),
('wait/io/file/sql/FRM', 139767369188480, 6, 344889024, 1317720, 57481504, 294964116),
('wait/io/file/sql/FRM', 139767369189184, 6, 323478576, 1411128, 53913096, 273989016),
('wait/io/file/sql/FRM', 139767369189888, 6, 277128192, 1311048, 46188032, 234192204),
('wait/io/file/sql/FRM', 139767369190592, 6, 264267912, 1466172, 44044652, 221892372),
('wait/io/file/sql/FRM', 139767369191296, 6, 298481928, 1175940, 49746988, 246123408),
('wait/io/file/sql/FRM', 139767369192000, 6, 294168480, 1187616, 49028080, 248461944),
('wait/io/file/sql/FRM', 139767369192704, 6, 294178488, 1289364, 49029748, 250848852),
('wait/io/file/sql/FRM', 139767369193408, 6, 312871764, 1045836, 52145016, 242792412),
('wait/io/file/sql/FRM', 139767369194112, 6, 306183084, 1354416, 51030236, 257103852),
('wait/io/file/sql/FRM', 139767369194816, 13, 352103124, 438684, 27084428, 309595812),
('wait/io/file/sql/file_parser', 139767369195520, 24, 444959016, 1796436, 18539820, 255899556),
('wait/io/file/sql/FRM', 139767369196224, 6, 373406820, 1384440, 62234192, 324577788),
('wait/io/file/sql/FRM', 139767369196928, 6, 349804620, 1302708, 58300492, 291493008),
('wait/io/file/sql/FRM', 139767369197632, 6, 334238844, 1154256, 55706196, 289583148),
('wait/io/file/sql/FRM', 139767369198336, 6, 289309596, 1222644, 48217988, 247487832),
('wait/io/file/sql/FRM', 139767369199040, 6, 359175444, 1205964, 59862296, 309999468),
('wait/io/file/sql/FRM', 139767369199744, 6, 282787716, 1174272, 47131008, 240722424),
('wait/io/file/sql/FRM', 139767369200448, 6, 292270296, 2043300, 48711716, 241361268),
('wait/io/file/sql/FRM', 139767369201152, 6, 305802780, 1999932, 50966852, 257150556),
('wait/io/file/sql/FRM', 139767369201856, 6, 313865892, 1184280, 52310704, 269088432),
('wait/io/file/sql/FRM', 139767369202560, 6, 265033524, 1185948, 44171976, 226317576),
('wait/io/file/sql/FRM', 139767369203264, 6, 658851660, 1075860, 109808332, 376959660),
('wait/io/file/sql/FRM', 139767369203968, 6, 370666296, 1132572, 61777716, 327094800),
('wait/io/file/sql/FRM', 139767369204672, 6, 299642856, 1446156, 49940476, 241434660),
('wait/io/file/sql/FRM', 139767369205376, 6, 312182880, 1145916, 52030480, 274491084),
('wait/io/file/sql/FRM', 139767369206080, 6, 332305632, 1386108, 55384272, 280192308),
('wait/io/file/sql/FRM', 139767369206784, 6, 284350632, 1239324, 47391772, 241019328),
('wait/io/file/sql/FRM', 139767369207488, 6, 312973512, 1217640, 52162252, 263794200),
('wait/io/file/sql/FRM', 139767369208192, 6, 330759396, 1351080, 55126288, 281136396),
('wait/io/file/sql/FRM', 139767369208896, 6, 339778272, 1422804, 56629712, 281098032),
('wait/io/file/sql/FRM', 139767369209600, 6, 248255112, 1197624, 41375852, 213250464),
('wait/io/file/sql/FRM', 139767369210304, 6, 369667164, 1190952, 61610916, 325525212),
('wait/io/file/sql/FRM', 139767369211008, 6, 364468008, 1281024, 60744668, 310486524),
('wait/io/file/sql/FRM', 139767369211712, 6, 329450016, 1189284, 54908336, 287534844),
('wait/io/file/sql/FRM', 139767369212416, 6, 334137096, 1417800, 55689516, 274289256),
('wait/io/file/sql/FRM', 139767369213120, 6, 257827764, 1170936, 42971016, 219130164),
('wait/io/file/sql/FRM', 139767369213824, 6, 323351808, 1160928, 53891968, 271683840),
('wait/io/file/sql/FRM', 139767369214528, 6, 308703432, 1070856, 51450572, 258218076),
('wait/io/file/sql/FRM', 139767369215232, 6, 270567948, 1482852, 45094380, 229943808),
('wait/io/file/sql/FRM', 139767369215936, 6, 347734632, 1341072, 57955772, 276958056),
('wait/io/file/sql/FRM', 139767369216640, 6, 316838268, 1145916, 52806100, 268968336),
('wait/io/file/sql/FRM', 139767369217344, 6, 339546420, 1284360, 56590792, 294922416),
('wait/io/file/sql/FRM', 139767369218048, 6, 315507204, 1150920, 52584256, 272502828),
('wait/io/file/sql/FRM', 139767369218752, 6, 308198028, 1129236, 51366060, 264803340),
('wait/io/file/sql/FRM', 139767369219456, 6, 542570376, 1207632, 90428396, 327726972),
('wait/io/file/sql/FRM', 139767369220160, 6, 235089588, 1177608, 39181320, 201165804),
('wait/io/file/sql/FRM', 139767369220864, 6, 325023144, 1214304, 54170524, 282190572),
('wait/io/file/sql/FRM', 139767369221568, 6, 278822880, 1159260, 46470480, 239411376),
('wait/io/file/sql/FRM', 139767369222272, 6, 321825588, 2860620, 53637320, 267719004),
('wait/io/file/sql/FRM', 139767369222976, 6, 257442456, 1155924, 42907076, 221205156),
('wait/io/file/sql/FRM', 139767369223680, 6, 254563488, 947424, 42427248, 214741656),
('wait/io/file/sql/FRM', 139767369224384, 6, 293669748, 940752, 48944680, 259377336),
('wait/io/file/sql/FRM', 139767369225088, 6, 355550880, 1436148, 59258480, 301659468),
('wait/io/file/sql/FRM', 139767369225792, 6, 365598912, 1242660, 60933152, 304917072),
('wait/io/file/sql/FRM', 139767369226496, 6, 261350580, 1040832, 43558152, 222636300),
('wait/io/file/sql/FRM', 139767369227200, 6, 309288900, 1077528, 51547872, 263869260),
('wait/io/file/sql/FRM', 139767369227904, 6, 293734800, 1277688, 48955800, 237363072),
('wait/io/file/sql/FRM', 139767369228608, 6, 277872120, 1342740, 46312020, 238505652),
('wait/io/file/sql/FRM', 139767369229312, 6, 276365916, 1074192, 46060708, 227351736),
('wait/io/file/sql/FRM', 139767369230016, 6, 275998956, 1286028, 45999548, 235019532),
('wait/io/file/sql/FRM', 139767369230720, 6, 277128192, 1256004, 46188032, 233923656),
('wait/io/file/sql/FRM', 139767369231424, 6, 295357764, 1416132, 49226016, 243411240),
('wait/io/file/sql/FRM', 139767369232128, 6, 278102304, 1411128, 46350384, 227353404),
('wait/io/file/sql/FRM', 139767369232832, 6, 270341100, 1291032, 45056572, 213677472),
('wait/io/file/sql/FRM', 139767369233536, 6, 274843032, 1252668, 45807172, 232734372),
('wait/io/file/sql/FRM', 139767369234240, 6, 257502504, 1251000, 42917084, 218050968),
('wait/io/file/sql/FRM', 139767369234944, 6, 289531440, 1172604, 48255240, 245175984),
('wait/io/file/sql/FRM', 139767369235648, 6, 322421064, 1321056, 53736844, 284672556),
('wait/io/file/sql/FRM', 139767369236352, 6, 874592448, 1531224, 145765408, 590597100),
('wait/io/file/sql/FRM', 139767369237056, 6, 408836808, 1477848, 68139468, 360092844),
('wait/io/file/sql/FRM', 139767369237760, 6, 348998976, 1322724, 58166496, 297717984),
('wait/io/file/sql/FRM', 139767369238464, 6, 258821892, 1327728, 43136704, 216891708),
('wait/io/file/sql/FRM', 139767369239168, 6, 263574024, 1197624, 43929004, 224848068),
('wait/io/file/sql/FRM', 139767369239872, 6, 325581924, 1286028, 54263376, 285603300),
('wait/io/file/sql/FRM', 139767369240576, 6, 264478080, 1200960, 44079680, 216531420),
('wait/io/file/sql/FRM', 139767369241280, 6, 299092416, 1321056, 49848736, 251052348),
('wait/io/file/sql/FRM', 139767369241984, 6, 286328880, 2016612, 47721480, 237273000),
('wait/io/file/sql/FRM', 139767369242688, 6, 405517488, 1407792, 67586248, 332399040),
('wait/io/file/sql/FRM', 139767369243392, 6, 342942468, 1304376, 57156800, 295327740),
('wait/io/file/sql/FRM', 139767369244096, 6, 301312524, 1314384, 50218476, 255275724),
('wait/io/file/sql/FRM', 139767369244800, 6, 310866828, 1436148, 51810860, 268959996),
('wait/io/file/sql/FRM', 139767369245504, 6, 322202556, 2085000, 53700148, 269772312),
('wait/io/file/sql/FRM', 139767369246208, 6, 324888036, 1249332, 54147728, 279676896),
('wait/io/file/sql/FRM', 139767369246912, 6, 254670240, 1406124, 42445040, 217463832),
('wait/io/file/sql/FRM', 139767369247616, 6, 410868432, 1119228, 68478072, 367767312),
('wait/io/file/sql/FRM', 139767369248320, 6, 345055824, 1089204, 57509304, 278691108),
('wait/io/file/sql/FRM', 139767369249024, 6, 383231340, 1207632, 63871612, 331443276),
('wait/io/file/sql/FRM', 139767369249728, 6, 400376712, 1901520, 66729452, 321460296),
('wait/io/file/sql/FRM', 139767369250432, 6, 323058240, 1324392, 53843040, 280072212),
('wait/io/file/sql/FRM', 139767369251136, 6, 296830608, 1259340, 49471768, 244887420),
('wait/io/file/sql/FRM', 139767369251840, 6, 272793060, 1259340, 45465232, 233555028),
('wait/io/file/sql/FRM', 139767369252544, 6, 336360540, 1232652, 56059812, 284102100),
('wait/io/file/sql/FRM', 139767369253248, 6, 272993220, 1386108, 45498592, 228332520),
('wait/io/file/sql/FRM', 139767369253952, 6, 311642448, 1389444, 51940408, 269787324),
('wait/io/file/sql/FRM', 139767369254656, 6, 258596712, 1501200, 43099452, 217385436),
('wait/io/file/sql/FRM', 139767369255360, 6, 274611180, 1205964, 45768252, 234512460),
('wait/io/file/sql/FRM', 139767369256064, 6, 303632712, 1251000, 50605452, 263195388),
('wait/io/file/sql/FRM', 139767369256768, 6, 268002564, 1372764, 44666816, 221612148),
('wait/io/file/sql/FRM', 139767369257472, 6, 241609800, 1294368, 40268300, 202468512),
('wait/io/file/myisam/kfile', 139767369258176, 9, 284560800, 802308, 31617496, 237431460),
('wait/io/file/myisam/dfile', 139767369258880, 8, 51309348, 2125032, 6413460, 17525676),
('wait/io/file/myisam/kfile', 139767369259584, 9, 304354956, 695556, 33817032, 266849976),
('wait/io/file/myisam/dfile', 139767369260288, 11, 414131040, 1652988, 37647872, 359021988),
('wait/io/file/myisam/kfile', 139767369260992, 9, 268334496, 668868, 29814944, 224799696),
('wait/io/file/myisam/dfile', 139767369261696, 8, 39826836, 1944888, 4977868, 10241520),
('wait/io/file/myisam/kfile', 139767369262400, 4, 230809500, 773952, 57702236, 214673268),
('wait/io/file/myisam/dfile', 139767369263104, 11, 692910552, 392536, 62991464, 647050560),
('wait/io/file/myisam/kfile', 139767369263808, 4, 229418388, 830664, 57354180, 211005336),
('wait/io/file/myisam/dfile', 139767369264512, 11, 3822165288, 457032, 347469420, 3770859276),
('wait/io/file/myisam/kfile', 139767369265216, 4, 233658444, 767280, 58414472, 217789092),
('wait/io/file/myisam/dfile', 139767369265920, 11, 3908375868, 482052, 355306796, 3863865288),
('wait/io/file/myisam/kfile', 139767369266624, 4, 192567264, 765612, 48141816, 176557800),
('wait/io/file/myisam/dfile', 139767369267328, 11, 287247948, 478716, 26113096, 245062560),
('wait/io/file/myisam/kfile', 139767369268032, 4, 192200304, 703896, 48050076, 174761364),
('wait/io/file/myisam/dfile', 139767369268736, 11, 625490548, 555444, 56862676, 347918112),
('wait/io/file/myisam/kfile', 139767369269440, 4, 290985936, 890712, 72746484, 274355976),
('wait/io/file/myisam/dfile', 139767369270144, 7, 43551480, 1874832, 6221640, 13587528),
('wait/io/file/myisam/kfile', 139767369270848, 4, 224589528, 782292, 56147104, 204520152),
('wait/io/file/myisam/dfile', 139767369271552, 11, 3984806964, 478716, 362255128, 3940876848),
('wait/io/file/myisam/kfile', 139767369272256, 4, 253639416, 840672, 63409576, 238639092),
('wait/io/file/myisam/dfile', 139767369272960, 11, 360661632, 475380, 32787320, 259117128),
('wait/io/file/myisam/kfile', 139767369273664, 4, 204878772, 718908, 51219276, 190682424),
('wait/io/file/myisam/dfile', 139767369274368, 10, 335521536, 1577928, 33551820, 295025832),
('wait/io/file/sql/FRM', 139767369275072, 13, 478806072, 440352, 36831108, 423845472),
('wait/io/file/csv/metadata', 139767369275776, 8, 1208802936, 757272, 151100228, 677690052),
('wait/io/file/csv/data', 139767369276480, 2, 24744780, 4101612, 12372112, 20643168),
('wait/io/file/sql/FRM', 139767369277184, 13, 411735792, 442020, 31671984, 371458596),
('wait/io/file/sql/FRM', 139767369277888, 13, 265377132, 440352, 20413540, 227198280),
('wait/io/file/sql/FRM', 139767369278592, 13, 372601176, 393648, 28661244, 335781744),
('wait/io/file/sql/FRM', 139767369279296, 13, 511113564, 445356, 39316428, 473470140),
('wait/io/file/sql/FRM', 139767369280000, 13, 499784508, 453696, 38444620, 425688612),
('wait/io/file/sql/FRM', 139767369280704, 13, 388206984, 428676, 29861648, 336120348),
('wait/io/file/sql/FRM', 139767369281408, 13, 289734936, 401988, 22287260, 246395292),
('wait/io/file/myisam/kfile', 139767369282112, 5, 211282224, 823992, 42256000, 187965252),
('wait/io/file/myisam/dfile', 139767369282816, 3, 14986980, 2054976, 4995660, 10821984),
('wait/io/file/sql/FRM', 139767369283520, 13, 463770720, 482052, 35674628, 427585128),
('wait/io/file/sql/FRM', 139767369284224, 13, 459288804, 438684, 35329908, 422506068),
('wait/io/file/sql/FRM', 139767369284928, 13, 397064064, 427008, 30543304, 362114460),
('wait/io/file/sql/FRM', 139767369285632, 13, 693275844, 432012, 53328740, 437443008),
('wait/io/file/csv/metadata', 139767369286336, 8, 3470966220, 755604, 433870708, 2594505612),
('wait/io/file/csv/data', 139767369287040, 2, 23465424, 3222576, 11732712, 20242848),
('wait/io/file/myisam/kfile', 139767369287744, 4, 349807956, 854016, 87451572, 329096400),
('wait/io/file/myisam/dfile', 139767369288448, 12, 1022919348, 503736, 85243140, 971583312),
('wait/io/file/myisam/kfile', 139767369289152, 4, 237448140, 909060, 59361896, 212828460),
('wait/io/file/myisam/dfile', 139767369289856, 6, 32480964, 2111688, 5413216, 12246456),
('wait/io/file/myisam/kfile', 139767369290560, 4, 236665848, 900720, 59166184, 216606480),
('wait/io/file/myisam/dfile', 139767369291264, 6, 30661176, 1859820, 5110196, 11946216),
('wait/io/file/myisam/kfile', 139767369291968, 4, 131546820, 737256, 32886288, 116179536),
('wait/io/file/myisam/dfile', 139767369292672, 6, 30592788, 2303508, 5098520, 10006332),
('wait/io/file/myisam/kfile', 139767369293376, 4, 189413076, 818988, 47352852, 167463864),
('wait/io/file/myisam/dfile', 139767369294080, 10, 396543648, 473712, 39653920, 362908428),
('wait/io/file/myisam/kfile', 139767369294784, 4, 218914992, 997464, 54728748, 202101552),
('wait/io/file/myisam/dfile', 139767369295488, 31, 2983413156, 467040, 96238596, 1427881392),
('wait/io/file/myisam/kfile', 139767369296192, 4, 215105280, 733920, 53776320, 196120104),
('wait/io/file/myisam/dfile', 139767369296896, 10, 576489156, 568788, 57648860, 544396836),
('wait/io/file/myisam/kfile', 139767369297600, 4, 206381640, 773952, 51595132, 182257356),
('wait/io/file/myisam/dfile', 139767369298304, 10, 1906994376, 472044, 190699104, 1874917068),
('wait/io/file/myisam/kfile', 139767369299008, 4, 247878144, 885708, 61969536, 232984572),
('wait/io/file/myisam/dfile', 139767369299712, 10, 338467224, 477048, 33846500, 303714444),
('wait/io/file/myisam/kfile', 139767369300416, 4, 172958256, 778956, 43239564, 157699392),
('wait/io/file/myisam/dfile', 139767369301120, 10, 256786932, 413664, 25678304, 225371820),
('wait/io/file/myisam/kfile', 139767369301824, 4, 954124356, 1371096, 238530672, 579790128),
('wait/io/file/myisam/dfile', 139767369302528, 6, 41072832, 2473644, 6845472, 20005992),
('wait/io/file/myisam/kfile', 139767369303232, 4, 304104756, 975780, 76025772, 286832616),
('wait/io/file/myisam/dfile', 139767369303936, 10, 377972136, 478716, 37796880, 344235168),
('wait/io/file/myisam/kfile', 139767369304640, 4, 309150456, 1199292, 77287336, 284802660),
('wait/io/file/myisam/dfile', 139767369305344, 10, 360288000, 568788, 36028800, 318105948),
('wait/io/file/myisam/kfile', 139767369306048, 4, 371168364, 915732, 92791952, 324075720),
('wait/io/file/myisam/dfile', 139767369306752, 9, 670048944, 2051640, 74449512, 630063648),
('wait/io/file/myisam/kfile', 139767369307456, 4, 323220036, 1454496, 80804592, 296131716),
('wait/io/file/myisam/dfile', 139767369308160, 7, 65687508, 2338536, 9383612, 28786344),
('wait/io/file/myisam/kfile', 139767369308864, 4, 307325664, 1204296, 76831416, 277907148),
('wait/io/file/myisam/dfile', 139767369309568, 7, 66187908, 2268480, 9455336, 32425920),
('wait/io/file/myisam/kfile', 139767369310272, 4, 309872700, 1537896, 77468036, 283539984),
('wait/io/file/myisam/dfile', 139767369310976, 7, 50568756, 1968240, 7224108, 19500588),
('wait/io/file/myisam/kfile', 139767369311680, 4, 294200172, 1117560, 73549904, 270085896),
('wait/io/file/myisam/dfile', 139767369312384, 11, 778155360, 453696, 70740992, 727638312),
('wait/io/file/myisam/kfile', 139767369313088, 4, 298396860, 1254336, 74599076, 267218604),
('wait/io/file/myisam/dfile', 139767369313792, 18, 1629714396, 562116, 90539596, 1259258268),
('wait/io/file/myisam/kfile', 139767369314496, 4, 288380520, 1519548, 72094852, 264459732),
('wait/io/file/myisam/dfile', 139767369315200, 13, 1883265408, 475380, 144866356, 1730138004),
('wait/io/file/myisam/kfile', 139767369315904, 4, 397856364, 1199292, 99463952, 372577824),
('wait/io/file/myisam/dfile', 139767369316608, 11, 512104356, 498732, 46554436, 461942592),
('wait/io/file/myisam/kfile', 139767369317312, 4, 275228340, 1167600, 68806668, 249289272),
('wait/io/file/myisam/dfile', 139767369318016, 11, 514527960, 467040, 46775168, 454091316),
('wait/io/file/myisam/kfile', 139767369318720, 4, 261854316, 955764, 65463440, 237323040),
('wait/io/file/myisam/dfile', 139767369319424, 7, 47846580, 1769748, 6834908, 17765868),
('wait/io/file/myisam/kfile', 139767369320128, 4, 322561176, 1107552, 80640016, 296959044),
('wait/io/file/myisam/dfile', 139767369320832, 11, 446803824, 462036, 40618024, 398765424),
('wait/io/file/myisam/kfile', 139767369321536, 4, 259394016, 1165932, 64848504, 236717556),
('wait/io/file/myisam/dfile', 139767369322240, 11, 383536584, 472044, 34866760, 321545364),
('wait/io/file/myisam/kfile', 139767369322944, 4, 283668420, 1112556, 70916688, 260576628),
('wait/io/file/myisam/dfile', 139767369323648, 10, 388955916, 1521216, 38895536, 343496244),
('wait/io/socket/sql/server_tcpip_socket', 62670464, 0, 0, 0, 0, 0),
('wait/io/socket/sql/server_unix_socket', 62670784, 0, 0, 0, 0, 0),
('wait/io/socket/sql/client_connection', 62699584, 0, 0, 0, 0, 0),
('wait/io/socket/sql/client_connection', 62699904, 0, 0, 0, 0, 0),
('wait/io/socket/sql/client_connection', 62705024, 0, 0, 0, 0, 0),
('wait/io/socket/sql/client_connection', 62705344, 0, 0, 0, 0, 0),
('wait/io/socket/sql/client_connection', 62729024, 0, 0, 0, 0, 0),
('wait/io/socket/sql/client_connection', 62731264, 0, 0, 0, 0, 0),
('wait/io/socket/sql/client_connection', 62731584, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `events_waits_summary_by_thread_by_event_name`
--

CREATE TABLE `events_waits_summary_by_thread_by_event_name` (
  `THREAD_ID` bigint(20) UNSIGNED NOT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_waits_summary_by_thread_by_event_name`
--

INSERT INTO `events_waits_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(1, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(1, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(1, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(1, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(1, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(1, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(1, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(1, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(1, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/casetest', 15, 5591366184, 1012476, 372757412, 5476394280),
(1, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/ERRMSG', 5, 1993261668, 5139108, 398652000, 835729716),
(1, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/FRM', 1365, 71431904844, 388644, 52330720, 3920200320),
(1, 'wait/io/file/sql/global_ddl_log', 2, 13180536, 2238456, 6590268, 10942080),
(1, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/pid', 3, 31917180, 2582064, 10639060, 23086788),
(1, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(1, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(1, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(1, 'wait/io/file/mysys/charset', 3, 417738924, 5114088, 139246308, 392458716),
(1, 'wait/io/file/mysys/cnf', 5, 391564668, 385308, 78312600, 369527052),
(1, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(1, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(1, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(1, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(1, 'wait/io/file/myisam/dfile', 33, 4985982264, 468708, 151090220, 2115451008),
(1, 'wait/io/file/myisam/kfile', 47, 7264485276, 535428, 154562996, 3539774556),
(1, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(1, 'wait/io/file/innodb/innodb_data_file', 1121, 335422816532, 1077528, 299216960, 24562057272),
(1, 'wait/io/file/innodb/innodb_log_file', 14, 13032304176, 737256, 930878552, 12601249608),
(1, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(1, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(1, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(1, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(1, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(1, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(1, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(1, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(1, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(1, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(1, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(1, 'idle', 0, 0, 0, 0, 0),
(1, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(2, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(2, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(2, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(2, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(2, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(2, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(2, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(2, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(2, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(2, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(2, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(2, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(2, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(2, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(2, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(2, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(2, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(2, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(2, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(2, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(2, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(2, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(2, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(2, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(2, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(2, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(2, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(2, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(2, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(2, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(2, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(2, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(2, 'idle', 0, 0, 0, 0, 0),
(2, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(3, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(3, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(3, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(3, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(3, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(3, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(3, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(3, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(3, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(3, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(3, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(3, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(3, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(3, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(3, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(3, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(3, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(3, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(3, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(3, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(3, 'wait/io/file/innodb/innodb_data_file', 95, 60654740004, 170876592, 638470924, 8694856992),
(3, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(3, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(3, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(3, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(3, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(3, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(3, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(3, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(3, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(3, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(3, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(3, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(3, 'idle', 0, 0, 0, 0, 0),
(3, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(4, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(4, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(4, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(4, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(4, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(4, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(4, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(4, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(4, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(4, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(4, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(4, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(4, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(4, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(4, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(4, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(4, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(4, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(4, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(4, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(4, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(4, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(4, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(4, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(4, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(4, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(4, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(4, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(4, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(4, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(4, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(4, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(4, 'idle', 0, 0, 0, 0, 0),
(4, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(5, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(5, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(5, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(5, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(5, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(5, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(5, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(5, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(5, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(5, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(5, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(5, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(5, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(5, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(5, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(5, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(5, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(5, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(5, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(5, 'wait/io/file/innodb/innodb_data_file', 10, 4929500448, 238524000, 492949600, 882832368),
(5, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(5, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(5, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(5, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(5, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(5, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(5, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(5, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(5, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(5, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(5, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(5, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(5, 'idle', 0, 0, 0, 0, 0),
(5, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(6, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(6, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(6, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(6, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(6, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(6, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(6, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(6, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(6, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(6, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(6, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(6, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(6, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(6, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(6, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(6, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(6, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(6, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(6, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(6, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(6, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(6, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(6, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(6, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(6, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(6, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(6, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(6, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(6, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(6, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(6, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(6, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(6, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(6, 'idle', 0, 0, 0, 0, 0),
(6, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(7, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(7, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(7, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(7, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(7, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(7, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(7, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(7, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(7, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(7, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(7, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(7, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(7, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(7, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(7, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(7, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(7, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(7, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(7, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(7, 'wait/io/file/innodb/innodb_data_file', 11, 11383311036, 227763732, 1034846104, 2791042716),
(7, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(7, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(7, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(7, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(7, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(7, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(7, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(7, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(7, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(7, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(7, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(7, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(7, 'idle', 0, 0, 0, 0, 0),
(7, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(8, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(8, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(8, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(8, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(8, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(8, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(8, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(8, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(8, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(8, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(8, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(8, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(8, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(8, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(8, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(8, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(8, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(8, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(8, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(8, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(8, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(8, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(8, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(8, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(8, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(8, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(8, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(8, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(8, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(8, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(8, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(8, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(8, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(8, 'idle', 0, 0, 0, 0, 0),
(8, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(9, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(9, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(9, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(9, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(9, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(9, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(9, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(9, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(9, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(9, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(9, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(9, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(9, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(9, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(9, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(9, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(9, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(9, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(9, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(9, 'wait/io/file/innodb/innodb_data_file', 4, 4976394600, 505108764, 1244098372, 2828616084),
(9, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(9, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(9, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(9, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(9, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(9, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(9, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(9, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(9, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(9, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(9, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(9, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(9, 'idle', 0, 0, 0, 0, 0),
(9, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(10, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(10, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(10, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(10, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(10, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(10, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(10, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(10, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(10, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(10, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(10, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(10, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(10, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(10, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(10, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(10, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(10, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(10, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(10, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(10, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(10, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(10, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(10, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(10, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(10, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(10, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(10, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(10, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(10, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(10, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(10, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(10, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(10, 'idle', 0, 0, 0, 0, 0),
(10, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(11, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(11, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(11, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(11, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(11, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(11, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(11, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(11, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(11, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(11, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(11, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(11, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(11, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(11, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(11, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(11, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(11, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(11, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(11, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(11, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(11, 'wait/io/file/innodb/innodb_data_file', 1531, 527889237144, 7901316, 344800064, 402067435164),
(11, 'wait/io/file/innodb/innodb_log_file', 20, 9828893496, 26889828, 491444508, 1299181848),
(11, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(11, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(11, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(11, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(11, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(11, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(11, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(11, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(11, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(11, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(11, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(11, 'idle', 0, 0, 0, 0, 0),
(11, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(12, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(12, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(12, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(12, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(12, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(12, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(12, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(12, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(12, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(12, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(12, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(12, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(12, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(12, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(12, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(12, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(12, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(12, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(12, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(12, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(12, 'wait/io/file/innodb/innodb_log_file', 98, 62170334844, 446546952, 634390996, 2851440996),
(12, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(12, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(12, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(12, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(12, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(12, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(12, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(12, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(12, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(12, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(12, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(12, 'idle', 0, 0, 0, 0, 0),
(12, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(13, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(13, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(13, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(13, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(13, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(13, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(13, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(13, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(13, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(13, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(13, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(13, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(13, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(13, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(13, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(13, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(13, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(13, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(13, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(13, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(13, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(13, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(13, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(13, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(13, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(13, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(13, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(13, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(13, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(13, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(13, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(13, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(13, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(13, 'idle', 0, 0, 0, 0, 0),
(13, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(15, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(15, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(15, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(15, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(15, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(15, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(15, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(15, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(15, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(15, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(15, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(15, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(15, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(15, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(15, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(15, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(15, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(15, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(15, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(15, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(15, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(15, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(15, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(15, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(15, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(15, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(15, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(15, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(15, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(15, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(15, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(15, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(15, 'idle', 0, 0, 0, 0, 0),
(15, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(16, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(16, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(16, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(16, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(16, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(16, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(16, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(16, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(16, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(16, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(16, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(16, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(16, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(16, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(16, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(16, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(16, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(16, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(16, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(16, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(16, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(16, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(16, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(16, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(16, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(16, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(16, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(16, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(16, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(16, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(16, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(16, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(16, 'idle', 0, 0, 0, 0, 0),
(16, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(17, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(17, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(17, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(17, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(17, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(17, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(17, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(17, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(17, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(17, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(17, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(17, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(17, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(17, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(17, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(17, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(17, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(17, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(17, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(17, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(17, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(17, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(17, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(17, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(17, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(17, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(17, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(17, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(17, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(17, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(17, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(17, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(17, 'idle', 0, 0, 0, 0, 0),
(17, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(18, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(18, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(18, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(18, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(18, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(18, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(18, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(18, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(18, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(18, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(18, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(18, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(18, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(18, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(18, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(18, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(18, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(18, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(18, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(18, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(18, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(18, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(18, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(18, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(18, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(18, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(18, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(18, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(18, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(18, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(18, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(18, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(18, 'idle', 0, 0, 0, 0, 0),
(18, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(19, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(19, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(19, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(19, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(19, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(19, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(19, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(19, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(19, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(19, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(19, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(19, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(19, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(19, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(19, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(19, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(19, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(19, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(19, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(19, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(19, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(19, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(19, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(19, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(19, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(19, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(19, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(19, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(19, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(19, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(19, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(19, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(19, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(19, 'idle', 0, 0, 0, 0, 0),
(19, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(20, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(20, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(20, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(20, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(20, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(20, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(20, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(20, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(20, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(20, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(20, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(20, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(20, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(20, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(20, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(20, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(20, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(20, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(20, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(20, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(20, 'wait/io/file/innodb/innodb_log_file', 321, 320736459060, 14755128, 999178704, 203850776928),
(20, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(20, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(20, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(20, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(20, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(20, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(20, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(20, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(20, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(20, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(20, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(20, 'idle', 0, 0, 0, 0, 0),
(20, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(21, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(21, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(21, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(21, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(21, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(21, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(21, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(21, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(21, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(21, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(21, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(21, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(21, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(21, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(21, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(21, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(21, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(21, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(21, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(21, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(21, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(21, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(21, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(21, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(21, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(21, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(21, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(21, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(21, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(21, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(21, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(21, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(21, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(21, 'idle', 0, 0, 0, 0, 0),
(21, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(22, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(22, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(22, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(22, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(22, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(22, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(22, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(22, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(22, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(22, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(22, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(22, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(22, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(22, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(22, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(22, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(22, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(22, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(22, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(22, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(22, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(22, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(22, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(22, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(22, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(22, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(22, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(22, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(22, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(22, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(22, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(22, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(22, 'idle', 0, 0, 0, 0, 0),
(22, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(23, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(23, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(23, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(23, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(23, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(23, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(23, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(23, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(23, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(23, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(23, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(23, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(23, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(23, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(23, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(23, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(23, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(23, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(23, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(23, 'wait/io/file/innodb/innodb_data_file', 1, 86018760, 86018760, 86018760, 86018760),
(23, 'wait/io/file/innodb/innodb_log_file', 12, 2993294388, 9179004, 249441060, 850257996),
(23, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(23, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(23, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(23, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(23, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(23, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(23, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(23, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(23, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(23, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(23, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(23, 'idle', 0, 0, 0, 0, 0),
(23, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(24, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(24, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(24, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(24, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(24, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(24, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(24, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(24, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(24, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(24, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(24, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(24, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(24, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(24, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(24, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(24, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(24, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(24, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(24, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(24, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(24, 'wait/io/file/innodb/innodb_data_file', 281, 135117872892, 2673804, 480846036, 16201617600),
(24, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(24, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(24, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(24, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(24, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(24, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(24, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(24, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(24, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(24, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(24, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(24, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(24, 'idle', 0, 0, 0, 0, 0),
(24, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(25, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(25, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(25, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(25, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(25, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(25, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(25, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(25, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(25, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(25, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(25, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(25, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(25, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(25, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(25, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(25, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(25, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(25, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(25, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(25, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(25, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(25, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(25, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(25, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(25, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(25, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(25, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(25, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(25, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(25, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(25, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(25, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(25, 'idle', 0, 0, 0, 0, 0),
(25, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(26, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(26, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(26, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(26, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(26, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(26, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(26, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(26, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(26, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(26, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(26, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(26, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(26, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(26, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(26, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(26, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(26, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(26, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(26, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(26, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(26, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(26, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(26, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(26, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(26, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(26, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(26, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(26, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(26, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(26, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(26, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(26, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(26, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(26, 'idle', 0, 0, 0, 0, 0),
(26, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(6037, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(6037, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(6037, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(6037, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(6037, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(6037, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(6037, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(6037, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(6037, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(6037, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(6037, 'wait/lock/table/sql/handler', 1, 1683012, 1683012, 1683012, 1683012),
(6037, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(6037, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(6037, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(6037, 'idle', 12, 3923000000, 23000000, 326000000, 3224000000),
(6037, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(6044, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(6044, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(6044, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(6044, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(6044, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(6044, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(6044, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(6044, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/myisam/dfile', 290, 423397892, 385308, 1459500, 29063232),
(6044, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(6044, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(6044, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(6044, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(6044, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(6044, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(6044, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(6044, 'idle', 290, 221565000000, 2000000, 764000000, 21171000000),
(6044, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(6045, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(6045, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(6045, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(6045, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(6045, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(6045, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(6045, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(6045, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(6045, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(6045, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(6045, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(6045, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(6045, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(6045, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(6045, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(6045, 'idle', 1, 85000000, 85000000, 85000000, 85000000),
(6045, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(5695, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(5695, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(5695, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(5695, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(5695, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(5695, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(5695, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(5695, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(5695, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(5695, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(5695, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(5695, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(5695, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(5695, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(5695, 'idle', 12, 6573572000000, 149134000000, 547797000000, 4798188000000),
(5695, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(5696, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(5696, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(5696, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(5696, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(5696, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(5696, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(5696, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(5696, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(5696, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(5696, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(5696, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(5696, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(5696, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(5696, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(5696, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(5696, 'idle', 23, 5481527000000, 140389000000, 238327000000, 2088169000000),
(5696, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(5712, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(5712, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(5712, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(5712, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(5712, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(5712, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(5712, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(5712, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/FRM', 33, 6035809788, 2737188, 182902872, 879331236),
(5712, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(5712, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(5712, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(5712, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(5712, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(5712, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(5712, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(5712, 'idle', 11, 6978859000000, 140992000000, 634441000000, 4042203000000),
(5712, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(5713, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(5713, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(5713, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(5713, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(5713, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(5713, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(5713, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(5713, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(5713, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(5713, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(5713, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(5713, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(5713, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(5713, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(5713, 'idle', 65, 198490049000000, 140318000000, 3053693000000, 6790550000000);
INSERT INTO `events_waits_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(5713, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `events_waits_summary_by_user_by_event_name`
--

CREATE TABLE `events_waits_summary_by_user_by_event_name` (
  `USER` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_waits_summary_by_user_by_event_name`
--

INSERT INTO `events_waits_summary_by_user_by_event_name` (`USER`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
(NULL, 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
(NULL, 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/casetest', 15, 5591366184, 1012476, 372757412, 5476394280),
(NULL, 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/ERRMSG', 5, 1993261668, 5139108, 398652000, 835729716),
(NULL, 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/FRM', 1365, 71431904844, 388644, 52330720, 3920200320),
(NULL, 'wait/io/file/sql/global_ddl_log', 2, 13180536, 2238456, 6590268, 10942080),
(NULL, 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/pid', 3, 31917180, 2582064, 10639060, 23086788),
(NULL, 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/mysys/charset', 3, 417738924, 5114088, 139246308, 392458716),
(NULL, 'wait/io/file/mysys/cnf', 5, 391564668, 385308, 78312600, 369527052),
(NULL, 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/myisam/dfile', 33, 4985982264, 468708, 151090220, 2115451008),
(NULL, 'wait/io/file/myisam/kfile', 47, 7264485276, 535428, 154562996, 3539774556),
(NULL, 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/innodb/innodb_data_file', 3054, 1080459891416, 1077528, 353785024, 402067435164),
(NULL, 'wait/io/file/innodb/innodb_log_file', 465, 408761285964, 737256, 879056016, 203850776928),
(NULL, 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
(NULL, 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
(NULL, 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
(NULL, 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
(NULL, 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
(NULL, 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
(NULL, 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
(NULL, 'idle', 0, 0, 0, 0, 0),
(NULL, 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('root', 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('root', 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('root', 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('root', 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('root', 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('root', 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('root', 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('root', 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('root', 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
('root', 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('root', 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
('root', 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
('root', 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
('root', 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
('root', 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
('root', 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('root', 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
('root', 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
('root', 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('root', 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
('root', 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
('root', 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('root', 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('root', 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('root', 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
('root', 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('root', 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('root', 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
('root', 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
('root', 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('root', 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('root', 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('root', 'idle', 2, 15154000000, 28000000, 7577000000, 15126000000),
('root', 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_user_by_event_name` (`USER`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('ambassador', 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('ambassador', 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/dbopt', 4, 46076832, 557112, 11519208, 39359796),
('ambassador', 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/FRM', 325, 1108476072, 418668, 3410504, 319864020),
('ambassador', 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/innodb/innodb_data_file', 162, 26956849908, 2812248, 166400236, 1603668576),
('ambassador', 'wait/io/file/innodb/innodb_log_file', 6, 2178853356, 11362416, 363141948, 932450364),
('ambassador', 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/table/sql/handler', 8391, 36694343676, 745596, 4372940, 14938743108),
('ambassador', 'wait/lock/table/sql/handler', 5285, 11303159744, 115092, 2138376, 114808440),
('ambassador', 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('ambassador', 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('ambassador', 'idle', 68662, 52562038661000000, 0, 765518000000, 11156298000000),
('ambassador', 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('5coisas', 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/dbopt', 4, 849519072, 468708, 212379768, 841305840),
('5coisas', 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/FRM', 13, 503894460, 423672, 38760984, 416242728),
('5coisas', 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/innodb/innodb_data_file', 8, 815391792, 3304308, 101923696, 312453096),
('5coisas', 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/table/sql/handler', 2, 58021380, 58021380, 29010412, 58021380),
('5coisas', 'wait/lock/table/sql/handler', 1, 1519548, 1519548, 1519548, 1519548),
('5coisas', 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('5coisas', 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('5coisas', 'idle', 3, 329883000000, 106951000000, 109961000000, 112469000000),
('5coisas', 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_user_by_event_name` (`USER`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('cbx', 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('cbx', 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/io_cache', 152, 5944401720, 1135908, 39107372, 202958904),
('cbx', 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/dbopt', 4, 87868572, 492060, 21967004, 78767964),
('cbx', 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/FRM', 143, 5975968620, 423672, 41789516, 620577732),
('cbx', 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/myisam/dfile', 4, 14271408, 1763076, 3567852, 7008936),
('cbx', 'wait/io/file/myisam/kfile', 4, 28754652, 5407656, 7188524, 9025548),
('cbx', 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/innodb/innodb_data_file', 699, 169118666228, 3187548, 241943400, 2389498404),
('cbx', 'wait/io/file/innodb/innodb_log_file', 380, 139771025772, 8857080, 367818464, 6878394984),
('cbx', 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('cbx', 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('cbx', 'wait/io/table/sql/handler', 134388, 512776400984, 63384, 3815272, 66852972960),
('cbx', 'wait/lock/table/sql/handler', 6079, 5782288800, 70056, 950760, 33383352),
('cbx', 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('cbx', 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('cbx', 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('cbx', 'idle', 5663, 235217223000000, 2000000, 41535000000, 3784440000000),
('cbx', 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('forge', 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('forge', 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('forge', 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('forge', 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('forge', 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('forge', 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('forge', 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('forge', 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/dbopt', 124, 3679698072, 422004, 29674832, 452933724),
('forge', 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/file_parser', 232, 1859157804, 1796436, 8013072, 255899556),
('forge', 'wait/io/file/sql/FRM', 4510, 274180488500, 393648, 60793596, 5629516680),
('forge', 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/misc', 16, 145257780, 7599408, 9078368, 14665056),
('forge', 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/csv/metadata', 16, 4679769156, 755604, 292485468, 2594505612),
('forge', 'wait/io/file/csv/data', 6, 90182088, 3222576, 15030348, 23260260),
('forge', 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/myisam/dfile', 11140, 56251070996, 375300, 5049036, 3940876848),
('forge', 'wait/io/file/myisam/kfile', 252, 17142161100, 668868, 68024376, 579790128),
('forge', 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/innodb/innodb_data_file', 1256, 215236437620, 2638776, 171366428, 1886753196),
('forge', 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('forge', 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('forge', 'wait/io/table/sql/handler', 57061, 235158786648, 483720, 4121072, 34801797516),
('forge', 'wait/lock/table/sql/handler', 346, 385592672, 301908, 1114224, 4431876),
('forge', 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('forge', 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('forge', 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('forge', 'idle', 4713, 24525688845000000, 1000000, 5203838000000, 7879546387000000),
('forge', 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0);
INSERT INTO `events_waits_summary_by_user_by_event_name` (`USER`, `EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('debian-sys-maint', 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/FRM', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/innodb/innodb_data_file', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/table/sql/handler', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/lock/table/sql/handler', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('debian-sys-maint', 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('debian-sys-maint', 'idle', 4, 266000000, 47000000, 66000000, 91000000),
('debian-sys-maint', 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('beliv', 'wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/map', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/io_cache', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/casetest', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/dbopt', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/ERRMSG', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/file_parser', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/FRM', 52, 2277764088, 438684, 43802792, 682553940),
('beliv', 'wait/io/file/sql/global_ddl_log', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/load', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/misc', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/pid', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/sql/init', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/mysys/charset', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/mysys/cnf', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/csv/metadata', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/csv/data', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/csv/update', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/myisam/dfile', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/myisam/kfile', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/innodb/innodb_data_file', 27, 7353137808, 2977380, 272338252, 2566334760),
('beliv', 'wait/io/file/innodb/innodb_log_file', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/archive/data', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('beliv', 'wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('beliv', 'wait/io/table/sql/handler', 133, 414834936, 136776, 3118604, 81708648),
('beliv', 'wait/lock/table/sql/handler', 19, 14716764, 168468, 774508, 1961568),
('beliv', 'wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('beliv', 'wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('beliv', 'wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('beliv', 'idle', 18, 33018000000, 14000000, 1834000000, 26903000000),
('beliv', 'wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `events_waits_summary_global_by_event_name`
--

CREATE TABLE `events_waits_summary_global_by_event_name` (
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `events_waits_summary_global_by_event_name`
--

INSERT INTO `events_waits_summary_global_by_event_name` (`EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_des_key_file', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/hash_filo::lock', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_crypt', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_error_log', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_gdl', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_global_system_variables', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_manager', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_prepared_stmt_count', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_slave_net_timeout', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_server_started', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_keyring_operations', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_socket_listener_active', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_start_signal_handler', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_status', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_table_share', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_user_conn', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_uuid_generator', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_sql_rand', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOG::LOCK_log', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Master_info::data_lock', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Master_info::run_lock', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Master_info::sleep_lock', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Master_info::info_thd_lock', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Relay_log_info::data_lock', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Relay_log_info::sleep_lock', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Relay_log_info::log_space_lock', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Relay_log_info::run_lock', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Worker_info::jobs_lock', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_error_messages', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_log_throttle_qni', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Gtid_state', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/key_mts_temp_table_LOCK', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_reset_gtid_table', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_compress_gtid_table', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/key_mts_gaq_LOCK', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/thd_timer_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Commit_order_manager::m_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_offline_mode', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_default_password_lifetime', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_group_replication_handler', 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/BITMAP::mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK_charset', 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK_heap', 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK_lock', 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK_malloc', 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK_myisam', 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK_net', 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK_open', 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK_threads', 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/TMPDIR_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_audit_mask', 0, 0, 0, 0, 0),
('wait/synch/mutex/session/LOCK_srv_session_threads', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_event_queue', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_thread_cache', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_connection_count', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_thd_list', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_thd_remove', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_thread_ids', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_load_client_plugin', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_item_func_sleep', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_open', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_table_cache', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_slave_list', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_transaction_cache', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_plugin', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/LOCK_plugin_delete', 0, 0, 0, 0, 0),
('wait/synch/mutex/csv/tina', 0, 0, 0, 0, 0),
('wait/synch/mutex/csv/TINA_SHARE::mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 0, 0, 0, 0, 0),
('wait/synch/mutex/myisam/MI_CHECK::print_msg', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/commit_cond_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/innobase_share_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/autoinc_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/buf_pool_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/buf_pool_zip_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/cache_last_read_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/dict_foreign_err_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/dict_sys_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/recalc_pool_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/file_format_max_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/fil_system_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/flush_list_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/fts_bg_threads_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/fts_delete_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/fts_optimize_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/fts_doc_id_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/log_flush_order_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/hash_table_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/ibuf_bitmap_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/ibuf_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/log_sys_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/log_sys_write_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/log_cmdq_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/mutex_list_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/page_cleaner_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/purge_sys_pq_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/recv_sys_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/recv_writer_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/redo_rseg_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/rw_lock_list_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/rw_lock_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/srv_monitor_file_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/buf_dblwr_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_undo_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_pool_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_pool_manager_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/srv_sys_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/lock_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/lock_wait_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/srv_threads_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/rtr_active_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/rtr_match_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/rtr_path_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/rtr_ssn_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/trx_sys_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/thread_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/sync_array_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/zip_pad_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/row_drop_list_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/innodb/master_key_id_mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/archive/Archive_share::mutex', 0, 0, 0, 0, 0),
('wait/synch/mutex/blackhole/blackhole', 0, 0, 0, 0, 0),
('wait/synch/mutex/sql/tz_LOCK', 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_grant', 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOGGER::LOCK_logger', 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_sys_init_connect', 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_sys_init_slave', 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_system_variables_hash', 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/Query_cache_query::lock', 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/gtid_commit_rollback', 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/gtid_mode_lock', 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/channel_map_lock', 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/channel_lock', 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/Trans_delegate::lock', 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/Server_state_delegate::lock', 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 0, 0, 0, 0, 0),
('wait/synch/rwlock/mysys/SAFE_HASH::lock', 0, 0, 0, 0, 0),
('wait/synch/rwlock/session/LOCK_srv_session_collection', 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/LOCK_dboptions', 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 0, 0, 0, 0, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/btr_search_latch', 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_operation_lock', 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/checkpoint_lock', 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fts_cache_rw_lock', 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/trx_i_s_cache_lock', 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/trx_purge_latch', 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/index_online_log', 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 0, 0, 0, 0, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/THR_LOCK_servers', 0, 0, 0, 0, 0),
('wait/synch/rwlock/sql/THR_LOCK_udf', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/PAGE::cond', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_manager', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_server_started', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_socket_listener_active', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_start_signal_handler', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_thr_lock', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/Item_func_sleep::cond', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/Master_info::data_cond', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/Master_info::start_cond', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/Master_info::stop_cond', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/Master_info::sleep_cond', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/Relay_log_info::data_cond', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/Relay_log_info::log_space_cond', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/Relay_log_info::start_cond', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/Relay_log_info::stop_cond', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/Relay_log_info::sleep_cond', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/Worker_info::jobs_cond', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/TABLE_SHARE::cond', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/User_level_lock::cond', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/Gtid_state', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_compress_gtid_table', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 0, 0, 0, 0, 0),
('wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 0, 0, 0, 0, 0),
('wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 0, 0, 0, 0, 0),
('wait/synch/cond/mysys/THR_COND_threads', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/Event_scheduler::COND_state', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_queue_state', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_thread_cache', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_flush_thread_cache', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_connection_count', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_thd_list', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 0, 0, 0, 0, 0),
('wait/synch/cond/sql/COND_open', 0, 0, 0, 0, 0),
('wait/synch/cond/myisam/MI_SORT_INFO::cond', 0, 0, 0, 0, 0),
('wait/synch/cond/myisam/keycache_thread_var::suspend', 0, 0, 0, 0, 0),
('wait/synch/cond/innodb/commit_cond', 0, 0, 0, 0, 0),
('wait/io/file/sql/map', 0, 0, 0, 0, 0),
('wait/io/file/sql/binlog', 0, 0, 0, 0, 0),
('wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0),
('wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0),
('wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0),
('wait/io/file/sql/relaylog', 0, 0, 0, 0, 0),
('wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0),
('wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0),
('wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0),
('wait/io/file/sql/io_cache', 152, 5944401720, 0, 39107372, 202958904),
('wait/io/file/sql/casetest', 15, 5591366184, 0, 372757412, 5476394280),
('wait/io/file/sql/dbopt', 136, 4663162548, 422004, 34287408, 841305840),
('wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0),
('wait/io/file/sql/ERRMSG', 5, 1993261668, 5139108, 398652000, 835729716),
('wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0),
('wait/io/file/sql/file_parser', 132, 918587616, 0, 6958896, 255899556),
('wait/io/file/sql/FRM', 6508, 356419066772, 388644, 54766000, 5629516680),
('wait/io/file/sql/global_ddl_log', 2, 13180536, 0, 6590268, 10942080),
('wait/io/file/sql/load', 0, 0, 0, 0, 0),
('wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0),
('wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0),
('wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0),
('wait/io/file/sql/master_info', 0, 0, 0, 0, 0),
('wait/io/file/sql/misc', 16, 145257780, 0, 9078368, 14665056),
('wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0),
('wait/io/file/sql/pid', 3, 31917180, 2582064, 10639060, 23086788),
('wait/io/file/sql/query_log', 0, 0, 0, 0, 0),
('wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0),
('wait/io/file/sql/send_file', 0, 0, 0, 0, 0),
('wait/io/file/sql/slow_log', 0, 0, 0, 0, 0),
('wait/io/file/sql/tclog', 0, 0, 0, 0, 0),
('wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0),
('wait/io/file/sql/trigger', 0, 0, 0, 0, 0),
('wait/io/file/sql/init', 0, 0, 0, 0, 0),
('wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0),
('wait/io/file/mysys/charset', 3, 417738924, 5114088, 139246308, 392458716),
('wait/io/file/mysys/cnf', 5, 391564668, 385308, 78312600, 369527052),
('wait/io/file/csv/metadata', 16, 4679769156, 755604, 292485468, 2594505612),
('wait/io/file/csv/data', 6, 90182088, 0, 15030348, 23260260),
('wait/io/file/csv/update', 0, 0, 0, 0, 0),
('wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0),
('wait/io/file/myisam/dfile', 11177, 61251324668, 375300, 5479936, 3940876848),
('wait/io/file/myisam/kfile', 303, 24435401028, 535428, 80644464, 3539774556),
('wait/io/file/myisam/log', 0, 0, 0, 0, 0),
('wait/io/file/innodb/innodb_data_file', 5206, 1499940374772, 0, 288117532, 402067435164),
('wait/io/file/innodb/innodb_log_file', 851, 550711165092, 737256, 647133960, 203850776928),
('wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0),
('wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0),
('wait/io/file/archive/metadata', 0, 0, 0, 0, 0),
('wait/io/file/archive/data', 0, 0, 0, 0, 0),
('wait/io/file/archive/FRM', 0, 0, 0, 0, 0),
('wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0),
('wait/io/table/sql/handler', 199975, 785310427256, 63384, 3927028, 66852972960),
('wait/lock/table/sql/handler', 11730, 17487277528, 70056, 1490636, 114808440),
('wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0),
('wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0),
('wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0),
('idle', 79504, 77544281741000000, 0, 975350000000, 7879546387000000),
('wait/lock/metadata/sql/mdl', 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `file_instances`
--

CREATE TABLE `file_instances` (
  `FILE_NAME` varchar(512) NOT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `OPEN_COUNT` int(10) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `file_instances`
--

INSERT INTO `file_instances` (`FILE_NAME`, `EVENT_NAME`, `OPEN_COUNT`) VALUES
('/usr/share/mysql/english/errmsg.sys', 'wait/io/file/sql/ERRMSG', 0),
('/usr/share/mysql/charsets/Index.xml', 'wait/io/file/mysys/charset', 0),
('/var/lib/mysql/ibdata1', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ib_logfile0', 'wait/io/file/innodb/innodb_log_file', 2),
('/var/lib/mysql/ib_logfile1', 'wait/io/file/innodb/innodb_log_file', 2),
('/var/lib/mysql/5coisas/cp_cidades.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/5coisas/cp_clientes.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/5coisas/cp_log.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/5coisas/cp_perfil.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/5coisas/cp_permissoes.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/5coisas/cp_shows.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/5coisas/cp_shows_tags.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/5coisas/cp_tags.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/5coisas/cp_tela.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/5coisas/cp_usuarios.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/5coisas/cp_usuarios_cidades.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/admins.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/admins_password_resets.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/candidate_category.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/candidate_comment.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/candidate_notification.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/candidate_program.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/candidate_tag.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/candidates.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/categories.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/clients.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/comments.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/failed_jobs.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/jobs.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/migrations.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/notifications.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/oauth_access_tokens.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/oauth_auth_codes.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/oauth_clients.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/oauth_personal_access_clients.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/oauth_refresh_tokens.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/password_resets.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/photos.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/programs.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/tags.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ambassador/users.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/antonioarruda/cp_estados.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/awyeah/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/awyeah/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/awyeah/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/awyeah/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/awyeah/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/awyeah/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/awyeah/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/awyeah/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/awyeah/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/awyeah/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/awyeah/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/awyeah/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/beliv/cp_atributes.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/beliv/cp_brands.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/beliv/cp_clientes.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/beliv/cp_imagens.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/beliv/cp_log.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/beliv/cp_perfil.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/beliv/cp_permissoes.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/beliv/cp_products.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/beliv/cp_tela.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/beliv/cp_typeproducts.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/beliv/cp_typeproducts_atributes.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/beliv/cp_typeproducts_flavors.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/beliv/cp_typeproducts_flavorsesp.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/beliv/cp_typeproducts_support.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/beliv/cp_typeproducts_supportesp.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/beliv/cp_usuarios.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/beliv/cp_welcome.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/braza_dev/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_wicity_payment_history.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_wicity_payment_plan_relationship.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_wicity_submission_plan_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_wilcity_business_hour_meta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_wilcity_business_hours.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_wilcity_events_data.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_wilcity_favorites_statistic.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_wilcity_follower.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_wilcity_invoices.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_wilcity_latlng.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_wilcity_message.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_wilcity_notifications.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_wilcity_payment_meta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_wilcity_review_meta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_wilcity_shares_statistic.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/braza_dev/wp_wilcity_views_statistic.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/brilux/cp_imagens.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/brilux/cp_log.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/brilux/cp_newsletter.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/brilux/cp_perfil.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/brilux/cp_permissoes.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/brilux/cp_tela.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/brilux/cp_usuarios.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cappen_nautico/cp_imagens.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cappen_nautico/cp_log.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cappen_nautico/cp_noticias.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cappen_nautico/cp_perfil.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cappen_nautico/cp_permissoes.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cappen_nautico/cp_tela.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cappen_nautico/cp_usuarios.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cavora/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cavora/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cavora/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cavora/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cavora/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cavora/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cavora/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cavora/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cavora/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cavora/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cavora/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cavora/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001705_INDEX_1.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001705_INDEX_2.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001705_INDEX_3.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001705_INDEX_4.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001705_INDEX_5.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001705_INDEX_6.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_000000000000170c_INDEX_1.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_000000000000170c_INDEX_2.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_000000000000170c_INDEX_3.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_000000000000170c_INDEX_4.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_000000000000170c_INDEX_5.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_000000000000170c_INDEX_6.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001713_INDEX_1.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001713_INDEX_2.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001713_INDEX_3.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001713_INDEX_4.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001713_INDEX_5.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001713_INDEX_6.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_BEING_DELETED.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_BEING_DELETED_CACHE.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_CONFIG.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_DELETED.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/FTS_0000000000000aed_DELETED_CACHE.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/smackuci_events.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/cbx/smackuci_history.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/cbx/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/wp_newsletter.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/wp_newsletter_emails.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/wp_newsletter_sent.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/wp_newsletter_stats.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/wp_newsletter_user_logs.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/cbx/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/cbx/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/cbx/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/cbx/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/cbx/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/cbx/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/cbx/wp_ultimate_csv_importer_log_values.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/wp_ultimate_csv_importer_manageshortcodes.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/wp_ultimate_csv_importer_shortcodes_statusrel.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/cbx/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/cbx/wp_yoast_seo_links.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/cbx/wp_yoast_seo_meta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/corrente_maritima/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/corrente_maritima/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/corrente_maritima/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/corrente_maritima/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/corrente_maritima/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/corrente_maritima/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/corrente_maritima/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/corrente_maritima/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/corrente_maritima/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/corrente_maritima/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/corrente_maritima/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/corrente_maritima/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/digix/dgix_alm.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/digix/dgix_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/digix/dgix_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/digix/dgix_links.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/digix/dgix_options.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/digix/dgix_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/digix/dgix_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/digix/dgix_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/digix/dgix_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/digix/dgix_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/digix/dgix_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/digix/dgix_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/digix/dgix_users.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/digix/dgix_yoast_seo_links.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/digix/dgix_yoast_seo_meta.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c67_INDEX_1.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c67_INDEX_2.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c67_INDEX_3.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c67_INDEX_4.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c67_INDEX_5.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c67_INDEX_6.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c74_INDEX_1.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c74_INDEX_2.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c74_INDEX_3.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c74_INDEX_4.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c74_INDEX_5.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c74_INDEX_6.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c7b_INDEX_1.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c7b_INDEX_2.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c7b_INDEX_3.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c7b_INDEX_4.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c7b_INDEX_5.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c7b_INDEX_6.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_BEING_DELETED.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_BEING_DELETED_CACHE.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_CONFIG.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_DELETED.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_DELETED_CACHE.ibd', 'wait/io/file/innodb/innodb_data_file', 1),
('/var/lib/mysql/elpescador/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/elpescador/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/elpescador/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/elpescador/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/elpescador/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/elpescador/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/elpescador/wp_rp4wp_cache.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/elpescador/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/elpescador/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/elpescador/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/elpescador/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/elpescador/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/elpescador/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/flanaganbilton/ts_redirects.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/flanaganbilton/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/flanaganbilton/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/flanaganbilton/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/flanaganbilton/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/flanaganbilton/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/flanaganbilton/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/flanaganbilton/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/flanaganbilton/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/flanaganbilton/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/flanaganbilton/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/flanaganbilton/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/flanaganbilton/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/flanaganbilton/wp_yoast_seo_links.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/flanaganbilton/wp_yoast_seo_meta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/goshortlist/agencies.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/goshortlist/availabilities.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/goshortlist/awards.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/goshortlist/education.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/goshortlist/freelancer_data.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/goshortlist/freelancers.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/goshortlist/links.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/goshortlist/migrations.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/goshortlist/password_resets.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/goshortlist/press.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/goshortlist/request_messages.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/goshortlist/requests.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/goshortlist/reviews.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/goshortlist/users.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/goshortlist/work_experience.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/goshortlist/work_samples.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/heatcontent_dev/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/heatcontent_dev/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/heatcontent_dev/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/heatcontent_dev/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/heatcontent_dev/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/heatcontent_dev/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/heatcontent_dev/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/heatcontent_dev/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/heatcontent_dev/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/heatcontent_dev/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/heatcontent_dev/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/heatcontent_dev/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ior/cp_banner.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ior/cp_equipe_has_cp_especialidades.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ior/cp_especialistas_has_cp_especialidades.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ior/cp_estados.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ior/cp_imagens.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ior/cp_log.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ior/cp_noticias.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ior/cp_paginas.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ior/cp_perfil.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ior/cp_permissoes.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ior/cp_residenciamedica_has_cp_unidades.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ior/cp_tela.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ior/cp_unidades.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ior/cp_usuarios.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/kanecountyhealth_web/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/kanecountyhealth_web/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/kanecountyhealth_web/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/kanecountyhealth_web/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/kanecountyhealth_web/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/kanecountyhealth_web/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/kanecountyhealth_web/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/kanecountyhealth_web/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/kanecountyhealth_web/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/kanecountyhealth_web/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/kanecountyhealth_web/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/kanecountyhealth_web/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mysql/engine_cost.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mysql/gtid_executed.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mysql/help_category.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mysql/help_keyword.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mysql/help_relation.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mysql/help_topic.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mysql/innodb_index_stats.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mysql/innodb_table_stats.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mysql/plugin.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mysql/server_cost.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mysql/servers.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mysql/slave_master_info.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mysql/slave_relay_log_info.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mysql/slave_worker_info.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mysql/time_zone.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mysql/time_zone_leap_second.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mysql/time_zone_name.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mysql/time_zone_transition.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mysql/time_zone_transition_type.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mzs/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mzs/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mzs/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mzs/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mzs/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mzs/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mzs/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mzs/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mzs/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mzs/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mzs/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/mzs/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/pcr_roteiros/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/pcr_roteiros/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/pcr_roteiros/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/pcr_roteiros/wp_newsletter.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/pcr_roteiros/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/pcr_roteiros/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/pcr_roteiros/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/pcr_roteiros/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/pcr_roteiros/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/pcr_roteiros/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/pcr_roteiros/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/pcr_roteiros/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/pcr_roteiros/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/pcr_roteiros/wp_wdi_feeds.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/pcr_roteiros/wp_wdi_themes.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/rosamaster/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/rosamaster/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/rosamaster/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/rosamaster/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/rosamaster/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/rosamaster/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/rosamaster/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/rosamaster/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/rosamaster/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/rosamaster/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/rosamaster/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/rosamaster/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/rosamaster/wp_yoast_seo_links.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/rosamaster/wp_yoast_seo_meta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/sys/sys_config.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/vinz/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/vinz/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/vinz/wp_contact.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/vinz/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/vinz/wp_newsletter.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/vinz/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/vinz/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/vinz/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/vinz/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/vinz/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/vinz/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/vinz/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/vinz/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/vinz/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/vinz/wp_vp_id.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/vinz/wp_yoast_seo_links.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/vinz/wp_yoast_seo_meta.ibd', 'wait/io/file/innodb/innodb_data_file', 3),
('/var/lib/mysql/ibtmp1', 'wait/io/file/innodb/innodb_data_file', 2),
('/var/lib/mysql/mysql/plugin.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/auto.cnf', 'wait/io/file/mysys/cnf', 0),
('/var/lib/mysql/mysql/gtid_executed.frm', 'wait/io/file/sql/FRM', 0),
('/run/mysqld/mysqld.pid', 'wait/io/file/sql/pid', 0),
('/var/lib/mysql/mysql/server_cost.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/engine_cost.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/user.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/user.MYI', 'wait/io/file/myisam/kfile', 0),
('/var/lib/mysql/mysql/user.MYD', 'wait/io/file/myisam/dfile', 0),
('/var/lib/mysql/mysql/db.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/db.MYI', 'wait/io/file/myisam/kfile', 0),
('/var/lib/mysql/mysql/db.MYD', 'wait/io/file/myisam/dfile', 0),
('/var/lib/mysql/mysql/proxies_priv.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/proxies_priv.MYI', 'wait/io/file/myisam/kfile', 0),
('/var/lib/mysql/mysql/proxies_priv.MYD', 'wait/io/file/myisam/dfile', 0),
('/var/lib/mysql/mysql/time_zone_leap_second.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/time_zone_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/time_zone.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/time_zone_transition_type.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/time_zone_transition.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/tables_priv.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/tables_priv.MYI', 'wait/io/file/myisam/kfile', 0),
('/var/lib/mysql/mysql/tables_priv.MYD', 'wait/io/file/myisam/dfile', 0),
('/var/lib/mysql/mysql/columns_priv.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/columns_priv.MYI', 'wait/io/file/myisam/kfile', 0),
('/var/lib/mysql/mysql/columns_priv.MYD', 'wait/io/file/myisam/dfile', 0),
('/var/lib/mysql/mysql/procs_priv.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/procs_priv.MYI', 'wait/io/file/myisam/kfile', 0),
('/var/lib/mysql/mysql/procs_priv.MYD', 'wait/io/file/myisam/dfile', 0),
('/var/lib/mysql/mysql/servers.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/func.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/func.MYI', 'wait/io/file/myisam/kfile', 0),
('/var/lib/mysql/mysql/func.MYD', 'wait/io/file/myisam/dfile', 0),
('/var/lib/mysql/performance_schema/cond_instances.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_waits_current.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_waits_history.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_waits_history_long.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_waits_summary_by_host_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_waits_summary_by_instance.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_waits_summary_by_thread_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_waits_summary_by_user_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_waits_summary_by_account_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_waits_summary_global_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/file_instances.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/file_summary_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/file_summary_by_instance.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/host_cache.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/mutex_instances.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/objects_summary_global_by_type.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/performance_timers.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/rwlock_instances.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/setup_actors.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/setup_consumers.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/setup_instruments.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/setup_objects.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/setup_timers.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/table_io_waits_summary_by_index_usage.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/table_io_waits_summary_by_table.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/table_lock_waits_summary_by_table.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/threads.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_stages_current.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_stages_history.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_stages_history_long.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_stages_summary_by_thread_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_stages_summary_by_account_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_stages_summary_by_user_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_stages_summary_by_host_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_stages_summary_global_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_statements_current.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_statements_history.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_statements_history_long.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_statements_summary_by_thread_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_statements_summary_by_account_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_statements_summary_by_user_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_statements_summary_by_host_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_statements_summary_global_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_statements_summary_by_digest.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_statements_summary_by_program.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_transactions_current.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_transactions_history.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_transactions_history_long.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_transactions_summary_by_thread_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_transactions_summary_by_account_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_transactions_summary_by_user_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_transactions_summary_by_host_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/events_transactions_summary_global_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/users.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/accounts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/hosts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/socket_instances.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/socket_summary_by_instance.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/socket_summary_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/session_connect_attrs.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/session_account_connect_attrs.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/memory_summary_global_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/memory_summary_by_account_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/memory_summary_by_host_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/memory_summary_by_thread_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/memory_summary_by_user_by_event_name.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/table_handles.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/metadata_locks.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/replication_connection_configuration.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/replication_group_members.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/replication_connection_status.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/replication_applier_configuration.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/replication_applier_status.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/replication_applier_status_by_coordinator.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/replication_applier_status_by_worker.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/replication_group_member_stats.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/prepared_statements_instances.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/user_variables_by_thread.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/status_by_account.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/status_by_host.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/status_by_thread.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/status_by_user.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/global_status.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/session_status.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/variables_by_thread.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/global_variables.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/performance_schema/session_variables.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/event.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/event.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/mysql/event.MYD', 'wait/io/file/myisam/dfile', 11),
('/var/lib/mysql/ambassador/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/ambassador/jobs.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/5coisas/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/5coisas/cp_cidades.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/cbx/wp_options.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/wp_posts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/wp_postmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/wp_terms.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/wp_users.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/wp_usermeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/antonioarruda/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/appradio/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/awyeah/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/banco/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/beliv/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/bp_radio/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/braza_dev/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/brickhouse/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/brilux/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/cappen_nautico/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/cavora/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/corrente_maritima/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/damasnovosalunos/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/digix/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/elpescador/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/flanaganbilton/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/forge/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/gateway/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/goshortlist/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/heatcontent_dev/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/ior/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/kanecountyhealth_web/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/mysql/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/mzs/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/pcr_roteiros/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/performance_schema/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/rosamaster/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/sync/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/sys/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/vinz/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/wpteste/db.opt', 'wait/io/file/sql/dbopt', 0),
('/var/lib/mysql/5coisas/cp_clientes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/5coisas/cp_log.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/5coisas/cp_perfil.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/5coisas/cp_permissoes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/5coisas/cp_shows.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/5coisas/cp_shows_tags.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/5coisas/cp_tags.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/5coisas/cp_tela.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/5coisas/cp_usuarios.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/5coisas/cp_usuarios_cidades.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/proc.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/proc.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/mysql/proc.MYD', 'wait/io/file/myisam/dfile', 8),
('/var/lib/mysql/ior/cp_banner.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ior/cp_cidades.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ior/cp_convenios.frm', 'wait/io/file/sql/FRM', 0);
INSERT INTO `file_instances` (`FILE_NAME`, `EVENT_NAME`, `OPEN_COUNT`) VALUES
('/var/lib/mysql/ior/cp_equipe.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ior/cp_equipe_has_cp_especialidades.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ior/cp_especialidades.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ior/cp_especialistas.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ior/cp_especialistas_has_cp_especialidades.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ior/cp_estados.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ior/cp_imagens.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ior/cp_log.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ior/cp_noticias.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ior/cp_paginas.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ior/cp_perfil.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ior/cp_permissoes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ior/cp_residenciamedica.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ior/cp_residenciamedica_has_cp_unidades.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ior/cp_tela.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ior/cp_unidades.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ior/cp_usuarios.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ior/cp_cidades.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/ior/cp_cidades.MYD', 'wait/io/file/myisam/dfile', 2),
('/var/lib/mysql/ior/cp_convenios.MYI', 'wait/io/file/myisam/kfile', 0),
('/var/lib/mysql/ior/cp_convenios.MYD', 'wait/io/file/myisam/dfile', 0),
('/var/lib/mysql/ior/cp_equipe.MYI', 'wait/io/file/myisam/kfile', 0),
('/var/lib/mysql/ior/cp_equipe.MYD', 'wait/io/file/myisam/dfile', 0),
('/var/lib/mysql/ior/cp_especialidades.MYI', 'wait/io/file/myisam/kfile', 0),
('/var/lib/mysql/ior/cp_especialidades.MYD', 'wait/io/file/myisam/dfile', 0),
('/var/lib/mysql/ior/cp_especialistas.MYI', 'wait/io/file/myisam/kfile', 0),
('/var/lib/mysql/ior/cp_especialistas.MYD', 'wait/io/file/myisam/dfile', 0),
('/var/lib/mysql/ior/cp_residenciamedica.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/ior/cp_residenciamedica.MYD', 'wait/io/file/myisam/dfile', 1),
('/var/lib/mysql/ambassador/admins.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/admins_password_resets.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/candidate_category.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/candidate_comment.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/candidate_notification.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/candidate_program.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/candidate_tag.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/candidates.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/categories.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/clients.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/comments.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/failed_jobs.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/migrations.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/notifications.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/oauth_access_tokens.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/oauth_auth_codes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/oauth_clients.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/oauth_personal_access_clients.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/oauth_refresh_tokens.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/password_resets.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/photos.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/programs.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/tags.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/ambassador/users.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/antonioarruda/cp_cidades.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/antonioarruda/cp_estados.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/antonioarruda/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/antonioarruda/wp_comments.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/antonioarruda/wp_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/antonioarruda/wp_newsletter.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/antonioarruda/wp_options.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/antonioarruda/wp_postmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/antonioarruda/wp_posts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/antonioarruda/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/antonioarruda/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/antonioarruda/wp_termmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/antonioarruda/wp_terms.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/antonioarruda/wp_usermeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/antonioarruda/wp_users.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/appradio/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/appradio/wp_comments.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/appradio/wp_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/appradio/wp_options.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/appradio/wp_postmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/appradio/wp_posts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/appradio/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/appradio/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/appradio/wp_termmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/appradio/wp_terms.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/appradio/wp_usermeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/appradio/wp_users.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/awyeah/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/awyeah/wp_comments.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/awyeah/wp_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/awyeah/wp_options.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/awyeah/wp_postmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/awyeah/wp_posts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/awyeah/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/awyeah/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/awyeah/wp_termmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/awyeah/wp_terms.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/awyeah/wp_usermeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/awyeah/wp_users.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/beliv/cp_atributes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/beliv/cp_brands.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/beliv/cp_clientes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/beliv/cp_favorites.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/beliv/cp_imagens.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/beliv/cp_log.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/beliv/cp_perfil.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/beliv/cp_permissoes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/beliv/cp_products.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/beliv/cp_tela.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/beliv/cp_typeproducts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/beliv/cp_typeproducts_atributes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/beliv/cp_typeproducts_flavors.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/beliv/cp_typeproducts_flavorsesp.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/beliv/cp_typeproducts_support.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/beliv/cp_typeproducts_supportesp.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/beliv/cp_usuarios.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/beliv/cp_welcome.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/bp_radio/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/bp_radio/wp_comments.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/bp_radio/wp_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/bp_radio/wp_options.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/bp_radio/wp_postmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/bp_radio/wp_posts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/bp_radio/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/bp_radio/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/bp_radio/wp_termmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/bp_radio/wp_terms.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/bp_radio/wp_usermeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/bp_radio/wp_users.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_comments.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_options.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_postmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_posts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_termmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_terms.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_usermeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_users.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_wicity_payment_history.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_wicity_payment_plan_relationship.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_wicity_submission_plan_relationships.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_wilcity_business_hour_meta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_wilcity_business_hours.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_wilcity_events_data.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_wilcity_favorites_statistic.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_wilcity_follower.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_wilcity_invoices.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_wilcity_latlng.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_wilcity_message.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_wilcity_notifications.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_wilcity_payment_meta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_wilcity_review_meta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_wilcity_shares_statistic.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/braza_dev/wp_wilcity_views_statistic.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brickhouse/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brickhouse/wp_comments.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brickhouse/wp_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brickhouse/wp_options.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brickhouse/wp_postmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brickhouse/wp_posts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brickhouse/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brickhouse/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brickhouse/wp_termmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brickhouse/wp_terms.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brickhouse/wp_usermeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brickhouse/wp_users.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brilux/cp_categorias.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brilux/cp_dicas.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brilux/cp_dicas_has_cp_problemas.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brilux/cp_dicas_has_cp_produtos.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brilux/cp_imagens.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brilux/cp_log.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brilux/cp_newsletter.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brilux/cp_perfil.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brilux/cp_permissoes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brilux/cp_problemas.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brilux/cp_produtos.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brilux/cp_tela.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/brilux/cp_usuarios.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cappen_nautico/cp_arrecadacao.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cappen_nautico/cp_imagens.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cappen_nautico/cp_log.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cappen_nautico/cp_noticias.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cappen_nautico/cp_perfil.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cappen_nautico/cp_permissoes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cappen_nautico/cp_tela.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cappen_nautico/cp_usuarios.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cavora/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cavora/wp_comments.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cavora/wp_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cavora/wp_options.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cavora/wp_postmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cavora/wp_posts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cavora/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cavora/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cavora/wp_termmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cavora/wp_terms.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cavora/wp_usermeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cavora/wp_users.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/smackuci_events.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/smackuci_history.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/wp_comments.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/wp_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/wp_newsletter.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/wp_newsletter_emails.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/wp_newsletter_sent.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/wp_newsletter_stats.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/wp_newsletter_user_logs.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/wp_termmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/wp_ultimate_csv_importer_log_values.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/wp_ultimate_csv_importer_manageshortcodes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/wp_ultimate_csv_importer_shortcodes_statusrel.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/wp_yoast_seo_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/cbx/wp_yoast_seo_meta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/corrente_maritima/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/corrente_maritima/wp_comments.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/corrente_maritima/wp_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/corrente_maritima/wp_options.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/corrente_maritima/wp_postmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/corrente_maritima/wp_posts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/corrente_maritima/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/corrente_maritima/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/corrente_maritima/wp_termmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/corrente_maritima/wp_terms.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/corrente_maritima/wp_usermeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/corrente_maritima/wp_users.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/damasnovosalunos/cp_arquivos.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/damasnovosalunos/cp_banner.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/damasnovosalunos/cp_categorias.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/damasnovosalunos/cp_dicas.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/damasnovosalunos/cp_eventos.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/damasnovosalunos/cp_gabaritos.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/damasnovosalunos/cp_galeria.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/damasnovosalunos/cp_galerias_relacionadas.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/damasnovosalunos/cp_imagem_noticia.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/damasnovosalunos/cp_log.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/damasnovosalunos/cp_newsletter.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/damasnovosalunos/cp_noticias_relacionadas.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/damasnovosalunos/cp_pagina.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/damasnovosalunos/cp_perfil.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/damasnovosalunos/cp_permissoes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/damasnovosalunos/cp_posts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/damasnovosalunos/cp_tela.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/damasnovosalunos/cp_usuarios.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/damasnovosalunos/cp_videos.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/digix/dgix_alm.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/digix/dgix_commentmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/digix/dgix_comments.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/digix/dgix_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/digix/dgix_options.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/digix/dgix_postmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/digix/dgix_posts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/digix/dgix_term_relationships.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/digix/dgix_term_taxonomy.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/digix/dgix_termmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/digix/dgix_terms.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/digix/dgix_usermeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/digix/dgix_users.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/digix/dgix_yoast_seo_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/digix/dgix_yoast_seo_meta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/elpescador/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/elpescador/wp_comments.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/elpescador/wp_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/elpescador/wp_options.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/elpescador/wp_postmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/elpescador/wp_posts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/elpescador/wp_rp4wp_cache.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/elpescador/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/elpescador/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/elpescador/wp_termmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/elpescador/wp_terms.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/elpescador/wp_usermeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/elpescador/wp_users.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/flanaganbilton/ts_redirects.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/flanaganbilton/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/flanaganbilton/wp_comments.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/flanaganbilton/wp_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/flanaganbilton/wp_options.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/flanaganbilton/wp_postmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/flanaganbilton/wp_posts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/flanaganbilton/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/flanaganbilton/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/flanaganbilton/wp_termmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/flanaganbilton/wp_terms.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/flanaganbilton/wp_usermeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/flanaganbilton/wp_users.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/flanaganbilton/wp_yoast_seo_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/flanaganbilton/wp_yoast_seo_meta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/goshortlist/agencies.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/goshortlist/availabilities.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/goshortlist/awards.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/goshortlist/education.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/goshortlist/freelancer_data.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/goshortlist/freelancers.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/goshortlist/links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/goshortlist/migrations.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/goshortlist/password_resets.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/goshortlist/press.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/goshortlist/request_messages.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/goshortlist/requests.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/goshortlist/reviews.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/goshortlist/users.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/goshortlist/work_experience.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/goshortlist/work_samples.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/heatcontent_dev/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/heatcontent_dev/wp_comments.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/heatcontent_dev/wp_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/heatcontent_dev/wp_options.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/heatcontent_dev/wp_postmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/heatcontent_dev/wp_posts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/heatcontent_dev/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/heatcontent_dev/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/heatcontent_dev/wp_termmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/heatcontent_dev/wp_terms.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/heatcontent_dev/wp_usermeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/heatcontent_dev/wp_users.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/kanecountyhealth_web/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/kanecountyhealth_web/wp_comments.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/kanecountyhealth_web/wp_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/kanecountyhealth_web/wp_options.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/kanecountyhealth_web/wp_postmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/kanecountyhealth_web/wp_posts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/kanecountyhealth_web/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/kanecountyhealth_web/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/kanecountyhealth_web/wp_termmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/kanecountyhealth_web/wp_terms.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/kanecountyhealth_web/wp_usermeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/kanecountyhealth_web/wp_users.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mzs/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mzs/wp_comments.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mzs/wp_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mzs/wp_options.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mzs/wp_postmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mzs/wp_posts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mzs/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mzs/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mzs/wp_termmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mzs/wp_terms.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mzs/wp_usermeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mzs/wp_users.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/pcr_roteiros/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/pcr_roteiros/wp_comments.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/pcr_roteiros/wp_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/pcr_roteiros/wp_newsletter.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/pcr_roteiros/wp_options.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/pcr_roteiros/wp_postmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/pcr_roteiros/wp_posts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/pcr_roteiros/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/pcr_roteiros/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/pcr_roteiros/wp_termmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/pcr_roteiros/wp_terms.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/pcr_roteiros/wp_usermeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/pcr_roteiros/wp_users.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/pcr_roteiros/wp_wdi_feeds.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/pcr_roteiros/wp_wdi_themes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/rosamaster/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/rosamaster/wp_comments.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/rosamaster/wp_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/rosamaster/wp_options.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/rosamaster/wp_postmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/rosamaster/wp_posts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/rosamaster/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/rosamaster/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/rosamaster/wp_termmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/rosamaster/wp_terms.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/rosamaster/wp_usermeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/rosamaster/wp_users.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/rosamaster/wp_yoast_seo_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/rosamaster/wp_yoast_seo_meta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sync/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sync/wp_comments.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sync/wp_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sync/wp_options.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sync/wp_postmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sync/wp_posts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sync/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sync/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sync/wp_termmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sync/wp_terms.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sync/wp_usermeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sync/wp_users.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/vinz/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/vinz/wp_comments.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/vinz/wp_contact.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/vinz/wp_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/vinz/wp_newsletter.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/vinz/wp_options.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/vinz/wp_postmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/vinz/wp_posts.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/vinz/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/vinz/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/vinz/wp_termmeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/vinz/wp_terms.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/vinz/wp_usermeta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/vinz/wp_users.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/vinz/wp_vp_id.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/vinz/wp_yoast_seo_links.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/vinz/wp_yoast_seo_meta.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/host_summary.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024host_summary_by_statement_latency.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024host_summary_by_file_io.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024memory_by_host_by_current_bytes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/host_summary_by_file_io.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/host_summary_by_file_io_type.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/host_summary_by_stages.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/host_summary_by_statement_latency.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/host_summary_by_statement_type.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/innodb_buffer_stats_by_schema.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/innodb_buffer_stats_by_table.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/innodb_lock_waits.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/sys_config.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/sys_config.TRG', 'wait/io/file/sql/file_parser', 0),
('/var/lib/mysql/sys/io_by_thread_by_latency.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/io_global_by_file_by_bytes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/io_global_by_file_by_latency.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/io_global_by_wait_by_bytes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/io_global_by_wait_by_latency.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/latest_file_io.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/memory_by_host_by_current_bytes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/memory_by_thread_by_current_bytes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/memory_by_user_by_current_bytes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/memory_global_by_current_bytes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/memory_global_total.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/metrics.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/processlist.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024memory_by_thread_by_current_bytes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/ps_check_lost_instrumentation.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/schema_auto_increment_columns.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/schema_index_statistics.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/schema_object_overview.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/schema_redundant_indexes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024schema_flattened_keys.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/schema_table_lock_waits.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/schema_table_statistics.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024ps_schema_table_statistics_io.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/schema_table_statistics_with_buffer.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024innodb_buffer_stats_by_table.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/schema_tables_with_full_table_scans.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/schema_unused_indexes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/session.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/session_ssl_status.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/statement_analysis.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/statements_with_errors_or_warnings.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/statements_with_full_table_scans.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/statements_with_runtimes_in_95th_percentile.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024ps_digest_95th_percentile_by_avg_us.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024ps_digest_avg_latency_distribution.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/statements_with_sorting.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/statements_with_temp_tables.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/user_summary.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024user_summary_by_statement_latency.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024user_summary_by_file_io.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024memory_by_user_by_current_bytes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/user_summary_by_file_io.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/user_summary_by_file_io_type.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/user_summary_by_stages.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/user_summary_by_statement_latency.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/user_summary_by_statement_type.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/version.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/wait_classes_global_by_avg_latency.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/wait_classes_global_by_latency.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/waits_by_host_by_latency.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/waits_by_user_by_latency.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/waits_global_by_latency.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024host_summary.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024host_summary_by_file_io_type.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024host_summary_by_stages.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024host_summary_by_statement_type.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024innodb_buffer_stats_by_schema.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024innodb_lock_waits.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024io_by_thread_by_latency.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024io_global_by_file_by_bytes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024io_global_by_file_by_latency.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024io_global_by_wait_by_bytes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024io_global_by_wait_by_latency.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024latest_file_io.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024memory_global_by_current_bytes.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024memory_global_total.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024processlist.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024schema_index_statistics.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024schema_table_lock_waits.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024schema_table_statistics.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024schema_table_statistics_with_buffer.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024schema_tables_with_full_table_scans.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024session.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024statement_analysis.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024statements_with_errors_or_warnings.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024statements_with_full_table_scans.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024statements_with_runtimes_in_95th_percentile.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024statements_with_sorting.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024statements_with_temp_tables.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024user_summary.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024user_summary_by_file_io_type.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024user_summary_by_stages.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024user_summary_by_statement_type.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024wait_classes_global_by_avg_latency.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024wait_classes_global_by_latency.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024waits_by_host_by_latency.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024waits_by_user_by_latency.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sys/x@0024waits_global_by_latency.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/sync/wp_commentmeta.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/sync/wp_commentmeta.MYD', 'wait/io/file/myisam/dfile', 2),
('/var/lib/mysql/sync/wp_comments.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/sync/wp_comments.MYD', 'wait/io/file/myisam/dfile', 2),
('/var/lib/mysql/sync/wp_links.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/sync/wp_links.MYD', 'wait/io/file/myisam/dfile', 2),
('/var/lib/mysql/sync/wp_options.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/sync/wp_options.MYD', 'wait/io/file/myisam/dfile', 3),
('/var/lib/mysql/sync/wp_postmeta.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/sync/wp_postmeta.MYD', 'wait/io/file/myisam/dfile', 3),
('/var/lib/mysql/sync/wp_posts.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/sync/wp_posts.MYD', 'wait/io/file/myisam/dfile', 3),
('/var/lib/mysql/sync/wp_term_relationships.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/sync/wp_term_relationships.MYD', 'wait/io/file/myisam/dfile', 3),
('/var/lib/mysql/sync/wp_term_taxonomy.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/sync/wp_term_taxonomy.MYD', 'wait/io/file/myisam/dfile', 3),
('/var/lib/mysql/sync/wp_termmeta.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/sync/wp_termmeta.MYD', 'wait/io/file/myisam/dfile', 3),
('/var/lib/mysql/sync/wp_terms.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/sync/wp_terms.MYD', 'wait/io/file/myisam/dfile', 3),
('/var/lib/mysql/sync/wp_usermeta.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/sync/wp_usermeta.MYD', 'wait/io/file/myisam/dfile', 3),
('/var/lib/mysql/sync/wp_users.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/sync/wp_users.MYD', 'wait/io/file/myisam/dfile', 3),
('/var/lib/mysql/mysql/general_log.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/general_log.CSM', 'wait/io/file/csv/metadata', 0),
('/var/lib/mysql/mysql/general_log.CSV', 'wait/io/file/csv/data', 0),
('/var/lib/mysql/mysql/help_category.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/help_keyword.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/help_relation.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/help_topic.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/innodb_index_stats.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/innodb_table_stats.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/ndb_binlog_index.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/ndb_binlog_index.MYI', 'wait/io/file/myisam/kfile', 0),
('/var/lib/mysql/mysql/ndb_binlog_index.MYD', 'wait/io/file/myisam/dfile', 0),
('/var/lib/mysql/mysql/slave_master_info.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/slave_relay_log_info.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/slave_worker_info.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/slow_log.frm', 'wait/io/file/sql/FRM', 0),
('/var/lib/mysql/mysql/slow_log.CSM', 'wait/io/file/csv/metadata', 0),
('/var/lib/mysql/mysql/slow_log.CSV', 'wait/io/file/csv/data', 0),
('/var/lib/mysql/antonioarruda/cp_cidades.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/antonioarruda/cp_cidades.MYD', 'wait/io/file/myisam/dfile', 1),
('/var/lib/mysql/antonioarruda/wp_commentmeta.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/antonioarruda/wp_commentmeta.MYD', 'wait/io/file/myisam/dfile', 2),
('/var/lib/mysql/antonioarruda/wp_comments.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/antonioarruda/wp_comments.MYD', 'wait/io/file/myisam/dfile', 2),
('/var/lib/mysql/antonioarruda/wp_links.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/antonioarruda/wp_links.MYD', 'wait/io/file/myisam/dfile', 2),
('/var/lib/mysql/antonioarruda/wp_newsletter.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/antonioarruda/wp_newsletter.MYD', 'wait/io/file/myisam/dfile', 2),
('/var/lib/mysql/antonioarruda/wp_options.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/antonioarruda/wp_options.MYD', 'wait/io/file/myisam/dfile', 2),
('/var/lib/mysql/antonioarruda/wp_postmeta.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/antonioarruda/wp_postmeta.MYD', 'wait/io/file/myisam/dfile', 2),
('/var/lib/mysql/antonioarruda/wp_posts.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/antonioarruda/wp_posts.MYD', 'wait/io/file/myisam/dfile', 2),
('/var/lib/mysql/antonioarruda/wp_term_relationships.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/antonioarruda/wp_term_relationships.MYD', 'wait/io/file/myisam/dfile', 2),
('/var/lib/mysql/antonioarruda/wp_term_taxonomy.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/antonioarruda/wp_term_taxonomy.MYD', 'wait/io/file/myisam/dfile', 2),
('/var/lib/mysql/antonioarruda/wp_termmeta.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/antonioarruda/wp_termmeta.MYD', 'wait/io/file/myisam/dfile', 2),
('/var/lib/mysql/antonioarruda/wp_terms.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/antonioarruda/wp_terms.MYD', 'wait/io/file/myisam/dfile', 2),
('/var/lib/mysql/antonioarruda/wp_usermeta.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/antonioarruda/wp_usermeta.MYD', 'wait/io/file/myisam/dfile', 2),
('/var/lib/mysql/antonioarruda/wp_users.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/antonioarruda/wp_users.MYD', 'wait/io/file/myisam/dfile', 2),
('/var/lib/mysql/appradio/wp_commentmeta.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/appradio/wp_commentmeta.MYD', 'wait/io/file/myisam/dfile', 3),
('/var/lib/mysql/appradio/wp_comments.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/appradio/wp_comments.MYD', 'wait/io/file/myisam/dfile', 3),
('/var/lib/mysql/appradio/wp_links.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/appradio/wp_links.MYD', 'wait/io/file/myisam/dfile', 3),
('/var/lib/mysql/appradio/wp_options.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/appradio/wp_options.MYD', 'wait/io/file/myisam/dfile', 3),
('/var/lib/mysql/appradio/wp_postmeta.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/appradio/wp_postmeta.MYD', 'wait/io/file/myisam/dfile', 3),
('/var/lib/mysql/appradio/wp_posts.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/appradio/wp_posts.MYD', 'wait/io/file/myisam/dfile', 3),
('/var/lib/mysql/appradio/wp_term_relationships.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/appradio/wp_term_relationships.MYD', 'wait/io/file/myisam/dfile', 3),
('/var/lib/mysql/appradio/wp_term_taxonomy.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/appradio/wp_term_taxonomy.MYD', 'wait/io/file/myisam/dfile', 3),
('/var/lib/mysql/appradio/wp_termmeta.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/appradio/wp_termmeta.MYD', 'wait/io/file/myisam/dfile', 3),
('/var/lib/mysql/appradio/wp_terms.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/appradio/wp_terms.MYD', 'wait/io/file/myisam/dfile', 3),
('/var/lib/mysql/appradio/wp_usermeta.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/appradio/wp_usermeta.MYD', 'wait/io/file/myisam/dfile', 3),
('/var/lib/mysql/appradio/wp_users.MYI', 'wait/io/file/myisam/kfile', 1),
('/var/lib/mysql/appradio/wp_users.MYD', 'wait/io/file/myisam/dfile', 3);

-- --------------------------------------------------------

--
-- Table structure for table `file_summary_by_event_name`
--

CREATE TABLE `file_summary_by_event_name` (
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `COUNT_READ` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `SUM_NUMBER_OF_BYTES_READ` bigint(20) NOT NULL,
  `COUNT_WRITE` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `SUM_NUMBER_OF_BYTES_WRITE` bigint(20) NOT NULL,
  `COUNT_MISC` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_MISC` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_MISC` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_MISC` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_MISC` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `file_summary_by_event_name`
--

INSERT INTO `file_summary_by_event_name` (`EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `COUNT_READ`, `SUM_TIMER_READ`, `MIN_TIMER_READ`, `AVG_TIMER_READ`, `MAX_TIMER_READ`, `SUM_NUMBER_OF_BYTES_READ`, `COUNT_WRITE`, `SUM_TIMER_WRITE`, `MIN_TIMER_WRITE`, `AVG_TIMER_WRITE`, `MAX_TIMER_WRITE`, `SUM_NUMBER_OF_BYTES_WRITE`, `COUNT_MISC`, `SUM_TIMER_MISC`, `MIN_TIMER_MISC`, `AVG_TIMER_MISC`, `MAX_TIMER_MISC`) VALUES
('wait/io/file/sql/map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/binlog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/binlog_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/binlog_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/binlog_index_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/relaylog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/relaylog_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/relaylog_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/relaylog_index_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/io_cache', 152, 5944401720, 0, 39107372, 202958904, 58, 564769788, 0, 9737228, 23577180, 3650552, 64, 3565106472, 0, 55704528, 171016704, 3650552, 30, 1814525460, 0, 60483904, 202958904),
('wait/io/file/sql/casetest', 15, 5591366184, 0, 372757412, 5476394280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 5591366184, 0, 372757412, 5476394280),
('wait/io/file/sql/dbopt', 136, 4663162548, 422004, 34287408, 841305840, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 136, 4663162548, 422004, 34287408, 841305840),
('wait/io/file/sql/des_key_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/ERRMSG', 5, 1993261668, 5139108, 398652000, 835729716, 3, 1234038108, 26235972, 411346036, 835729716, 78367, 0, 0, 0, 0, 0, 0, 2, 759223560, 5139108, 379611780, 754084452),
('wait/io/file/sql/select_to_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/file_parser', 132, 918587616, 0, 6958896, 255899556, 8, 281228136, 2934012, 35153100, 255899556, 5760, 0, 0, 0, 0, 0, 0, 124, 637359480, 0, 5139664, 24426192),
('wait/io/file/sql/FRM', 6508, 356419066772, 388644, 54766000, 5629516680, 3116, 302856534332, 703896, 97193804, 5629516680, 1367744, 0, 0, 0, 0, 0, 0, 3392, 53562532440, 388644, 15790400, 1755356496),
('wait/io/file/sql/global_ddl_log', 2, 13180536, 0, 6590268, 10942080, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 13180536, 0, 6590268, 10942080),
('wait/io/file/sql/load', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/LOAD_FILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/log_event_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/log_event_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/master_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/misc', 16, 145257780, 0, 9078368, 14665056, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 145257780, 0, 9078368, 14665056),
('wait/io/file/sql/partition_ddl_log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/pid', 3, 31917180, 2582064, 10639060, 23086788, 0, 0, 0, 0, 0, 0, 1, 6248328, 6248328, 6248328, 6248328, 5, 2, 25668852, 2582064, 12834148, 23086788),
('wait/io/file/sql/query_log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/relay_log_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/send_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/slow_log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/tclog', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/trigger_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/trigger', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/sql/init', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/mysys/proc_meminfo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/mysys/charset', 3, 417738924, 5114088, 139246308, 392458716, 1, 392458716, 392458716, 392458716, 392458716, 18710, 0, 0, 0, 0, 0, 0, 2, 25280208, 5114088, 12640104, 20166120),
('wait/io/file/mysys/cnf', 5, 391564668, 385308, 78312600, 369527052, 3, 371383536, 385308, 123794512, 369527052, 56, 0, 0, 0, 0, 0, 0, 2, 20181132, 5557776, 10090288, 14623356),
('wait/io/file/csv/metadata', 16, 4679769156, 755604, 292485468, 2594505612, 2, 465515448, 214484784, 232757724, 251030664, 70, 2, 54440184, 17984376, 27220092, 36455808, 70, 12, 4159813524, 755604, 346650988, 2594505612),
('wait/io/file/csv/data', 6, 90182088, 0, 15030348, 23260260, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 90182088, 0, 15030348, 23260260),
('wait/io/file/csv/update', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/myisam/data_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/myisam/dfile', 11177, 61251324668, 375300, 5479936, 3940876848, 7106, 53161616408, 575460, 7480980, 3940876848, 23823772, 0, 0, 0, 0, 0, 0, 4071, 8089708260, 375300, 1987144, 768799548),
('wait/io/file/myisam/kfile', 303, 24435401028, 535428, 80644464, 3539774556, 138, 22443060096, 875700, 162630556, 3539774556, 35287, 0, 0, 0, 0, 0, 0, 165, 1992340932, 535428, 12074652, 579790128),
('wait/io/file/myisam/log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/innodb/innodb_data_file', 5206, 1499940374772, 0, 288117532, 402067435164, 2115, 717763561848, 10116420, 339367944, 24562057272, 36765696, 1477, 117301382760, 7901316, 79418484, 16586727108, 49545216, 1614, 664875430164, 0, 411942624, 402067435164),
('wait/io/file/innodb/innodb_log_file', 851, 550711165092, 737256, 647133960, 203850776928, 7, 12932119092, 737256, 1847445108, 12601249608, 70144, 419, 13342787920, 8857080, 31844344, 380545860, 1128448, 425, 524436258080, 1210968, 1233967496, 203850776928),
('wait/io/file/innodb/innodb_temp_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/myisammrg/MRG', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/archive/metadata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/archive/data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/file/partition/ha_partition::parfile', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `file_summary_by_instance`
--

CREATE TABLE `file_summary_by_instance` (
  `FILE_NAME` varchar(512) NOT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `OBJECT_INSTANCE_BEGIN` bigint(20) UNSIGNED NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `COUNT_READ` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `SUM_NUMBER_OF_BYTES_READ` bigint(20) NOT NULL,
  `COUNT_WRITE` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `SUM_NUMBER_OF_BYTES_WRITE` bigint(20) NOT NULL,
  `COUNT_MISC` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_MISC` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_MISC` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_MISC` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_MISC` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `file_summary_by_instance`
--

INSERT INTO `file_summary_by_instance` (`FILE_NAME`, `EVENT_NAME`, `OBJECT_INSTANCE_BEGIN`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `COUNT_READ`, `SUM_TIMER_READ`, `MIN_TIMER_READ`, `AVG_TIMER_READ`, `MAX_TIMER_READ`, `SUM_NUMBER_OF_BYTES_READ`, `COUNT_WRITE`, `SUM_TIMER_WRITE`, `MIN_TIMER_WRITE`, `AVG_TIMER_WRITE`, `MAX_TIMER_WRITE`, `SUM_NUMBER_OF_BYTES_WRITE`, `COUNT_MISC`, `SUM_TIMER_MISC`, `MIN_TIMER_MISC`, `AVG_TIMER_MISC`, `MAX_TIMER_MISC`) VALUES
('/usr/share/mysql/english/errmsg.sys', 'wait/io/file/sql/ERRMSG', 139767368499968, 5, 1993261668, 5139108, 398652000, 835729716, 3, 1234038108, 26235972, 411346036, 835729716, 78367, 0, 0, 0, 0, 0, 0, 2, 759223560, 5139108, 379611780, 754084452),
('/usr/share/mysql/charsets/Index.xml', 'wait/io/file/mysys/charset', 139767368500672, 3, 417738924, 5114088, 139246308, 392458716, 1, 392458716, 392458716, 392458716, 392458716, 18710, 0, 0, 0, 0, 0, 0, 2, 25280208, 5114088, 12640104, 20166120),
('/var/lib/mysql/ibdata1', 'wait/io/file/innodb/innodb_data_file', 139767368502784, 1215, 740388084776, 2897316, 609372664, 402067435164, 352, 183234304712, 13155516, 520551664, 24562057272, 7880704, 727, 21483736584, 7968036, 29550844, 670010580, 24870912, 136, 535670043480, 2897316, 3938750148, 402067435164),
('/var/lib/mysql/ib_logfile0', 'wait/io/file/innodb/innodb_log_file', 139767368503488, 204, 65164549968, 737256, 319433676, 2851440996, 5, 327762000, 737256, 65552400, 321865620, 4096, 98, 2643863400, 14755128, 26977676, 291117708, 50176, 101, 62192924568, 1422804, 615771112, 2851440996),
('/var/lib/mysql/ib_logfile1', 'wait/io/file/innodb/innodb_log_file', 139767368504192, 647, 485546615124, 1210968, 750458220, 203850776928, 2, 12604357092, 3107484, 6302178268, 12601249608, 66048, 321, 10698924520, 8857080, 33329976, 380545860, 1078272, 324, 462243333512, 1210968, 1426676540, 203850776928),
('/var/lib/mysql/5coisas/cp_cidades.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368504896, 8, 1399458672, 3304308, 174932056, 678689184, 3, 654441468, 43091112, 218147156, 312453096, 49152, 0, 0, 0, 0, 0, 0, 5, 745017204, 3304308, 149002996, 678689184),
('/var/lib/mysql/5coisas/cp_clientes.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368505600, 8, 1218408948, 2972376, 152300632, 543986508, 3, 1114254024, 36724356, 371418008, 543986508, 49152, 0, 0, 0, 0, 0, 0, 5, 104154924, 2972376, 20830540, 45304548),
('/var/lib/mysql/5coisas/cp_log.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368506304, 13, 2976884604, 3295968, 228990824, 989584368, 8, 2884762632, 22729836, 360594912, 989584368, 131072, 0, 0, 0, 0, 0, 0, 5, 92121972, 3295968, 18424172, 40505712),
('/var/lib/mysql/5coisas/cp_perfil.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368507008, 8, 951628472, 2863956, 118953420, 533564288, 3, 870461924, 42594048, 290153604, 533564288, 49152, 0, 0, 0, 0, 0, 0, 5, 81166548, 2863956, 16232976, 29673720),
('/var/lib/mysql/5coisas/cp_permissoes.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368507712, 8, 1933837500, 2428608, 241729340, 1248346212, 3, 1861826604, 45184452, 620608868, 1248346212, 49152, 0, 0, 0, 0, 0, 0, 5, 72010896, 2428608, 14402068, 25955748),
('/var/lib/mysql/5coisas/cp_shows.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368508416, 8, 2456715468, 4230048, 307089364, 1302311016, 3, 1100981748, 48021720, 366993916, 573208200, 49152, 0, 0, 0, 0, 0, 0, 5, 1355733720, 4230048, 271146744, 1302311016),
('/var/lib/mysql/5coisas/cp_shows_tags.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368509120, 8, 954609744, 2652120, 119325940, 535327920, 3, 872452404, 36706008, 290817468, 535327920, 49152, 0, 0, 0, 0, 0, 0, 5, 82157340, 2652120, 16431468, 31600260),
('/var/lib/mysql/5coisas/cp_tags.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368509824, 8, 932321928, 2820588, 116539824, 489741480, 3, 847482444, 37820232, 282494148, 489741480, 49152, 0, 0, 0, 0, 0, 0, 5, 84839484, 2820588, 16967452, 27577044),
('/var/lib/mysql/5coisas/cp_tela.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368510528, 8, 955228572, 2438616, 119403224, 493087488, 3, 886185048, 43654896, 295395016, 493087488, 49152, 0, 0, 0, 0, 0, 0, 5, 69043524, 2438616, 13808260, 23814036),
('/var/lib/mysql/5coisas/cp_usuarios.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368511232, 9, 2503781424, 2423604, 278197936, 1517498028, 4, 2429940732, 42929316, 607485044, 1517498028, 65536, 0, 0, 0, 0, 0, 0, 5, 73840692, 2423604, 14767916, 26909844),
('/var/lib/mysql/5coisas/cp_usuarios_cidades.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368511936, 8, 1058315976, 2233452, 132289080, 521842140, 3, 970520796, 41286336, 323506932, 521842140, 49152, 0, 0, 0, 0, 0, 0, 5, 87795180, 2233452, 17559036, 45916704),
('/var/lib/mysql/ambassador/admins.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368512640, 9, 4301520132, 3888108, 477946496, 2149027848, 4, 2963473884, 44468880, 740868332, 2149027848, 65536, 0, 0, 0, 0, 0, 0, 5, 1338046248, 3888108, 267608916, 1278203412),
('/var/lib/mysql/ambassador/admins_password_resets.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368513344, 9, 3520736004, 2585400, 391192704, 1995228240, 4, 3457347000, 52523652, 864336472, 1995228240, 65536, 0, 0, 0, 0, 0, 0, 5, 63389004, 2585400, 12677356, 20873352),
('/var/lib/mysql/ambassador/candidate_category.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368514048, 15, 5364251304, 2445288, 357616420, 1603668576, 10, 5299342752, 15589128, 529934164, 1603668576, 163840, 0, 0, 0, 0, 0, 0, 5, 64908552, 2445288, 12981488, 23495448),
('/var/lib/mysql/ambassador/candidate_comment.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368514752, 9, 1939303536, 3983184, 215477800, 518954832, 4, 1420003428, 31158240, 355000440, 518954832, 65536, 0, 0, 0, 0, 0, 0, 5, 519300108, 3983184, 103859688, 461780796),
('/var/lib/mysql/ambassador/candidate_notification.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368515456, 9, 4632910032, 3069120, 514767596, 3275896956, 4, 1314585828, 36352392, 328646040, 525771948, 65536, 0, 0, 0, 0, 0, 0, 5, 3318324204, 3069120, 663664396, 3275896956),
('/var/lib/mysql/ambassador/candidate_program.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368516160, 9, 2152128660, 3826392, 239125036, 778884276, 4, 1323876588, 31488504, 330969008, 516334404, 65536, 0, 0, 0, 0, 0, 0, 5, 828252072, 3826392, 165650192, 778884276),
('/var/lib/mysql/ambassador/candidate_tag.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368516864, 10, 1956670752, 2113356, 195666964, 620335872, 5, 1898842860, 31239972, 379768572, 620335872, 81920, 0, 0, 0, 0, 0, 0, 5, 57827892, 2113356, 11565356, 19523940),
('/var/lib/mysql/ambassador/candidates.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368517568, 21, 4724883552, 1282692, 224994296, 829798308, 16, 4662620448, 13328988, 291413500, 829798308, 262144, 0, 0, 0, 0, 0, 0, 5, 62263104, 1282692, 12452176, 24232704),
('/var/lib/mysql/ambassador/categories.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368518272, 8, 2615891040, 1222644, 326986380, 1786686540, 3, 2565335628, 62449920, 855111876, 1786686540, 49152, 0, 0, 0, 0, 0, 0, 5, 50555412, 1222644, 10110860, 18076116),
('/var/lib/mysql/ambassador/clients.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368518976, 8, 1357088136, 3050772, 169635600, 712009152, 3, 603409008, 36699336, 201136336, 309340608, 49152, 0, 0, 0, 0, 0, 0, 5, 753679128, 3050772, 150735492, 712009152),
('/var/lib/mysql/ambassador/comments.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368519680, 8, 578555808, 1609620, 72319476, 256163100, 3, 521356752, 31601928, 173785584, 256163100, 49152, 0, 0, 0, 0, 0, 0, 5, 57199056, 1609620, 11439700, 19807500),
('/var/lib/mysql/ambassador/failed_jobs.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368520384, 9, 1694102532, 3317652, 188233244, 647622684, 4, 978465480, 42830904, 244616092, 380874456, 65536, 0, 0, 0, 0, 0, 0, 5, 715637052, 3317652, 143127188, 647622684),
('/var/lib/mysql/ambassador/jobs.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368521088, 21, 3990895164, 1577928, 190042468, 1437267228, 5, 1017376584, 16830120, 203474872, 570317556, 81920, 7, 132150636, 8962164, 18878424, 36727692, 114688, 9, 2841367944, 1577928, 315707364, 1437267228),
('/var/lib/mysql/ambassador/migrations.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368521792, 8, 805994280, 1392780, 100748868, 383054532, 3, 740236716, 55479348, 246745572, 383054532, 49152, 0, 0, 0, 0, 0, 0, 5, 65757564, 1392780, 13151068, 30077376),
('/var/lib/mysql/ambassador/notifications.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368522496, 8, 697525908, 1190952, 87190252, 318479580, 3, 619646988, 31897164, 206548996, 318479580, 49152, 0, 0, 0, 0, 0, 0, 5, 77878920, 1190952, 15575784, 44156964),
('/var/lib/mysql/ambassador/oauth_access_tokens.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368523200, 13, 2559749496, 1195956, 196903508, 570249168, 8, 2502770616, 95721516, 312846188, 570249168, 131072, 0, 0, 0, 0, 0, 0, 5, 56978880, 1195956, 11395776, 22664784),
('/var/lib/mysql/ambassador/oauth_auth_codes.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368523904, 8, 865762056, 1185948, 108219840, 458674980, 3, 819435024, 74974932, 273145008, 458674980, 49152, 0, 0, 0, 0, 0, 0, 5, 46327032, 1185948, 9265184, 16399776),
('/var/lib/mysql/ambassador/oauth_clients.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368524608, 9, 4516969020, 1594608, 501885076, 3639841212, 4, 4448602704, 75825612, 1112150676, 3639841212, 65536, 0, 0, 0, 0, 0, 0, 5, 68366316, 1594608, 13673152, 25373616),
('/var/lib/mysql/ambassador/oauth_personal_access_clients.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368525312, 9, 1104179304, 1342740, 122686404, 447074040, 4, 1049627364, 58111452, 262406424, 447074040, 65536, 0, 0, 0, 0, 0, 0, 5, 54551940, 1342740, 10910388, 16950216),
('/var/lib/mysql/ambassador/oauth_refresh_tokens.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368526016, 15, 5787576360, 1269348, 385838424, 3346863684, 10, 5738110152, 24764796, 573810904, 3346863684, 163840, 0, 0, 0, 0, 0, 0, 5, 49466208, 1269348, 9892908, 20673192),
('/var/lib/mysql/ambassador/password_resets.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368526720, 9, 4742656092, 1164264, 526961788, 3563620284, 4, 4690724580, 60039660, 1172680728, 3563620284, 65536, 0, 0, 0, 0, 0, 0, 5, 51931512, 1164264, 10386080, 18428064),
('/var/lib/mysql/ambassador/photos.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368527424, 54, 6389702676, 3000732, 118327364, 1024617372, 49, 5948274816, 10628496, 121393148, 1024617372, 802816, 0, 0, 0, 0, 0, 0, 5, 441427860, 3000732, 88285572, 378445848),
('/var/lib/mysql/ambassador/programs.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368528128, 9, 1336094688, 1351080, 148454780, 468697992, 4, 1275407844, 66683304, 318851544, 468697992, 65536, 0, 0, 0, 0, 0, 0, 5, 60686844, 1351080, 12136924, 27433596),
('/var/lib/mysql/ambassador/tags.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368528832, 8, 768095652, 1292700, 96011748, 366960000, 3, 712346088, 34158972, 237448696, 366960000, 49152, 0, 0, 0, 0, 0, 0, 5, 55749564, 1292700, 11149468, 20229504),
('/var/lib/mysql/ambassador/users.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368529536, 9, 7071849624, 1262676, 785760884, 5729251404, 4, 7017846456, 64279716, 1754461336, 5729251404, 65536, 0, 0, 0, 0, 0, 0, 5, 54003168, 1262676, 10800300, 20199480),
('/var/lib/mysql/antonioarruda/cp_estados.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368530240, 8, 1074790812, 3574524, 134348504, 401971320, 3, 611383716, 37823568, 203794572, 332410716, 49152, 0, 0, 0, 0, 0, 0, 5, 463407096, 3574524, 92681308, 401971320),
('/var/lib/mysql/awyeah/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368530944, 2, 635801568, 3070788, 317900784, 632730780, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 635801568, 3070788, 317900784, 632730780),
('/var/lib/mysql/awyeah/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368531648, 2, 29019864, 12661788, 14509932, 16358076, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 29019864, 12661788, 14509932, 16358076),
('/var/lib/mysql/awyeah/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368532352, 2, 22177728, 1336068, 11088864, 20841660, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 22177728, 1336068, 11088864, 20841660),
('/var/lib/mysql/awyeah/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368533056, 2, 11580924, 1187616, 5790184, 10393308, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11580924, 1187616, 5790184, 10393308),
('/var/lib/mysql/awyeah/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368533760, 2, 10028016, 1172604, 5014008, 8855412, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10028016, 1172604, 5014008, 8855412),
('/var/lib/mysql/awyeah/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368534464, 2, 18274608, 1391112, 9137304, 16883496, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 18274608, 1391112, 9137304, 16883496),
('/var/lib/mysql/awyeah/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368535168, 2, 13183872, 1172604, 6591936, 12011268, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 13183872, 1172604, 6591936, 12011268),
('/var/lib/mysql/awyeah/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368535872, 2, 11008800, 1137576, 5504400, 9871224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11008800, 1137576, 5504400, 9871224),
('/var/lib/mysql/awyeah/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368536576, 2, 547484304, 3079128, 273742152, 544405176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 547484304, 3079128, 273742152, 544405176),
('/var/lib/mysql/awyeah/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368537280, 2, 14004528, 1396116, 7002264, 12608412, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 14004528, 1396116, 7002264, 12608412),
('/var/lib/mysql/awyeah/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368537984, 2, 12012936, 1225980, 6006468, 10786956, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 12012936, 1225980, 6006468, 10786956),
('/var/lib/mysql/awyeah/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368538688, 2, 10811976, 1217640, 5405988, 9594336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10811976, 1217640, 5405988, 9594336),
('/var/lib/mysql/beliv/cp_atributes.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368539392, 2, 23527140, 2158392, 11763292, 21368748, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 23527140, 2158392, 11763292, 21368748),
('/var/lib/mysql/beliv/cp_brands.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368540096, 8, 1888554636, 3112488, 236069260, 779012712, 3, 1035409332, 42312156, 345136444, 566686320, 49152, 0, 0, 0, 0, 0, 0, 5, 853145304, 3112488, 170628616, 779012712),
('/var/lib/mysql/beliv/cp_clientes.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368540800, 8, 3689647692, 3834732, 461205892, 2566334760, 3, 2925646980, 43668240, 975215660, 2566334760, 49152, 0, 0, 0, 0, 0, 0, 5, 764000712, 3834732, 152799920, 695831220),
('/var/lib/mysql/beliv/cp_imagens.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368541504, 2, 30639492, 2680476, 15319468, 27959016, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30639492, 2680476, 15319468, 27959016),
('/var/lib/mysql/beliv/cp_log.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368542208, 2, 22859940, 2345208, 11429692, 20514732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 22859940, 2345208, 11429692, 20514732),
('/var/lib/mysql/beliv/cp_perfil.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368542912, 2, 28421052, 2029956, 14210248, 26391096, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 28421052, 2029956, 14210248, 26391096),
('/var/lib/mysql/beliv/cp_permissoes.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368543616, 2, 11779416, 1294368, 5889708, 10485048, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11779416, 1294368, 5889708, 10485048),
('/var/lib/mysql/beliv/cp_products.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368544320, 8, 1992037356, 3227580, 249004600, 1060956420, 3, 859373616, 35163108, 286457872, 488367048, 49152, 0, 0, 0, 0, 0, 0, 5, 1132663740, 3227580, 226532748, 1060956420),
('/var/lib/mysql/beliv/cp_tela.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368545024, 2, 14755128, 1406124, 7377564, 13349004, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 14755128, 1406124, 7377564, 13349004),
('/var/lib/mysql/beliv/cp_typeproducts.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368545728, 2, 11155584, 1180944, 5577792, 9974640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11155584, 1180944, 5577792, 9974640),
('/var/lib/mysql/beliv/cp_typeproducts_atributes.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368546432, 2, 10853676, 1210968, 5426560, 9642708, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10853676, 1210968, 5426560, 9642708),
('/var/lib/mysql/beliv/cp_typeproducts_flavors.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368547136, 2, 433454820, 2935680, 216727132, 430519140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 433454820, 2935680, 216727132, 430519140),
('/var/lib/mysql/beliv/cp_typeproducts_flavorsesp.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368547840, 2, 18251256, 1991592, 9125628, 16259664, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 18251256, 1991592, 9125628, 16259664),
('/var/lib/mysql/beliv/cp_typeproducts_support.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368548544, 2, 15072048, 1259340, 7536024, 13812708, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 15072048, 1259340, 7536024, 13812708),
('/var/lib/mysql/beliv/cp_typeproducts_supportesp.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368549248, 2, 10825320, 1224312, 5412660, 9601008, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10825320, 1224312, 5412660, 9601008),
('/var/lib/mysql/beliv/cp_usuarios.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368549952, 2, 19280412, 1417800, 9639928, 17862612, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 19280412, 1417800, 9639928, 17862612),
('/var/lib/mysql/beliv/cp_welcome.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368550656, 8, 757395432, 1185948, 94674012, 396278436, 3, 685788192, 37339848, 228596064, 396278436, 49152, 0, 0, 0, 0, 0, 0, 5, 71607240, 1185948, 14321448, 40820964),
('/var/lib/mysql/braza_dev/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368551360, 2, 1424438640, 3207564, 712219320, 1421231076, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1424438640, 3207564, 712219320, 1421231076),
('/var/lib/mysql/braza_dev/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368552064, 2, 25323576, 2003268, 12661788, 23320308, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 25323576, 2003268, 12661788, 23320308),
('/var/lib/mysql/braza_dev/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368552768, 2, 13053768, 1459500, 6526884, 11594268, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 13053768, 1459500, 6526884, 11594268),
('/var/lib/mysql/braza_dev/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368553472, 2, 16481508, 1309380, 8240476, 15172128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 16481508, 1309380, 8240476, 15172128),
('/var/lib/mysql/braza_dev/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368554176, 2, 11362416, 1242660, 5681208, 10119756, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11362416, 1242660, 5681208, 10119756),
('/var/lib/mysql/braza_dev/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368554880, 2, 16496520, 1311048, 8248260, 15185472, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 16496520, 1311048, 8248260, 15185472),
('/var/lib/mysql/braza_dev/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368555584, 2, 12414924, 1282692, 6207184, 11132232, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 12414924, 1282692, 6207184, 11132232),
('/var/lib/mysql/braza_dev/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368556288, 2, 12770208, 1194288, 6385104, 11575920, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 12770208, 1194288, 6385104, 11575920),
('/var/lib/mysql/braza_dev/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368556992, 2, 17677464, 1319388, 8838732, 16358076, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 17677464, 1319388, 8838732, 16358076),
('/var/lib/mysql/braza_dev/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368557696, 2, 10301568, 1237656, 5150784, 9063912, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10301568, 1237656, 5150784, 9063912),
('/var/lib/mysql/braza_dev/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368558400, 2, 21360408, 1147584, 10680204, 20212824, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 21360408, 1147584, 10680204, 20212824),
('/var/lib/mysql/braza_dev/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368559104, 2, 22456284, 1150920, 11227864, 21305364, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 22456284, 1150920, 11227864, 21305364),
('/var/lib/mysql/braza_dev/wp_wicity_payment_history.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368559808, 2, 17097000, 1269348, 8548500, 15827652, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 17097000, 1269348, 8548500, 15827652),
('/var/lib/mysql/braza_dev/wp_wicity_payment_plan_relationship.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368560512, 2, 15297228, 1266012, 7648336, 14031216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 15297228, 1266012, 7648336, 14031216),
('/var/lib/mysql/braza_dev/wp_wicity_submission_plan_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368561216, 2, 15122088, 1296036, 7561044, 13826052, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 15122088, 1296036, 7561044, 13826052),
('/var/lib/mysql/braza_dev/wp_wilcity_business_hour_meta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368561920, 2, 1703063028, 3122496, 851531236, 1699940532, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1703063028, 3122496, 851531236, 1699940532),
('/var/lib/mysql/braza_dev/wp_wilcity_business_hours.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368562624, 2, 14463228, 1267680, 7231336, 13195548, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 14463228, 1267680, 7231336, 13195548),
('/var/lib/mysql/braza_dev/wp_wilcity_events_data.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368563328, 2, 18494784, 1289364, 9247392, 17205420, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 18494784, 1289364, 9247392, 17205420),
('/var/lib/mysql/braza_dev/wp_wilcity_favorites_statistic.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368564032, 2, 24167652, 2011608, 12083548, 22156044, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 24167652, 2011608, 12083548, 22156044),
('/var/lib/mysql/braza_dev/wp_wilcity_follower.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368564736, 2, 890243292, 3244260, 445121368, 886999032, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 890243292, 3244260, 445121368, 886999032),
('/var/lib/mysql/braza_dev/wp_wilcity_invoices.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368565440, 2, 15023676, 1292700, 7511560, 13730976, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 15023676, 1292700, 7511560, 13730976),
('/var/lib/mysql/braza_dev/wp_wilcity_latlng.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368566144, 2, 467807280, 2990724, 233903640, 464816556, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 467807280, 2990724, 233903640, 464816556),
('/var/lib/mysql/braza_dev/wp_wilcity_message.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368566848, 2, 13949484, 1579596, 6974464, 12369888, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 13949484, 1579596, 6974464, 12369888),
('/var/lib/mysql/braza_dev/wp_wilcity_notifications.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368567552, 2, 28581180, 2200092, 14290312, 26381088, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 28581180, 2200092, 14290312, 26381088),
('/var/lib/mysql/braza_dev/wp_wilcity_payment_meta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368568256, 2, 16438140, 2069988, 8218792, 14368152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 16438140, 2069988, 8218792, 14368152),
('/var/lib/mysql/braza_dev/wp_wilcity_review_meta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368568960, 2, 17817576, 1519548, 8908788, 16298028, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 17817576, 1519548, 8908788, 16298028),
('/var/lib/mysql/braza_dev/wp_wilcity_shares_statistic.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368569664, 2, 12503328, 1215972, 6251664, 11287356, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 12503328, 1215972, 6251664, 11287356),
('/var/lib/mysql/braza_dev/wp_wilcity_views_statistic.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368570368, 2, 18036084, 1369428, 9017764, 16666656, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 18036084, 1369428, 9017764, 16666656),
('/var/lib/mysql/brilux/cp_imagens.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368571072, 2, 626981184, 3055776, 313490592, 623925408, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 626981184, 3055776, 313490592, 623925408),
('/var/lib/mysql/brilux/cp_log.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368571776, 2, 13750992, 1401120, 6875496, 12349872, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 13750992, 1401120, 6875496, 12349872),
('/var/lib/mysql/brilux/cp_newsletter.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368572480, 2, 20302896, 1297704, 10151448, 19005192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20302896, 1297704, 10151448, 19005192),
('/var/lib/mysql/brilux/cp_perfil.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368573184, 2, 11063844, 1234320, 5531644, 9829524, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11063844, 1234320, 5531644, 9829524),
('/var/lib/mysql/brilux/cp_permissoes.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368573888, 2, 11827788, 1162596, 5913616, 10665192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11827788, 1162596, 5913616, 10665192),
('/var/lib/mysql/brilux/cp_tela.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368574592, 2, 17112012, 1359420, 8555728, 15752592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 17112012, 1359420, 8555728, 15752592),
('/var/lib/mysql/brilux/cp_usuarios.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368575296, 2, 10488384, 1165932, 5244192, 9322452, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10488384, 1165932, 5244192, 9322452),
('/var/lib/mysql/cappen_nautico/cp_imagens.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368576000, 2, 412162800, 2974044, 206081400, 409188756, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 412162800, 2974044, 206081400, 409188756),
('/var/lib/mysql/cappen_nautico/cp_log.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368576704, 2, 15834324, 1386108, 7916884, 14448216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 15834324, 1386108, 7916884, 14448216),
('/var/lib/mysql/cappen_nautico/cp_noticias.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368577408, 2, 70397940, 1926540, 35198692, 68471400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 70397940, 1926540, 35198692, 68471400),
('/var/lib/mysql/cappen_nautico/cp_perfil.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368578112, 2, 13333992, 1316052, 6666996, 12017940, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 13333992, 1316052, 6666996, 12017940),
('/var/lib/mysql/cappen_nautico/cp_permissoes.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368578816, 2, 19178664, 1306044, 9589332, 17872620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 19178664, 1306044, 9589332, 17872620),
('/var/lib/mysql/cappen_nautico/cp_tela.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368579520, 2, 10068048, 1205964, 5034024, 8862084, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10068048, 1205964, 5034024, 8862084),
('/var/lib/mysql/cappen_nautico/cp_usuarios.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368580224, 2, 10653516, 1215972, 5326480, 9437544, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10653516, 1215972, 5326480, 9437544),
('/var/lib/mysql/cavora/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368580928, 2, 414613092, 3045768, 207306268, 411567324, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 414613092, 3045768, 207306268, 411567324),
('/var/lib/mysql/cavora/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368581632, 2, 15644172, 1359420, 7821808, 14284752, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 15644172, 1359420, 7821808, 14284752),
('/var/lib/mysql/cavora/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368582336, 2, 18743316, 2158392, 9371380, 16584924, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 18743316, 2158392, 9371380, 16584924),
('/var/lib/mysql/cavora/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368583040, 2, 12036288, 1254336, 6018144, 10781952, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 12036288, 1254336, 6018144, 10781952),
('/var/lib/mysql/cavora/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368583744, 2, 11143908, 1207632, 5571676, 9936276, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11143908, 1207632, 5571676, 9936276),
('/var/lib/mysql/cavora/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368584448, 2, 10271544, 1200960, 5135772, 9070584, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10271544, 1200960, 5135772, 9070584),
('/var/lib/mysql/cavora/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368585152, 2, 11839464, 1187616, 5919732, 10651848, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11839464, 1187616, 5919732, 10651848),
('/var/lib/mysql/cavora/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368585856, 2, 3763279884, 4074924, 1881639664, 3759204960, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3763279884, 4074924, 1881639664, 3759204960),
('/var/lib/mysql/cavora/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368586560, 2, 34320768, 2620428, 17160384, 31700340, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 34320768, 2620428, 17160384, 31700340),
('/var/lib/mysql/cavora/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368587264, 2, 19262064, 2271816, 9631032, 16990248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 19262064, 2271816, 9631032, 16990248),
('/var/lib/mysql/cavora/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368587968, 2, 30462684, 2645448, 15231064, 27817236, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30462684, 2645448, 15231064, 27817236),
('/var/lib/mysql/cavora/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368588672, 2, 14589996, 1694688, 7294720, 12895308, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 14589996, 1694688, 7294720, 12895308),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001705_INDEX_1.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368589376, 2, 1121578212, 4096608, 560788828, 1117481604, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1121578212, 4096608, 560788828, 1117481604),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001705_INDEX_2.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368590080, 2, 24229368, 2628768, 12114684, 21600600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 24229368, 2628768, 12114684, 21600600),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001705_INDEX_3.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368590784, 2, 21692340, 2315184, 10845892, 19377156, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 21692340, 2315184, 10845892, 19377156),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001705_INDEX_4.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368591488, 2, 21815772, 2068320, 10907608, 19747452, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 21815772, 2068320, 10907608, 19747452),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001705_INDEX_5.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368592192, 2, 13420728, 1170936, 6710364, 12249792, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 13420728, 1170936, 6710364, 12249792),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001705_INDEX_6.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368592896, 2, 12648444, 1207632, 6323944, 11440812, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 12648444, 1207632, 6323944, 11440812),
('/var/lib/mysql/cbx/FTS_0000000000000aed_000000000000170c_INDEX_1.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368593600, 2, 11569248, 1160928, 5784624, 10408320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11569248, 1160928, 5784624, 10408320),
('/var/lib/mysql/cbx/FTS_0000000000000aed_000000000000170c_INDEX_2.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368594304, 2, 12094668, 1192620, 6047056, 10902048, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 12094668, 1192620, 6047056, 10902048),
('/var/lib/mysql/cbx/FTS_0000000000000aed_000000000000170c_INDEX_3.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368595008, 2, 15252192, 1304376, 7626096, 13947816, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 15252192, 1304376, 7626096, 13947816),
('/var/lib/mysql/cbx/FTS_0000000000000aed_000000000000170c_INDEX_4.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368595712, 2, 12246456, 1177608, 6123228, 11068848, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 12246456, 1177608, 6123228, 11068848),
('/var/lib/mysql/cbx/FTS_0000000000000aed_000000000000170c_INDEX_5.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368596416, 2, 35131416, 12668460, 17565708, 22462956, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 35131416, 12668460, 17565708, 22462956),
('/var/lib/mysql/cbx/FTS_0000000000000aed_000000000000170c_INDEX_6.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368597120, 2, 15302232, 1577928, 7651116, 13724304, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 15302232, 1577928, 7651116, 13724304),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001713_INDEX_1.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368597824, 2, 27847260, 1466172, 13923352, 26381088, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 27847260, 1466172, 13923352, 26381088),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001713_INDEX_2.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368598528, 2, 11834460, 1179276, 5916952, 10655184, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11834460, 1179276, 5916952, 10655184),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001713_INDEX_3.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368599232, 2, 11579256, 1177608, 5789628, 10401648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11579256, 1177608, 5789628, 10401648),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001713_INDEX_4.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368599936, 2, 10758600, 1174272, 5379300, 9584328, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10758600, 1174272, 5379300, 9584328),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001713_INDEX_5.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368600640, 2, 11767740, 1139244, 5883592, 10628496, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11767740, 1139244, 5883592, 10628496),
('/var/lib/mysql/cbx/FTS_0000000000000aed_0000000000001713_INDEX_6.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368601344, 2, 11155584, 1159260, 5577792, 9996324, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11155584, 1159260, 5577792, 9996324),
('/var/lib/mysql/cbx/FTS_0000000000000aed_BEING_DELETED.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368602048, 2, 12636768, 1179276, 6318384, 11457492, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 12636768, 1179276, 6318384, 11457492),
('/var/lib/mysql/cbx/FTS_0000000000000aed_BEING_DELETED_CACHE.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368602752, 2, 15562440, 1352748, 7781220, 14209692, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 15562440, 1352748, 7781220, 14209692),
('/var/lib/mysql/cbx/FTS_0000000000000aed_CONFIG.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368603456, 2, 12605076, 1160928, 6302260, 11444148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 12605076, 1160928, 6302260, 11444148),
('/var/lib/mysql/cbx/FTS_0000000000000aed_DELETED.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368604160, 2, 10975440, 1157592, 5487720, 9817848, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10975440, 1157592, 5487720, 9817848),
('/var/lib/mysql/cbx/FTS_0000000000000aed_DELETED_CACHE.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368604864, 2, 12650112, 1144248, 6325056, 11505864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 12650112, 1144248, 6325056, 11505864),
('/var/lib/mysql/cbx/smackuci_events.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368605568, 8, 1396361196, 2748864, 174545080, 509372172, 3, 1004970000, 37396560, 334990000, 509372172, 49152, 0, 0, 0, 0, 0, 0, 5, 391391196, 2748864, 78278128, 331531680),
('/var/lib/mysql/cbx/smackuci_history.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368606272, 2, 24639696, 1349412, 12319848, 23290284, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 24639696, 1349412, 12319848, 23290284),
('/var/lib/mysql/cbx/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368606976, 2, 388050192, 3010740, 194025096, 385039452, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 388050192, 3010740, 194025096, 385039452),
('/var/lib/mysql/cbx/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368607680, 10, 1876241460, 3009072, 187623868, 592363512, 5, 1406999700, 20816640, 281399940, 592363512, 81920, 0, 0, 0, 0, 0, 0, 5, 469241760, 3009072, 93848352, 391177692),
('/var/lib/mysql/cbx/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368608384, 2, 14052900, 1476180, 7026172, 12576720, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 14052900, 1476180, 7026172, 12576720),
('/var/lib/mysql/cbx/wp_newsletter.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368609088, 2, 13587528, 1249332, 6793764, 12338196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 13587528, 1249332, 6793764, 12338196),
('/var/lib/mysql/cbx/wp_newsletter_emails.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368609792, 2, 12426600, 1232652, 6213300, 11193948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 12426600, 1232652, 6213300, 11193948),
('/var/lib/mysql/cbx/wp_newsletter_sent.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368610496, 2, 12298164, 1187616, 6148804, 11110548, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 12298164, 1187616, 6148804, 11110548),
('/var/lib/mysql/cbx/wp_newsletter_stats.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368611200, 2, 11330724, 1232652, 5665084, 10098072, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11330724, 1232652, 5665084, 10098072),
('/var/lib/mysql/cbx/wp_newsletter_user_logs.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368611904, 2, 11799432, 1155924, 5899716, 10643508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11799432, 1155924, 5899716, 10643508),
('/var/lib/mysql/cbx/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368612608, 229, 29367416820, 1843140, 128241956, 1237249008, 13, 2219514192, 12791892, 170731476, 644738712, 212992, 176, 3684693732, 7901316, 20935624, 1237249008, 2883584, 40, 23463208896, 1843140, 586580000, 961034880),
('/var/lib/mysql/cbx/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368613312, 233, 55420045596, 1514544, 237854020, 2389498404, 209, 48787355352, 10116420, 233432152, 2389498404, 3424256, 10, 207025488, 10118088, 20702104, 54853848, 163840, 14, 6425664756, 1514544, 458975776, 1418735748),
('/var/lib/mysql/cbx/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368614016, 404, 100961862704, 1426140, 249905320, 1322438772, 399, 100888884368, 11003796, 252854344, 1322438772, 6537216, 0, 0, 0, 0, 0, 0, 5, 72978336, 1426140, 14595556, 29149968),
('/var/lib/mysql/cbx/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368614720, 14, 3765396576, 1242660, 268956660, 820969584, 9, 3702176040, 11802768, 411352708, 820969584, 147456, 0, 0, 0, 0, 0, 0, 5, 63220536, 1242660, 12643996, 27108336),
('/var/lib/mysql/cbx/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368615424, 10, 1394659836, 1519548, 139465928, 655058628, 5, 1310999628, 31780404, 262199592, 655058628, 81920, 0, 0, 0, 0, 0, 0, 5, 83660208, 1519548, 16731708, 31915512),
('/var/lib/mysql/cbx/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368616128, 9, 1495160172, 1214304, 166128908, 676956132, 4, 1421411220, 54908892, 355352388, 676956132, 65536, 0, 0, 0, 0, 0, 0, 5, 73748952, 1214304, 14749568, 31623612),
('/var/lib/mysql/cbx/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368616832, 8, 997710864, 1316052, 124713580, 573930444, 3, 925006080, 36107196, 308335360, 573930444, 49152, 0, 0, 0, 0, 0, 0, 5, 72704784, 1316052, 14540512, 29962284),
('/var/lib/mysql/cbx/wp_ultimate_csv_importer_log_values.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368617536, 2, 475068084, 2913996, 237533764, 472154088, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 475068084, 2913996, 237533764, 472154088),
('/var/lib/mysql/cbx/wp_ultimate_csv_importer_manageshortcodes.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368618240, 2, 222903180, 3572856, 111451312, 219330324, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 222903180, 3572856, 111451312, 219330324),
('/var/lib/mysql/cbx/wp_ultimate_csv_importer_shortcodes_statusrel.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368618944, 2, 604716720, 3075792, 302358360, 601640928, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 604716720, 3075792, 302358360, 601640928),
('/var/lib/mysql/cbx/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368619648, 17, 4507668252, 2630436, 265156956, 821383248, 8, 3334113492, 12957024, 416763700, 821383248, 131072, 3, 395651268, 15946080, 131883756, 361894284, 49152, 6, 777903492, 2630436, 129650304, 699267300),
('/var/lib/mysql/cbx/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368620352, 9, 1998387432, 1649652, 222043048, 777081168, 4, 1935810744, 42914304, 483952408, 777081168, 65536, 0, 0, 0, 0, 0, 0, 5, 62576688, 1649652, 12515004, 21120216),
('/var/lib/mysql/cbx/wp_yoast_seo_links.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368621056, 2, 12358212, 1286028, 6178828, 11072184, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 12358212, 1286028, 6178828, 11072184),
('/var/lib/mysql/cbx/wp_yoast_seo_meta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368621760, 2, 14027880, 1247664, 7013940, 12780216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 14027880, 1247664, 7013940, 12780216),
('/var/lib/mysql/corrente_maritima/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368622464, 8, 7444449132, 3155856, 930556072, 2858062956, 3, 4970861844, 65100372, 1656953948, 2858062956, 49152, 0, 0, 0, 0, 0, 0, 5, 2473587288, 3155856, 494717124, 2429348592),
('/var/lib/mysql/corrente_maritima/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368623168, 2, 14846868, 1437816, 7423156, 13409052, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 14846868, 1437816, 7423156, 13409052),
('/var/lib/mysql/corrente_maritima/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368623872, 2, 11510868, 1149252, 5755156, 10361616, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11510868, 1149252, 5755156, 10361616),
('/var/lib/mysql/corrente_maritima/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368624576, 45, 31706027880, 1205964, 704578212, 16201617600, 40, 31655557536, 12786888, 791388716, 16201617600, 655360, 0, 0, 0, 0, 0, 0, 5, 50470344, 1205964, 10093624, 19130292),
('/var/lib/mysql/corrente_maritima/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368625280, 16, 5149911636, 1296036, 321868956, 3067632144, 11, 5082119112, 17333856, 462010424, 3067632144, 180224, 0, 0, 0, 0, 0, 0, 5, 67792524, 1296036, 13558060, 25778940),
('/var/lib/mysql/corrente_maritima/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368625984, 16, 1953791784, 1114224, 122111500, 822961176, 11, 1907334648, 29288412, 173393604, 822961176, 180224, 0, 0, 0, 0, 0, 0, 5, 46457136, 1114224, 9291316, 18016068),
('/var/lib/mysql/corrente_maritima/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368626688, 9, 1168108740, 1114224, 129789860, 630413928, 4, 1116569208, 38644224, 279142024, 630413928, 65536, 0, 0, 0, 0, 0, 0, 5, 51539532, 1114224, 10307684, 19884228),
('/var/lib/mysql/corrente_maritima/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368627392, 10, 1803531672, 1321056, 180353056, 732145248, 5, 1745700444, 28542816, 349139644, 732145248, 81920, 0, 0, 0, 0, 0, 0, 5, 57831228, 1321056, 11565912, 18955152),
('/var/lib/mysql/corrente_maritima/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368628096, 2, 11120556, 1127568, 5560000, 9992988, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11120556, 1127568, 5560000, 9992988),
('/var/lib/mysql/corrente_maritima/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368628800, 8, 1734781716, 1147584, 216847228, 1111256628, 3, 1678321584, 65480676, 559440528, 1111256628, 49152, 0, 0, 0, 0, 0, 0, 5, 56460132, 1147584, 11291804, 21684000),
('/var/lib/mysql/corrente_maritima/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368629504, 10, 2296667532, 1142580, 229666364, 1002523044, 5, 2245218072, 31581912, 449043392, 1002523044, 81920, 0, 0, 0, 0, 0, 0, 5, 51449460, 1142580, 10289892, 19407180),
('/var/lib/mysql/corrente_maritima/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368630208, 8, 3540635244, 3084132, 442579336, 1625651148, 3, 2246302272, 52418568, 748767424, 1625651148, 49152, 0, 0, 0, 0, 0, 0, 5, 1294332972, 3084132, 258866372, 1250457900),
('/var/lib/mysql/digix/dgix_alm.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368630912, 2, 581715000, 2892312, 290857500, 578822688, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 581715000, 2892312, 290857500, 578822688),
('/var/lib/mysql/digix/dgix_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368631616, 2, 21320376, 1419468, 10660188, 19900908, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 21320376, 1419468, 10660188, 19900908),
('/var/lib/mysql/digix/dgix_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368632320, 2, 752212956, 3137508, 376106200, 749075448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 752212956, 3137508, 376106200, 749075448),
('/var/lib/mysql/digix/dgix_links.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368633024, 2, 13424064, 1342740, 6712032, 12081324, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 13424064, 1342740, 6712032, 12081324),
('/var/lib/mysql/digix/dgix_options.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368633728, 2, 10244856, 1184280, 5122428, 9060576, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10244856, 1184280, 5122428, 9060576),
('/var/lib/mysql/digix/dgix_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368634432, 2, 9997992, 1149252, 4998996, 8848740, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 9997992, 1149252, 4998996, 8848740),
('/var/lib/mysql/digix/dgix_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368635136, 2, 12655116, 1134240, 6327280, 11520876, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 12655116, 1134240, 6327280, 11520876),
('/var/lib/mysql/digix/dgix_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368635840, 2, 27470292, 1556244, 13734868, 25914048, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 27470292, 1556244, 13734868, 25914048),
('/var/lib/mysql/digix/dgix_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368636544, 2, 11422464, 1117560, 5711232, 10304904, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11422464, 1117560, 5711232, 10304904),
('/var/lib/mysql/digix/dgix_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368637248, 2, 18036084, 1286028, 9017764, 16750056, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 18036084, 1286028, 9017764, 16750056),
('/var/lib/mysql/digix/dgix_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368637952, 2, 10211496, 1119228, 5105748, 9092268, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10211496, 1119228, 5105748, 9092268),
('/var/lib/mysql/digix/dgix_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368638656, 2, 10443348, 1087536, 5221396, 9355812, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10443348, 1087536, 5221396, 9355812),
('/var/lib/mysql/digix/dgix_users.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368639360, 2, 9245724, 1104216, 4622584, 8141508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 9245724, 1104216, 4622584, 8141508),
('/var/lib/mysql/digix/dgix_yoast_seo_links.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368640064, 2, 15410652, 1244328, 7705048, 14166324, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 15410652, 1244328, 7705048, 14166324),
('/var/lib/mysql/digix/dgix_yoast_seo_meta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368640768, 2, 11347404, 1127568, 5673424, 10219836, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11347404, 1127568, 5673424, 10219836),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c67_INDEX_1.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368641472, 2, 328305768, 2547036, 164152884, 325758732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 328305768, 2547036, 164152884, 325758732),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c67_INDEX_2.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368642176, 2, 13660920, 1185948, 6830460, 12474972, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 13660920, 1185948, 6830460, 12474972),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c67_INDEX_3.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368642880, 2, 13789356, 1274352, 6894400, 12515004, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 13789356, 1274352, 6894400, 12515004),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c67_INDEX_4.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368643584, 2, 11832792, 1204296, 5916396, 10628496, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11832792, 1204296, 5916396, 10628496),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c67_INDEX_5.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368644288, 2, 11264004, 1077528, 5631724, 10186476, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11264004, 1077528, 5631724, 10186476),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c67_INDEX_6.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368644992, 2, 18698280, 1364424, 9349140, 17333856, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 18698280, 1364424, 9349140, 17333856);
INSERT INTO `file_summary_by_instance` (`FILE_NAME`, `EVENT_NAME`, `OBJECT_INSTANCE_BEGIN`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `COUNT_READ`, `SUM_TIMER_READ`, `MIN_TIMER_READ`, `AVG_TIMER_READ`, `MAX_TIMER_READ`, `SUM_NUMBER_OF_BYTES_READ`, `COUNT_WRITE`, `SUM_TIMER_WRITE`, `MIN_TIMER_WRITE`, `AVG_TIMER_WRITE`, `MAX_TIMER_WRITE`, `SUM_NUMBER_OF_BYTES_WRITE`, `COUNT_MISC`, `SUM_TIMER_MISC`, `MIN_TIMER_MISC`, `AVG_TIMER_MISC`, `MAX_TIMER_MISC`) VALUES
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c74_INDEX_1.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368645696, 2, 365302008, 3017412, 182651004, 362284596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 365302008, 3017412, 182651004, 362284596),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c74_INDEX_2.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368646400, 2, 24149304, 1481184, 12074652, 22668120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 24149304, 1481184, 12074652, 22668120),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c74_INDEX_3.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368647104, 2, 11742720, 1167600, 5871360, 10575120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11742720, 1167600, 5871360, 10575120),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c74_INDEX_4.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368647808, 2, 11919528, 1107552, 5959764, 10811976, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11919528, 1107552, 5959764, 10811976),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c74_INDEX_5.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368648512, 2, 10933740, 1147584, 5466592, 9786156, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10933740, 1147584, 5466592, 9786156),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c74_INDEX_6.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368649216, 2, 12506664, 1199292, 6253332, 11307372, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 12506664, 1199292, 6253332, 11307372),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c7b_INDEX_1.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368649920, 2, 13325652, 1261008, 6662548, 12064644, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 13325652, 1261008, 6662548, 12064644),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c7b_INDEX_2.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368650624, 2, 11479176, 1204296, 5739588, 10274880, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11479176, 1204296, 5739588, 10274880),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c7b_INDEX_3.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368651328, 2, 12114684, 1511208, 6057064, 10603476, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 12114684, 1511208, 6057064, 10603476),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c7b_INDEX_4.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368652032, 2, 12911988, 1192620, 6455716, 11719368, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 12911988, 1192620, 6455716, 11719368),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c7b_INDEX_5.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368652736, 2, 11729376, 1150920, 5864688, 10578456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11729376, 1150920, 5864688, 10578456),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_0000000000000c7b_INDEX_6.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368653440, 2, 20648172, 1501200, 10323808, 19146972, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20648172, 1501200, 10323808, 19146972),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_BEING_DELETED.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368654144, 2, 11053836, 1187616, 5526640, 9866220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11053836, 1187616, 5526640, 9866220),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_BEING_DELETED_CACHE.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368654848, 2, 11622624, 1114224, 5811312, 10508400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 11622624, 1114224, 5811312, 10508400),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_CONFIG.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368655552, 2, 10826988, 1100880, 5413216, 9726108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10826988, 1100880, 5413216, 9726108),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_DELETED.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368656256, 2, 10576788, 1137576, 5288116, 9439212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10576788, 1137576, 5288116, 9439212),
('/var/lib/mysql/elpescador/FTS_00000000000005a0_DELETED_CACHE.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368656960, 2, 20641500, 1311048, 10320472, 19330452, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20641500, 1311048, 10320472, 19330452),
('/var/lib/mysql/elpescador/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368657664, 9, 2701577868, 2572056, 300174948, 1695175056, 4, 939694488, 20828316, 234923344, 629771748, 65536, 0, 0, 0, 0, 0, 0, 5, 1761883380, 2572056, 352376676, 1695175056),
('/var/lib/mysql/elpescador/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368658368, 9, 1420847436, 1364424, 157871752, 626165532, 4, 1344845016, 29480232, 336210976, 626165532, 65536, 0, 0, 0, 0, 0, 0, 5, 76002420, 1364424, 15200484, 33470088),
('/var/lib/mysql/elpescador/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368659072, 9, 874108728, 1244328, 97123192, 448486836, 4, 818901264, 21076848, 204725316, 448486836, 65536, 0, 0, 0, 0, 0, 0, 5, 55207464, 1244328, 11041048, 26622948),
('/var/lib/mysql/elpescador/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368659776, 10, 1330663680, 1205964, 133066368, 565131744, 5, 1272377088, 19283748, 254475084, 565131744, 81920, 0, 0, 0, 0, 0, 0, 5, 58286592, 1205964, 11657096, 26806428),
('/var/lib/mysql/elpescador/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368660480, 10, 1241307252, 1132572, 124130336, 492562068, 5, 1183077372, 19091928, 236615252, 492562068, 81920, 0, 0, 0, 0, 0, 0, 5, 58229880, 1132572, 11645976, 27079980),
('/var/lib/mysql/elpescador/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368661184, 10, 1713754908, 1145916, 171375324, 532207092, 5, 1654183956, 30444336, 330836680, 532207092, 81920, 0, 0, 0, 0, 0, 0, 5, 59570952, 1145916, 11913968, 29295084),
('/var/lib/mysql/elpescador/wp_rp4wp_cache.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368661888, 11, 1221334620, 1240992, 111030420, 303090612, 6, 1144918536, 12636768, 190819756, 303090612, 98304, 0, 0, 0, 0, 0, 0, 5, 76416084, 1240992, 15282772, 36053820),
('/var/lib/mysql/elpescador/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368662592, 8, 620352552, 1311048, 77543652, 298054920, 3, 548413380, 31463484, 182804460, 298054920, 49152, 0, 0, 0, 0, 0, 0, 5, 71939172, 1311048, 14387612, 30978096),
('/var/lib/mysql/elpescador/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368663296, 9, 928001808, 1147584, 103111312, 567021588, 4, 868684392, 29923920, 217170820, 567021588, 65536, 0, 0, 0, 0, 0, 0, 5, 59317416, 1147584, 11863372, 29273400),
('/var/lib/mysql/elpescador/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368664000, 9, 864422652, 1271016, 96046776, 516117564, 4, 810968256, 19644036, 202742064, 516117564, 65536, 0, 0, 0, 0, 0, 0, 5, 53454396, 1271016, 10690768, 24743112),
('/var/lib/mysql/elpescador/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368664704, 9, 840603612, 1145916, 93400216, 491122584, 4, 788797200, 19410516, 197199300, 491122584, 65536, 0, 0, 0, 0, 0, 0, 5, 51806412, 1145916, 10361060, 23965824),
('/var/lib/mysql/elpescador/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368665408, 9, 826237128, 1170936, 91803940, 488038452, 4, 771860328, 18531480, 192964804, 488038452, 65536, 0, 0, 0, 0, 0, 0, 5, 54376800, 1170936, 10875360, 25687200),
('/var/lib/mysql/elpescador/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368666112, 9, 870569232, 1160928, 96729544, 502616772, 4, 814953108, 29897232, 203737860, 502616772, 65536, 0, 0, 0, 0, 0, 0, 5, 55616124, 1160928, 11122780, 27011592),
('/var/lib/mysql/flanaganbilton/ts_redirects.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368666816, 8, 1478610276, 3139176, 184826076, 482549064, 3, 988335036, 43928448, 329445012, 482549064, 49152, 0, 0, 0, 0, 0, 0, 5, 490275240, 3139176, 98055048, 414931680),
('/var/lib/mysql/flanaganbilton/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368667520, 9, 1448451168, 2321856, 160938648, 535951752, 4, 920402400, 20436336, 230100600, 535951752, 65536, 0, 0, 0, 0, 0, 0, 5, 528048768, 2321856, 105609420, 464276124),
('/var/lib/mysql/flanaganbilton/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368668224, 9, 1389554088, 1401120, 154394528, 568004040, 4, 1321189440, 43394688, 330297360, 568004040, 65536, 0, 0, 0, 0, 0, 0, 5, 68364648, 1401120, 13672596, 28000716),
('/var/lib/mysql/flanaganbilton/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368668928, 9, 837919800, 1282692, 93102200, 419710500, 4, 775743432, 20372952, 193935580, 419710500, 65536, 0, 0, 0, 0, 0, 0, 5, 62176368, 1282692, 12434940, 29258388),
('/var/lib/mysql/flanaganbilton/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368669632, 10, 1231904736, 1155924, 123190140, 496250016, 5, 1173986772, 19433868, 234797132, 496250016, 81920, 0, 0, 0, 0, 0, 0, 5, 57917964, 1155924, 11583148, 26694672),
('/var/lib/mysql/flanaganbilton/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368670336, 18, 3993672384, 1100880, 221870688, 601377384, 13, 3935646000, 29266728, 302742000, 601377384, 212992, 0, 0, 0, 0, 0, 0, 5, 58026384, 1100880, 11604832, 25685532),
('/var/lib/mysql/flanaganbilton/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368671040, 10, 1985495460, 1449492, 198549268, 585015972, 5, 1908502248, 32909640, 381700116, 585015972, 81920, 0, 0, 0, 0, 0, 0, 5, 76993212, 1449492, 15398420, 36294012),
('/var/lib/mysql/flanaganbilton/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368671744, 8, 906871584, 1239324, 113358948, 453634284, 3, 838546968, 32904636, 279515656, 453634284, 49152, 0, 0, 0, 0, 0, 0, 5, 68324616, 1239324, 13664812, 31543548),
('/var/lib/mysql/flanaganbilton/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368672448, 9, 918262356, 1225980, 102028780, 542530344, 4, 860169252, 20129424, 215041896, 542530344, 65536, 0, 0, 0, 0, 0, 0, 5, 58093104, 1225980, 11618176, 26351064),
('/var/lib/mysql/flanaganbilton/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368673152, 9, 1555500072, 2882304, 172833156, 637716432, 4, 850893504, 19784148, 212723376, 537256128, 65536, 0, 0, 0, 0, 0, 0, 5, 704606568, 2882304, 140920980, 637716432),
('/var/lib/mysql/flanaganbilton/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368673856, 9, 1054311108, 1601280, 117145308, 591317676, 4, 981192660, 18681600, 245297748, 591317676, 65536, 0, 0, 0, 0, 0, 0, 5, 73118448, 1601280, 14623356, 34600992),
('/var/lib/mysql/flanaganbilton/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368674560, 9, 1090209804, 1346076, 121134052, 569992296, 4, 1018325676, 30921384, 254581280, 569992296, 65536, 0, 0, 0, 0, 0, 0, 5, 71884128, 1346076, 14376492, 35640156),
('/var/lib/mysql/flanaganbilton/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368675264, 9, 1648297584, 2728848, 183144176, 688984080, 4, 904749888, 20316240, 226187472, 489431232, 65536, 0, 0, 0, 0, 0, 0, 5, 743547696, 2728848, 148709428, 688984080),
('/var/lib/mysql/flanaganbilton/wp_yoast_seo_links.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368675968, 9, 738655452, 1536228, 82072828, 343771464, 4, 658449672, 19370484, 164612140, 343771464, 65536, 0, 0, 0, 0, 0, 0, 5, 80205780, 1536228, 16041156, 31053156),
('/var/lib/mysql/flanaganbilton/wp_yoast_seo_meta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368676672, 8, 699072144, 1189284, 87383740, 320694684, 3, 635122692, 36866136, 211707564, 320694684, 49152, 0, 0, 0, 0, 0, 0, 5, 63949452, 1189284, 12789668, 30566100),
('/var/lib/mysql/goshortlist/agencies.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368677376, 9, 1608886080, 2163396, 178765120, 772791072, 4, 782810748, 21707352, 195702548, 415008408, 65536, 0, 0, 0, 0, 0, 0, 5, 826075332, 2163396, 165214844, 772791072),
('/var/lib/mysql/goshortlist/availabilities.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368678080, 9, 740968968, 1284360, 82329700, 391216056, 4, 672479220, 18744984, 168119388, 391216056, 65536, 0, 0, 0, 0, 0, 0, 5, 68489748, 1284360, 13697616, 27275136),
('/var/lib/mysql/goshortlist/awards.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368678784, 10, 972699204, 2163396, 97269420, 294788976, 5, 918627648, 18559836, 183725196, 294788976, 81920, 0, 0, 0, 0, 0, 0, 5, 54071556, 2163396, 10814200, 25532076),
('/var/lib/mysql/goshortlist/education.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368679488, 9, 742850472, 1441152, 82538756, 337988508, 4, 677963604, 19287084, 169490484, 337988508, 65536, 0, 0, 0, 0, 0, 0, 5, 64886868, 1441152, 12977040, 27316836),
('/var/lib/mysql/goshortlist/freelancer_data.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368680192, 9, 620637780, 1115892, 68959568, 265742424, 4, 568596180, 17485644, 142148628, 265742424, 65536, 0, 0, 0, 0, 0, 0, 5, 52041600, 1115892, 10408320, 24704748),
('/var/lib/mysql/goshortlist/freelancers.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368680896, 9, 807025104, 1150920, 89669456, 486899208, 4, 748618416, 18644904, 187154604, 486899208, 65536, 0, 0, 0, 0, 0, 0, 5, 58406688, 1150920, 11681004, 27837252),
('/var/lib/mysql/goshortlist/links.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368681600, 9, 723888648, 1087536, 80432072, 339900036, 4, 667168308, 19974300, 166791660, 339900036, 65536, 0, 0, 0, 0, 0, 0, 5, 56720340, 1087536, 11344068, 26481168),
('/var/lib/mysql/goshortlist/migrations.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368682304, 8, 682458864, 1165932, 85307080, 299187492, 3, 626365692, 33201540, 208788564, 299187492, 49152, 0, 0, 0, 0, 0, 0, 5, 56093172, 1165932, 11218412, 24953280),
('/var/lib/mysql/goshortlist/password_resets.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368683008, 8, 705864240, 1119228, 88232752, 368249364, 3, 642094932, 34482564, 214031644, 368249364, 49152, 0, 0, 0, 0, 0, 0, 5, 63769308, 1119228, 12753528, 29164980),
('/var/lib/mysql/goshortlist/press.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368683712, 9, 666209208, 1094208, 74023060, 302023092, 4, 606796716, 19046892, 151699040, 302023092, 65536, 0, 0, 0, 0, 0, 0, 5, 59412492, 1094208, 11882276, 31656972),
('/var/lib/mysql/goshortlist/request_messages.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368684416, 9, 885142548, 1110888, 98349172, 477498360, 4, 832220244, 18624888, 208054644, 477498360, 65536, 0, 0, 0, 0, 0, 0, 5, 52922304, 1110888, 10584016, 24264396),
('/var/lib/mysql/goshortlist/requests.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368685120, 10, 1253863956, 1147584, 125386340, 576120528, 5, 1197298740, 29475228, 239459748, 576120528, 81920, 0, 0, 0, 0, 0, 0, 5, 56565216, 1147584, 11312932, 24297756),
('/var/lib/mysql/goshortlist/reviews.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368685824, 9, 914477664, 1085868, 101608444, 544843860, 4, 863350128, 18106140, 215837532, 544843860, 65536, 0, 0, 0, 0, 0, 0, 5, 51127536, 1085868, 10225396, 23570508),
('/var/lib/mysql/goshortlist/users.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368686528, 9, 738121692, 1135908, 82013336, 366434580, 4, 682872528, 19537284, 170718132, 366434580, 65536, 0, 0, 0, 0, 0, 0, 5, 55249164, 1135908, 11049388, 26075844),
('/var/lib/mysql/goshortlist/work_experience.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368687232, 10, 1032091680, 1135908, 103209168, 342181860, 5, 978987564, 18950148, 195797068, 342181860, 81920, 0, 0, 0, 0, 0, 0, 5, 53104116, 1135908, 10620712, 24431196),
('/var/lib/mysql/goshortlist/work_samples.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368687936, 9, 614169276, 1077528, 68240660, 294098424, 4, 554716752, 18783348, 138679188, 294098424, 65536, 0, 0, 0, 0, 0, 0, 5, 59452524, 1077528, 11890060, 32379216),
('/var/lib/mysql/heatcontent_dev/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368688640, 9, 3508226004, 3175872, 389802704, 1210927968, 4, 1124900868, 19418856, 281224800, 595641132, 65536, 0, 0, 0, 0, 0, 0, 5, 2383325136, 3175872, 476664916, 1210927968),
('/var/lib/mysql/heatcontent_dev/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368689344, 9, 1702067232, 1499532, 189118396, 575074692, 4, 1528598568, 83997144, 382149364, 575074692, 65536, 0, 0, 0, 0, 0, 0, 5, 173468664, 1499532, 34693288, 130254120),
('/var/lib/mysql/heatcontent_dev/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368690048, 9, 872867736, 1286028, 96985304, 379561740, 4, 803809200, 21632292, 200952300, 379561740, 65536, 0, 0, 0, 0, 0, 0, 5, 69058536, 1286028, 13811596, 26682996),
('/var/lib/mysql/heatcontent_dev/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368690752, 10, 1347862428, 1240992, 134786076, 568724616, 5, 1285884552, 18895104, 257176688, 568724616, 81920, 0, 0, 0, 0, 0, 0, 5, 61977876, 1240992, 12395464, 27183396),
('/var/lib/mysql/heatcontent_dev/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368691456, 9, 1048628232, 1269348, 116514248, 528754332, 4, 977494704, 19829184, 244373676, 528754332, 65536, 0, 0, 0, 0, 0, 0, 5, 71133528, 1269348, 14226372, 34716084),
('/var/lib/mysql/heatcontent_dev/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368692160, 9, 1463971908, 1257672, 162663360, 571183248, 4, 1393917576, 35269860, 348479116, 571183248, 65536, 0, 0, 0, 0, 0, 0, 5, 70054332, 1257672, 14010644, 36647628),
('/var/lib/mysql/heatcontent_dev/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368692864, 8, 882408696, 1596276, 110300948, 367810680, 3, 760194336, 38454072, 253398112, 367810680, 49152, 0, 0, 0, 0, 0, 0, 5, 122214360, 1596276, 24442872, 47122668),
('/var/lib/mysql/heatcontent_dev/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368693568, 9, 2031447192, 2967372, 225715984, 971923584, 4, 1009562004, 18409716, 252390084, 539679732, 65536, 0, 0, 0, 0, 0, 0, 5, 1021885188, 2967372, 204376704, 971923584),
('/var/lib/mysql/heatcontent_dev/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368694272, 9, 1142414868, 1554576, 126934800, 631481448, 4, 1066684332, 18756660, 266670944, 631481448, 65536, 0, 0, 0, 0, 0, 0, 5, 75730536, 1554576, 15145996, 27562032),
('/var/lib/mysql/heatcontent_dev/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368694976, 9, 982738896, 1329396, 109192840, 588633864, 4, 920420748, 19051896, 230105048, 588633864, 65536, 0, 0, 0, 0, 0, 0, 5, 62318148, 1329396, 12463296, 26988240),
('/var/lib/mysql/heatcontent_dev/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368695680, 9, 1039068924, 1446156, 115451732, 516042504, 4, 956961624, 19045224, 239240128, 516042504, 65536, 0, 0, 0, 0, 0, 0, 5, 82107300, 1446156, 16421460, 43423044),
('/var/lib/mysql/heatcontent_dev/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368696384, 9, 975239568, 1262676, 108359952, 505510752, 4, 917014692, 32294148, 229253256, 505510752, 65536, 0, 0, 0, 0, 0, 0, 5, 58224876, 1262676, 11644864, 24476232),
('/var/lib/mysql/ior/cp_banner.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368697088, 8, 917596824, 2270148, 114699464, 418904856, 3, 835754736, 40127076, 278584912, 418904856, 49152, 0, 0, 0, 0, 0, 0, 5, 81842088, 2270148, 16368084, 28100796),
('/var/lib/mysql/ior/cp_equipe_has_cp_especialidades.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368697792, 8, 1045871028, 1421136, 130733392, 518984856, 3, 976248708, 42939324, 325416236, 518984856, 49152, 0, 0, 0, 0, 0, 0, 5, 69622320, 1421136, 13924464, 25580448),
('/var/lib/mysql/ior/cp_especialistas_has_cp_especialidades.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368698496, 8, 927418008, 1386108, 115927112, 497631120, 3, 862481100, 39076236, 287493700, 497631120, 49152, 0, 0, 0, 0, 0, 0, 5, 64936908, 1386108, 12987048, 25395300),
('/var/lib/mysql/ior/cp_estados.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368699200, 8, 986857188, 1257672, 123356940, 546666984, 3, 918168948, 36807756, 306056316, 546666984, 49152, 0, 0, 0, 0, 0, 0, 5, 68688240, 1257672, 13737648, 22849932),
('/var/lib/mysql/ior/cp_imagens.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368699904, 8, 947215500, 1194288, 118401868, 515035032, 3, 879941724, 35063028, 293313908, 515035032, 49152, 0, 0, 0, 0, 0, 0, 5, 67273776, 1194288, 13454644, 28681260),
('/var/lib/mysql/ior/cp_log.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368700608, 10, 1826103048, 1122564, 182609860, 503063796, 5, 1767841476, 40680852, 353568184, 503063796, 81920, 0, 0, 0, 0, 0, 0, 5, 58261572, 1122564, 11652092, 26349396),
('/var/lib/mysql/ior/cp_noticias.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368701312, 8, 1921539336, 1135908, 240192000, 1515352980, 3, 1858317132, 43449732, 619439044, 1515352980, 49152, 0, 0, 0, 0, 0, 0, 5, 63222204, 1135908, 12643996, 29205012),
('/var/lib/mysql/ior/cp_paginas.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368702016, 8, 917908740, 1124232, 114738384, 529713432, 3, 859408644, 65152080, 286469548, 529713432, 49152, 0, 0, 0, 0, 0, 0, 5, 58500096, 1124232, 11699908, 25210152),
('/var/lib/mysql/ior/cp_perfil.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368702720, 8, 984633744, 1160928, 123078940, 567271788, 3, 928168608, 44075232, 309389536, 567271788, 49152, 0, 0, 0, 0, 0, 0, 5, 56465136, 1160928, 11292916, 24988308),
('/var/lib/mysql/ior/cp_permissoes.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368703424, 8, 884985756, 1247664, 110622872, 448782072, 3, 820412472, 41329704, 273470824, 448782072, 49152, 0, 0, 0, 0, 0, 0, 5, 64573284, 1247664, 12914212, 25171788),
('/var/lib/mysql/ior/cp_residenciamedica_has_cp_unidades.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368704128, 8, 989187384, 1139244, 123648284, 581985216, 3, 917558460, 40032000, 305852820, 581985216, 49152, 0, 0, 0, 0, 0, 0, 5, 71628924, 1139244, 14325340, 37823568),
('/var/lib/mysql/ior/cp_tela.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368704832, 8, 884483688, 1099212, 110560044, 475506768, 3, 815428488, 57527652, 271809496, 475506768, 49152, 0, 0, 0, 0, 0, 0, 5, 69055200, 1099212, 13811040, 35483364),
('/var/lib/mysql/ior/cp_unidades.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368705536, 8, 958441140, 1149252, 119804656, 494863908, 3, 896516640, 42729156, 298838880, 494863908, 49152, 0, 0, 0, 0, 0, 0, 5, 61924500, 1149252, 12384900, 24439536),
('/var/lib/mysql/ior/cp_usuarios.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368706240, 9, 1449088344, 1542900, 161009816, 619817124, 4, 1389202140, 44116932, 347300396, 619817124, 65536, 0, 0, 0, 0, 0, 0, 5, 59886204, 1542900, 11976796, 25246848),
('/var/lib/mysql/kanecountyhealth_web/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368706944, 9, 1954989408, 3192552, 217220860, 704871780, 4, 738303504, 18491448, 184575876, 475039728, 65536, 0, 0, 0, 0, 0, 0, 5, 1216685904, 3192552, 243336736, 704871780),
('/var/lib/mysql/kanecountyhealth_web/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368707648, 9, 1142991996, 2278488, 126998740, 451972956, 4, 1048898448, 29561964, 262224612, 451972956, 65536, 0, 0, 0, 0, 0, 0, 5, 94093548, 2278488, 18818376, 42740832),
('/var/lib/mysql/kanecountyhealth_web/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368708352, 9, 589377792, 1235988, 65486236, 257197260, 4, 528422400, 19587324, 132105600, 257197260, 65536, 0, 0, 0, 0, 0, 0, 5, 60955392, 1235988, 12190856, 27240108),
('/var/lib/mysql/kanecountyhealth_web/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368709056, 10, 1081644624, 1195956, 108164240, 427741920, 5, 1025633184, 18139500, 205126192, 427741920, 81920, 0, 0, 0, 0, 0, 0, 5, 56011440, 1195956, 11202288, 26397768),
('/var/lib/mysql/kanecountyhealth_web/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368709760, 10, 1067338188, 1197624, 106733652, 458272992, 5, 996803472, 21433800, 199360472, 458272992, 81920, 0, 0, 0, 0, 0, 0, 5, 70534716, 1197624, 14106832, 32781204),
('/var/lib/mysql/kanecountyhealth_web/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368710464, 10, 1396040940, 1139244, 139603816, 474579360, 5, 1341989400, 29835516, 268397880, 474579360, 81920, 0, 0, 0, 0, 0, 0, 5, 54051540, 1139244, 10810308, 25728900),
('/var/lib/mysql/kanecountyhealth_web/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368711168, 8, 656975160, 1199292, 82121756, 301439292, 3, 589681368, 31131552, 196560456, 301439292, 49152, 0, 0, 0, 0, 0, 0, 5, 67293792, 1199292, 13458536, 30552756),
('/var/lib/mysql/kanecountyhealth_web/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368711872, 9, 762998244, 1185948, 84777212, 435828384, 4, 677851848, 18791688, 169462684, 435828384, 65536, 0, 0, 0, 0, 0, 0, 5, 85146396, 1185948, 17029168, 54176640),
('/var/lib/mysql/kanecountyhealth_web/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368712576, 9, 744386700, 1147584, 82709448, 418587936, 4, 689973204, 19250388, 172492884, 418587936, 65536, 0, 0, 0, 0, 0, 0, 5, 54413496, 1147584, 10882588, 25208484),
('/var/lib/mysql/kanecountyhealth_web/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368713280, 9, 792475140, 1306044, 88052608, 445471092, 4, 704639928, 18626556, 176159704, 445471092, 65536, 0, 0, 0, 0, 0, 0, 5, 87835212, 1306044, 17566820, 37478292),
('/var/lib/mysql/kanecountyhealth_web/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368713984, 9, 966646032, 1152588, 107404744, 537761532, 4, 912672888, 25325244, 228167944, 537761532, 65536, 0, 0, 0, 0, 0, 0, 5, 53973144, 1152588, 10794184, 25818972),
('/var/lib/mysql/kanecountyhealth_web/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368714688, 9, 828567324, 1104216, 92063036, 475523448, 4, 768250776, 17847600, 192062416, 475523448, 65536, 0, 0, 0, 0, 0, 0, 5, 60316548, 1104216, 12062976, 29635356),
('/var/lib/mysql/mysql/engine_cost.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368715392, 9, 1951741812, 1771416, 216860016, 870934524, 4, 1890984912, 91908468, 472746228, 870934524, 65536, 0, 0, 0, 0, 0, 0, 5, 60756900, 1771416, 12151380, 20139432),
('/var/lib/mysql/mysql/gtid_executed.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368716096, 9, 4596027216, 1195956, 510669320, 3701770716, 4, 4544739552, 58686912, 1136184888, 3701770716, 65536, 0, 0, 0, 0, 0, 0, 5, 51287664, 1195956, 10257088, 18501456),
('/var/lib/mysql/mysql/help_category.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368716800, 10, 2152799196, 2924004, 215279864, 563513784, 5, 1305628668, 33855396, 261125400, 563513784, 81920, 0, 0, 0, 0, 0, 0, 5, 847170528, 2924004, 169433772, 415937484),
('/var/lib/mysql/mysql/help_keyword.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368717504, 16, 2259624588, 1276020, 141226224, 731591472, 11, 2184859824, 10790292, 198623216, 731591472, 180224, 0, 0, 0, 0, 0, 0, 5, 74764764, 1276020, 14952508, 30420984),
('/var/lib/mysql/mysql/help_relation.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368718208, 12, 2124002844, 1439484, 176999820, 575776920, 7, 2064109968, 32294148, 294872376, 575776920, 114688, 0, 0, 0, 0, 0, 0, 5, 59892876, 1439484, 11978464, 23165184),
('/var/lib/mysql/mysql/help_topic.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368718912, 21, 5051768184, 1157592, 240560072, 640131696, 16, 4993464912, 12056304, 312091140, 640131696, 262144, 0, 0, 0, 0, 0, 0, 5, 58303272, 1157592, 11660432, 25658844),
('/var/lib/mysql/mysql/innodb_index_stats.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368719616, 44, 15039733836, 1144248, 341812120, 745240716, 33, 12790997952, 16119552, 387605948, 745240716, 540672, 3, 686231880, 15752592, 228743960, 637367820, 49152, 8, 1562504004, 1144248, 195312792, 718100688),
('/var/lib/mysql/mysql/innodb_table_stats.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368720320, 17, 3333791568, 1768080, 196105092, 747505860, 6, 1951931964, 31803756, 325321716, 546920520, 98304, 3, 66638268, 20925060, 22212756, 23683932, 49152, 8, 1315221336, 1768080, 164402528, 747505860),
('/var/lib/mysql/mysql/plugin.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368721024, 9, 2791491408, 1838136, 310165712, 1875877836, 4, 2728229172, 37786872, 682056876, 1875877836, 65536, 0, 0, 0, 0, 0, 0, 5, 63262236, 1838136, 12652336, 25223496),
('/var/lib/mysql/mysql/server_cost.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368721728, 9, 1151977512, 1187616, 127997316, 552166380, 4, 1089073896, 27433596, 272268196, 552166380, 65536, 0, 0, 0, 0, 0, 0, 5, 62903616, 1187616, 12580612, 24841524),
('/var/lib/mysql/mysql/servers.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368722432, 9, 2035328628, 1531224, 226147440, 1493452140, 4, 1979860956, 46135212, 494965100, 1493452140, 65536, 0, 0, 0, 0, 0, 0, 5, 55467672, 1531224, 11093312, 21463824),
('/var/lib/mysql/mysql/slave_master_info.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368723136, 9, 1287355728, 1139244, 143039340, 427970436, 4, 1231200840, 31388424, 307799932, 427970436, 65536, 0, 0, 0, 0, 0, 0, 5, 56154888, 1139244, 11230644, 27246780),
('/var/lib/mysql/mysql/slave_relay_log_info.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368723840, 9, 994972008, 1165932, 110552260, 373393476, 4, 938233320, 33580176, 234558052, 373393476, 65536, 0, 0, 0, 0, 0, 0, 5, 56738688, 1165932, 11347404, 23450412),
('/var/lib/mysql/mysql/slave_worker_info.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368724544, 9, 909852300, 1170936, 101094700, 316197756, 4, 842798700, 34412508, 210699536, 316197756, 65536, 0, 0, 0, 0, 0, 0, 5, 67053600, 1170936, 13410720, 34028868),
('/var/lib/mysql/mysql/time_zone.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368725248, 9, 1047462300, 1175940, 116384700, 460096116, 4, 998261304, 28207548, 249565048, 460096116, 65536, 0, 0, 0, 0, 0, 0, 5, 49200996, 1175940, 9840088, 18791688),
('/var/lib/mysql/mysql/time_zone_leap_second.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368725952, 9, 4512625548, 1199292, 501402468, 2398779156, 4, 4449356640, 46927512, 1112339160, 2398779156, 65536, 0, 0, 0, 0, 0, 0, 5, 63268908, 1199292, 12653448, 28245912),
('/var/lib/mysql/mysql/time_zone_name.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368726656, 9, 1404282528, 1149252, 156031392, 472799604, 4, 1357056444, 70346232, 339263972, 472799604, 65536, 0, 0, 0, 0, 0, 0, 5, 47226084, 1149252, 9444772, 18896772),
('/var/lib/mysql/mysql/time_zone_transition.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368727360, 9, 2397101148, 1507872, 266344572, 1659227988, 4, 2341960404, 46385412, 585489684, 1659227988, 65536, 0, 0, 0, 0, 0, 0, 5, 55140744, 1507872, 11027704, 19277076),
('/var/lib/mysql/mysql/time_zone_transition_type.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368728064, 9, 2359616184, 1154256, 262179576, 1830434844, 4, 2300140308, 39876876, 575034660, 1830434844, 65536, 0, 0, 0, 0, 0, 0, 5, 59475876, 1154256, 11895064, 23011728),
('/var/lib/mysql/mzs/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368728768, 9, 1653041376, 3739656, 183671264, 794411688, 4, 788705460, 23226900, 197175948, 394940700, 65536, 0, 0, 0, 0, 0, 0, 5, 864335916, 3739656, 172867072, 794411688),
('/var/lib/mysql/mzs/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368729472, 9, 1358761140, 1693020, 150973460, 624284028, 4, 1277045820, 36802752, 319261316, 624284028, 65536, 0, 0, 0, 0, 0, 0, 5, 81715320, 1693020, 16343064, 34249044),
('/var/lib/mysql/mzs/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368730176, 9, 862065768, 1449492, 95784900, 417463704, 4, 789602844, 19900908, 197400572, 417463704, 65536, 0, 0, 0, 0, 0, 0, 5, 72462924, 1449492, 14492140, 28814700),
('/var/lib/mysql/mzs/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368730880, 10, 1391055288, 1396116, 139105084, 540195144, 5, 1315716732, 19487244, 263143124, 540195144, 81920, 0, 0, 0, 0, 0, 0, 5, 75338556, 1396116, 15067600, 28793016),
('/var/lib/mysql/mzs/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368731584, 9, 910289316, 1324392, 101143072, 507852624, 4, 842164860, 19664052, 210541076, 507852624, 65536, 0, 0, 0, 0, 0, 0, 5, 68124456, 1324392, 13624780, 27763860),
('/var/lib/mysql/mzs/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368732288, 9, 1437974460, 1331064, 159774940, 562264452, 4, 1355350080, 32804556, 338837520, 562264452, 65536, 0, 0, 0, 0, 0, 0, 5, 82624380, 1331064, 16524876, 35795280),
('/var/lib/mysql/mzs/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368732992, 8, 849937740, 1120896, 106242148, 390612240, 3, 768249108, 36675984, 256083036, 390612240, 49152, 0, 0, 0, 0, 0, 0, 5, 81688632, 1120896, 16337504, 42967680),
('/var/lib/mysql/mzs/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368733696, 9, 880545540, 1756404, 97838208, 502751880, 4, 812202576, 19857540, 203050644, 502751880, 65536, 0, 0, 0, 0, 0, 0, 5, 68342964, 1756404, 13668148, 31722024),
('/var/lib/mysql/mzs/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368734400, 9, 1295949264, 2186748, 143993992, 506094552, 4, 1221726600, 20739912, 305431372, 506094552, 65536, 0, 0, 0, 0, 0, 0, 5, 74222664, 2186748, 14844088, 27073308),
('/var/lib/mysql/mzs/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368735104, 9, 1024629048, 2153388, 113847672, 626208900, 4, 943168932, 22426260, 235791816, 626208900, 65536, 0, 0, 0, 0, 0, 0, 5, 81460116, 2153388, 16291912, 36240636),
('/var/lib/mysql/mzs/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368735808, 9, 1169693340, 1457832, 129965556, 660000912, 4, 1107243420, 22184400, 276810716, 660000912, 65536, 0, 0, 0, 0, 0, 0, 5, 62449920, 1457832, 12489984, 27256788),
('/var/lib/mysql/mzs/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368736512, 9, 882375336, 1105884, 98041704, 485961792, 4, 806167752, 21307032, 201541660, 485961792, 65536, 0, 0, 0, 0, 0, 0, 5, 76207584, 1105884, 15241072, 34524264),
('/var/lib/mysql/pcr_roteiros/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368737216, 10, 4792512612, 2523684, 479250872, 3453832524, 5, 4725027000, 58191516, 945005400, 3453832524, 81920, 0, 0, 0, 0, 0, 0, 5, 67485612, 2523684, 13496900, 32130684),
('/var/lib/mysql/pcr_roteiros/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368737920, 9, 1323142668, 1466172, 147015852, 600613440, 4, 1230615372, 30749580, 307653704, 600613440, 65536, 0, 0, 0, 0, 0, 0, 5, 92527296, 1466172, 18505348, 41958540),
('/var/lib/mysql/pcr_roteiros/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368738624, 9, 714756348, 1235988, 79417372, 376167360, 4, 656274600, 26709684, 164068372, 376167360, 65536, 0, 0, 0, 0, 0, 0, 5, 58481748, 1235988, 11696016, 26581248),
('/var/lib/mysql/pcr_roteiros/wp_newsletter.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368739328, 8, 2810339808, 1316052, 351292476, 1781550768, 3, 986943924, 41289672, 328981308, 524470908, 49152, 0, 0, 0, 0, 0, 0, 5, 1823395884, 1316052, 364678732, 1781550768),
('/var/lib/mysql/pcr_roteiros/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368740032, 12, 6238069800, 1199292, 519838872, 3817149612, 7, 6186627012, 20119416, 883803700, 3817149612, 114688, 0, 0, 0, 0, 0, 0, 5, 51442788, 1199292, 10288224, 19138632),
('/var/lib/mysql/pcr_roteiros/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368740736, 31, 13049034216, 1135908, 420936480, 3477970152, 26, 12987411624, 49264380, 499515404, 3477970152, 425984, 0, 0, 0, 0, 0, 0, 5, 61622592, 1135908, 12324296, 30394296),
('/var/lib/mysql/pcr_roteiros/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368741440, 12, 2183603820, 1165932, 181966568, 571300008, 7, 2100644172, 41131212, 300091548, 571300008, 114688, 0, 0, 0, 0, 0, 0, 5, 82959648, 1165932, 16591596, 35251512),
('/var/lib/mysql/pcr_roteiros/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368742144, 10, 1402667904, 1160928, 140266568, 554776800, 5, 1319863380, 29740440, 263972676, 554776800, 81920, 0, 0, 0, 0, 0, 0, 5, 82804524, 1160928, 16560460, 45071028),
('/var/lib/mysql/pcr_roteiros/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368742848, 9, 968680992, 1140912, 107631036, 546546888, 4, 889389276, 19173660, 222347180, 546546888, 65536, 0, 0, 0, 0, 0, 0, 5, 79291716, 1140912, 15858232, 41429784),
('/var/lib/mysql/pcr_roteiros/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368743552, 9, 1061336724, 1135908, 117925932, 583646544, 4, 977930052, 39271392, 244482096, 583646544, 65536, 0, 0, 0, 0, 0, 0, 5, 83406672, 1135908, 16681112, 36539208),
('/var/lib/mysql/pcr_roteiros/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368744256, 9, 2233050012, 3175872, 248116668, 1286721888, 4, 879988428, 28092456, 219996968, 561864132, 65536, 0, 0, 0, 0, 0, 0, 5, 1353061584, 3175872, 270611872, 1286721888),
('/var/lib/mysql/pcr_roteiros/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368744960, 10, 10200714048, 1334400, 1020070960, 8335938420, 5, 10146335580, 50580432, 2029267116, 8335938420, 81920, 0, 0, 0, 0, 0, 0, 5, 54378468, 1334400, 10875360, 19176996),
('/var/lib/mysql/pcr_roteiros/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368745664, 9, 817360032, 1194288, 90817596, 454940328, 4, 739546164, 22724832, 184886124, 454940328, 65536, 0, 0, 0, 0, 0, 0, 5, 77813868, 1194288, 15562440, 39159636),
('/var/lib/mysql/pcr_roteiros/wp_wdi_feeds.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368746368, 9, 1300267716, 2522016, 144473820, 644219964, 4, 588055068, 23860740, 147013628, 298420212, 65536, 0, 0, 0, 0, 0, 0, 5, 712212648, 2522016, 142442196, 644219964),
('/var/lib/mysql/pcr_roteiros/wp_wdi_themes.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368747072, 9, 769153164, 1299372, 85461092, 338583984, 4, 680347176, 26069172, 170086516, 338583984, 65536, 0, 0, 0, 0, 0, 0, 5, 88805988, 1299372, 17760864, 34912908),
('/var/lib/mysql/rosamaster/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368747776, 9, 1249587204, 2310180, 138842652, 460052748, 4, 748675128, 20743248, 187168504, 460052748, 65536, 0, 0, 0, 0, 0, 0, 5, 500912076, 2310180, 100182304, 441953280),
('/var/lib/mysql/rosamaster/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368748480, 9, 1209239952, 1386108, 134359624, 477344904, 4, 1127924952, 34332444, 281980960, 477344904, 65536, 0, 0, 0, 0, 0, 0, 5, 81315000, 1386108, 16263000, 36655968),
('/var/lib/mysql/rosamaster/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368749184, 9, 580944384, 1327728, 64549376, 248678784, 4, 519448560, 21670656, 129862140, 248678784, 65536, 0, 0, 0, 0, 0, 0, 5, 61495824, 1327728, 12298720, 27216756),
('/var/lib/mysql/rosamaster/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368749888, 19, 3541634376, 1114224, 186401780, 597350832, 14, 3486195060, 14403180, 249013496, 597350832, 229376, 0, 0, 0, 0, 0, 0, 5, 55439316, 1114224, 11087752, 24629688),
('/var/lib/mysql/rosamaster/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368750592, 9, 846793560, 1778088, 94087988, 442383624, 4, 783334500, 18938472, 195833208, 442383624, 65536, 0, 0, 0, 0, 0, 0, 5, 63459060, 1778088, 12691812, 34209012),
('/var/lib/mysql/rosamaster/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368751296, 9, 1106888136, 1644648, 122987200, 447591120, 4, 1045889376, 31033140, 261472344, 447591120, 65536, 0, 0, 0, 0, 0, 0, 5, 60998760, 1644648, 12199752, 25927392),
('/var/lib/mysql/rosamaster/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368752000, 9, 657957612, 2328528, 73106216, 274981476, 4, 545864676, 22971696, 136465752, 274981476, 65536, 0, 0, 0, 0, 0, 0, 5, 112092936, 2328528, 22418476, 39541608),
('/var/lib/mysql/rosamaster/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368752704, 9, 866647764, 2665464, 96294196, 466045872, 4, 785332764, 18164520, 196333052, 466045872, 65536, 0, 0, 0, 0, 0, 0, 5, 81315000, 2665464, 16263000, 42699132),
('/var/lib/mysql/rosamaster/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368753408, 9, 709236936, 1856484, 78804104, 401492604, 4, 647033880, 18519804, 161758192, 401492604, 65536, 0, 0, 0, 0, 0, 0, 5, 62203056, 1856484, 12440500, 24567972),
('/var/lib/mysql/rosamaster/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368754112, 9, 795544260, 2338536, 88393436, 476185644, 4, 735005868, 21552228, 183751328, 476185644, 65536, 0, 0, 0, 0, 0, 0, 5, 60538392, 2338536, 12107456, 24037548),
('/var/lib/mysql/rosamaster/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368754816, 9, 745082256, 1261008, 82786732, 412836672, 4, 676857720, 18751656, 169214152, 412836672, 65536, 0, 0, 0, 0, 0, 0, 5, 68224536, 1261008, 13644796, 26667984),
('/var/lib/mysql/rosamaster/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368755520, 9, 834997464, 1085868, 92777496, 464426244, 4, 748835256, 19242048, 187208536, 464426244, 65536, 0, 0, 0, 0, 0, 0, 5, 86162208, 1085868, 17232108, 42660768),
('/var/lib/mysql/rosamaster/wp_yoast_seo_links.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368756224, 9, 1178103396, 2723844, 130900192, 510307920, 4, 597857904, 18718296, 149464476, 284660880, 65536, 0, 0, 0, 0, 0, 0, 5, 580245492, 2723844, 116048876, 510307920),
('/var/lib/mysql/rosamaster/wp_yoast_seo_meta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368756928, 8, 564921576, 1225980, 70614780, 249035736, 3, 503682624, 34199004, 167894208, 249035736, 49152, 0, 0, 0, 0, 0, 0, 5, 61238952, 1225980, 12247568, 28793016),
('/var/lib/mysql/sys/sys_config.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368757632, 8, 807667284, 2151720, 100957924, 402038040, 3, 726967776, 45291204, 242322592, 402038040, 49152, 0, 0, 0, 0, 0, 0, 5, 80699508, 2151720, 16139568, 28773000),
('/var/lib/mysql/vinz/wp_commentmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368758336, 9, 1959267828, 2757204, 217696240, 612159336, 4, 977361264, 32791212, 244340316, 612159336, 65536, 0, 0, 0, 0, 0, 0, 5, 981906564, 2757204, 196380868, 557028600),
('/var/lib/mysql/vinz/wp_comments.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368759040, 9, 3023034828, 3886440, 335892388, 1267099536, 4, 1698419316, 44659032, 424604412, 784235220, 65536, 0, 0, 0, 0, 0, 0, 5, 1324615512, 3886440, 264922880, 1267099536),
('/var/lib/mysql/vinz/wp_contact.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368759744, 8, 1163641836, 2386908, 145455160, 425568516, 3, 1065875352, 271610448, 355291784, 425568516, 49152, 0, 0, 0, 0, 0, 0, 5, 97766484, 2386908, 19552852, 39601656),
('/var/lib/mysql/vinz/wp_links.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368760448, 9, 2495234592, 1356084, 277248288, 1886753196, 4, 2432793012, 41534868, 608197836, 1886753196, 65536, 0, 0, 0, 0, 0, 0, 5, 62441580, 1356084, 12488316, 25128420),
('/var/lib/mysql/vinz/wp_newsletter.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368761152, 8, 1484895300, 3140844, 185611704, 446653704, 3, 693886332, 64596636, 231295444, 355939524, 49152, 0, 0, 0, 0, 0, 0, 5, 791008968, 3140844, 158201460, 446653704),
('/var/lib/mysql/vinz/wp_options.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368761856, 15, 3162814896, 1429476, 210854104, 587547996, 10, 3091100904, 31748712, 309109868, 587547996, 163840, 0, 0, 0, 0, 0, 0, 5, 71713992, 1429476, 14342576, 33336648),
('/var/lib/mysql/vinz/wp_postmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368762560, 55, 5488979340, 1561248, 99799220, 701530776, 50, 5414436420, 11073852, 108288228, 701530776, 819200, 0, 0, 0, 0, 0, 0, 5, 74542920, 1561248, 14908584, 27985704),
('/var/lib/mysql/vinz/wp_posts.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368763264, 16, 2053216260, 1232652, 128325912, 562986696, 11, 1984055976, 12034620, 180368624, 562986696, 180224, 0, 0, 0, 0, 0, 0, 5, 69160284, 1232652, 13831612, 32195736),
('/var/lib/mysql/vinz/wp_term_relationships.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368763968, 9, 885239292, 1567920, 98359736, 462242832, 4, 797932836, 25732236, 199482792, 462242832, 65536, 0, 0, 0, 0, 0, 0, 5, 87306456, 1567920, 17461180, 41534868),
('/var/lib/mysql/vinz/wp_term_taxonomy.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368764672, 9, 1131936492, 1142580, 125770536, 663268524, 4, 1061555232, 21218628, 265388808, 663268524, 65536, 0, 0, 0, 0, 0, 0, 5, 70381260, 1142580, 14076252, 29647032),
('/var/lib/mysql/vinz/wp_termmeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368765376, 9, 965705280, 1142580, 107300216, 473301672, 4, 887617860, 43436388, 221904048, 473301672, 65536, 0, 0, 0, 0, 0, 0, 5, 78087420, 1142580, 15617484, 43222884),
('/var/lib/mysql/vinz/wp_terms.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368766080, 9, 1023758352, 1119228, 113750928, 510976788, 4, 971541612, 18146172, 242885264, 510976788, 65536, 0, 0, 0, 0, 0, 0, 5, 52216740, 1119228, 10443348, 24431196),
('/var/lib/mysql/vinz/wp_usermeta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368766784, 11, 2865697392, 1115892, 260517692, 1539435564, 6, 2762960268, 32894628, 460493100, 1539435564, 98304, 0, 0, 0, 0, 0, 0, 5, 102737124, 1115892, 20546980, 49105920),
('/var/lib/mysql/vinz/wp_users.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368767488, 9, 981150960, 1304376, 109016588, 507157068, 4, 918934560, 37908636, 229733640, 507157068, 65536, 0, 0, 0, 0, 0, 0, 5, 62216400, 1304376, 12443280, 23453748),
('/var/lib/mysql/vinz/wp_vp_id.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368768192, 9, 1458717708, 1219308, 162079560, 901915956, 4, 1361344872, 24314436, 340335940, 901915956, 65536, 0, 0, 0, 0, 0, 0, 5, 97372836, 1219308, 19474456, 49913232),
('/var/lib/mysql/vinz/wp_yoast_seo_links.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368768896, 9, 795168960, 1309380, 88351736, 354878676, 4, 735769812, 32475960, 183942036, 354878676, 65536, 0, 0, 0, 0, 0, 0, 5, 59399148, 1309380, 11879496, 26389428),
('/var/lib/mysql/vinz/wp_yoast_seo_meta.ibd', 'wait/io/file/innodb/innodb_data_file', 139767368769600, 8, 1630148076, 3210900, 203768440, 718976388, 3, 856419588, 35223156, 285473196, 459375540, 49152, 0, 0, 0, 0, 0, 0, 5, 773728488, 3210900, 154745364, 718976388),
('/var/lib/mysql/ibtmp1', 'wait/io/file/innodb/innodb_data_file', 139767368770304, 552, 115014051024, 8456760, 208358776, 24204039420, 0, 0, 0, 0, 0, 0, 548, 90645254904, 8456760, 165410556, 16586727108, 21364736, 4, 24368796120, 9467568, 6092198752, 24204039420),
('/var/lib/mysql/mysql/plugin.frm', 'wait/io/file/sql/FRM', 139767368771008, 13, 445729632, 462036, 34286852, 390430428, 7, 406773492, 882372, 58110340, 390430428, 1108, 0, 0, 0, 0, 0, 0, 6, 38956140, 462036, 6492412, 31360068),
('/var/lib/mysql/auto.cnf', 'wait/io/file/mysys/cnf', 139767368771712, 5, 391564668, 385308, 78312600, 369527052, 3, 371383536, 385308, 123794512, 369527052, 56, 0, 0, 0, 0, 0, 0, 2, 20181132, 5557776, 10090288, 14623356),
('/var/lib/mysql/mysql/gtid_executed.frm', 'wait/io/file/sql/FRM', 139767368772416, 13, 570227484, 445356, 43863396, 539859876, 7, 549480900, 835668, 78497192, 539859876, 790, 0, 0, 0, 0, 0, 0, 6, 20746584, 445356, 3457764, 15504060),
('/run/mysqld/mysqld.pid', 'wait/io/file/sql/pid', 139767368773120, 3, 31917180, 2582064, 10639060, 23086788, 0, 0, 0, 0, 0, 0, 1, 6248328, 6248328, 6248328, 6248328, 5, 2, 25668852, 2582064, 12834148, 23086788),
('/var/lib/mysql/mysql/server_cost.frm', 'wait/io/file/sql/FRM', 139767368773824, 13, 1147799172, 462036, 88292244, 1104271044, 7, 1119276372, 857352, 159896148, 1104271044, 3913, 0, 0, 0, 0, 0, 0, 6, 28522800, 462036, 4753800, 21929196),
('/var/lib/mysql/mysql/engine_cost.frm', 'wait/io/file/sql/FRM', 139767368774528, 13, 533041092, 470376, 41002776, 493546188, 7, 506496540, 1095876, 72356172, 493546188, 4218, 0, 0, 0, 0, 0, 0, 6, 26544552, 470376, 4424092, 19975968),
('/var/lib/mysql/mysql/user.frm', 'wait/io/file/sql/FRM', 139767368775232, 13, 600359904, 433680, 46181360, 566484492, 7, 573603516, 1050840, 81943280, 566484492, 3374, 0, 0, 0, 0, 0, 0, 6, 26756388, 433680, 4459120, 20871684),
('/var/lib/mysql/mysql/user.MYI', 'wait/io/file/myisam/kfile', 139767368775936, 10, 3580440396, 535428, 358043984, 3539774556, 4, 3544244796, 875700, 886061060, 3539774556, 1404, 0, 0, 0, 0, 0, 0, 6, 36195600, 535428, 6032600, 15805968),
('/var/lib/mysql/mysql/user.MYD', 'wait/io/file/myisam/dfile', 139767368776640, 15, 2529215088, 473712, 168614228, 2115451008, 1, 2115451008, 2115451008, 2115451008, 2115451008, 8652, 0, 0, 0, 0, 0, 0, 14, 413764080, 473712, 29554180, 326784552),
('/var/lib/mysql/mysql/db.frm', 'wait/io/file/sql/FRM', 139767368777344, 13, 402571800, 457032, 30966976, 370914828, 7, 382090428, 882372, 54584188, 370914828, 2073, 0, 0, 0, 0, 0, 0, 6, 20481372, 457032, 3413284, 15325584),
('/var/lib/mysql/mysql/db.MYI', 'wait/io/file/myisam/kfile', 139767368778048, 15, 578886072, 627168, 38591960, 261537396, 6, 515146788, 964104, 85857520, 261537396, 1815, 0, 0, 0, 0, 0, 0, 9, 63739284, 627168, 7081772, 23161848),
('/var/lib/mysql/mysql/db.MYD', 'wait/io/file/myisam/dfile', 139767368778752, 11, 1014634392, 492060, 92239288, 976141956, 1, 976141956, 976141956, 976141956, 976141956, 31232, 0, 0, 0, 0, 0, 0, 10, 38492436, 492060, 3849188, 10621824);
INSERT INTO `file_summary_by_instance` (`FILE_NAME`, `EVENT_NAME`, `OBJECT_INSTANCE_BEGIN`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `COUNT_READ`, `SUM_TIMER_READ`, `MIN_TIMER_READ`, `AVG_TIMER_READ`, `MAX_TIMER_READ`, `SUM_NUMBER_OF_BYTES_READ`, `COUNT_WRITE`, `SUM_TIMER_WRITE`, `MIN_TIMER_WRITE`, `AVG_TIMER_WRITE`, `MAX_TIMER_WRITE`, `SUM_NUMBER_OF_BYTES_WRITE`, `COUNT_MISC`, `SUM_TIMER_MISC`, `MIN_TIMER_MISC`, `AVG_TIMER_MISC`, `MAX_TIMER_MISC`) VALUES
('/var/lib/mysql/mysql/proxies_priv.frm', 'wait/io/file/sql/FRM', 139767368779456, 13, 481943580, 435348, 37072412, 458236296, 7, 467798940, 1020816, 66828420, 458236296, 1637, 0, 0, 0, 0, 0, 0, 6, 14144640, 435348, 2357440, 9524280),
('/var/lib/mysql/mysql/proxies_priv.MYI', 'wait/io/file/myisam/kfile', 139767368780160, 10, 675526656, 670536, 67552332, 352003044, 4, 604386456, 1397784, 151096336, 352003044, 1060, 0, 0, 0, 0, 0, 0, 6, 71140200, 670536, 11856700, 38814360),
('/var/lib/mysql/mysql/proxies_priv.MYD', 'wait/io/file/myisam/dfile', 139767368780864, 9, 1509107988, 477048, 167678480, 1480842060, 1, 1480842060, 1480842060, 1480842060, 1480842060, 837, 0, 0, 0, 0, 0, 0, 8, 28265928, 477048, 3532824, 10967100),
('/var/lib/mysql/mysql/time_zone_leap_second.frm', 'wait/io/file/sql/FRM', 139767368781568, 13, 1243077000, 455364, 95620880, 1199003436, 7, 1210145676, 732252, 172877636, 1199003436, 580, 0, 0, 0, 0, 0, 0, 6, 32931324, 455364, 5488276, 27200076),
('/var/lib/mysql/mysql/time_zone_name.frm', 'wait/io/file/sql/FRM', 139767368782272, 13, 917213184, 462036, 70554732, 886195056, 7, 893050536, 860688, 127578648, 886195056, 746, 0, 0, 0, 0, 0, 0, 6, 24162648, 462036, 4027108, 19035216),
('/var/lib/mysql/mysql/time_zone.frm', 'wait/io/file/sql/FRM', 139767368782976, 13, 691833024, 498732, 53217540, 652054560, 7, 666182520, 1015812, 95168852, 652054560, 585, 0, 0, 0, 0, 0, 0, 6, 25650504, 498732, 4275084, 17839260),
('/var/lib/mysql/mysql/time_zone_transition_type.frm', 'wait/io/file/sql/FRM', 139767368783680, 13, 439923324, 467040, 33839828, 407989464, 7, 414693156, 890712, 59241800, 407989464, 741, 0, 0, 0, 0, 0, 0, 6, 25230168, 467040, 4205028, 19495584),
('/var/lib/mysql/mysql/time_zone_transition.frm', 'wait/io/file/sql/FRM', 139767368784384, 13, 1381119012, 442020, 106239924, 1348611360, 7, 1356058980, 850680, 193722632, 1348611360, 656, 0, 0, 0, 0, 0, 0, 6, 25060032, 442020, 4176672, 18493116),
('/var/lib/mysql/mysql/tables_priv.frm', 'wait/io/file/sql/FRM', 139767368785088, 13, 819271560, 450360, 63020376, 779379672, 7, 787254300, 972444, 112464900, 779379672, 1903, 0, 0, 0, 0, 0, 0, 6, 32017260, 450360, 5335932, 25523736),
('/var/lib/mysql/mysql/tables_priv.MYI', 'wait/io/file/myisam/kfile', 139767368785792, 10, 1778660124, 1037496, 177865512, 1412629200, 4, 1736197848, 2175072, 434049184, 1412629200, 1074, 0, 0, 0, 0, 0, 0, 6, 42462276, 1037496, 7076768, 18708288),
('/var/lib/mysql/mysql/tables_priv.MYD', 'wait/io/file/myisam/dfile', 139767368786496, 7, 296340216, 1537896, 42333840, 258575028, 2, 261202128, 2627100, 130601064, 258575028, 1894, 0, 0, 0, 0, 0, 0, 5, 35138088, 1537896, 7027284, 16765068),
('/var/lib/mysql/mysql/columns_priv.frm', 'wait/io/file/sql/FRM', 139767368787200, 13, 442061700, 442020, 34004404, 411290436, 7, 419276820, 1000800, 59896212, 411290436, 1662, 0, 0, 0, 0, 0, 0, 6, 22784880, 442020, 3797480, 16214628),
('/var/lib/mysql/mysql/columns_priv.MYI', 'wait/io/file/myisam/kfile', 139767368787904, 10, 1022926020, 884040, 102292324, 527721840, 4, 972544080, 1914864, 243136020, 527721840, 1036, 0, 0, 0, 0, 0, 0, 6, 50381940, 884040, 8396712, 27268464),
('/var/lib/mysql/mysql/columns_priv.MYD', 'wait/io/file/myisam/dfile', 139767368788608, 5, 45269520, 1467840, 9053904, 26302692, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 45269520, 1467840, 9053904, 26302692),
('/var/lib/mysql/mysql/procs_priv.frm', 'wait/io/file/sql/FRM', 139767368789312, 13, 467009976, 443688, 35923716, 442391964, 7, 450610200, 895716, 64372568, 442391964, 1831, 0, 0, 0, 0, 0, 0, 6, 16399776, 443688, 2733296, 10101408),
('/var/lib/mysql/mysql/procs_priv.MYI', 'wait/io/file/myisam/kfile', 139767368790016, 10, 634206960, 852348, 63420696, 314618160, 4, 599831148, 1392780, 149957648, 314618160, 1118, 0, 0, 0, 0, 0, 0, 6, 34375812, 852348, 5729024, 14371488),
('/var/lib/mysql/mysql/procs_priv.MYD', 'wait/io/file/myisam/dfile', 139767368790720, 5, 28666248, 1145916, 5732916, 12204756, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 28666248, 1145916, 5732916, 12204756),
('/var/lib/mysql/mysql/servers.frm', 'wait/io/file/sql/FRM', 139767368791424, 13, 645157380, 450360, 49627448, 599072208, 7, 606920148, 874032, 86702640, 599072208, 2329, 0, 0, 0, 0, 0, 0, 6, 38237232, 450360, 6372872, 31531872),
('/var/lib/mysql/mysql/func.frm', 'wait/io/file/sql/FRM', 139767368792128, 13, 1636111176, 440352, 125854492, 1583429064, 7, 1590849996, 994128, 227263888, 1583429064, 1189, 0, 0, 0, 0, 0, 0, 6, 45261180, 440352, 7543252, 38547480),
('/var/lib/mysql/mysql/func.MYI', 'wait/io/file/myisam/kfile', 139767368792832, 10, 772722684, 1054176, 77271768, 418871496, 4, 727273020, 2220108, 181818116, 418871496, 770, 0, 0, 0, 0, 0, 0, 6, 45449664, 1054176, 7574944, 21840792),
('/var/lib/mysql/mysql/func.MYD', 'wait/io/file/myisam/dfile', 139767368793536, 7, 30721224, 468708, 4388508, 12655116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 30721224, 468708, 4388508, 12655116),
('/var/lib/mysql/performance_schema/cond_instances.frm', 'wait/io/file/sql/FRM', 139767368794240, 13, 1157176668, 462036, 89013376, 733826592, 7, 416457900, 828996, 59493668, 405547512, 948, 0, 0, 0, 0, 0, 0, 6, 740718768, 462036, 123453128, 733826592),
('/var/lib/mysql/performance_schema/events_waits_current.frm', 'wait/io/file/sql/FRM', 139767368794944, 13, 3550176204, 428676, 273089964, 3506618052, 7, 3518929560, 1164264, 502704064, 3506618052, 4224, 0, 0, 0, 0, 0, 0, 6, 31246644, 428676, 5207496, 24212688),
('/var/lib/mysql/performance_schema/events_waits_history.frm', 'wait/io/file/sql/FRM', 139767368795648, 13, 794174832, 482052, 61089944, 748254792, 7, 760522932, 1296036, 108645736, 748254792, 4224, 0, 0, 0, 0, 0, 0, 6, 33651900, 482052, 5608372, 26943204),
('/var/lib/mysql/performance_schema/events_waits_history_long.frm', 'wait/io/file/sql/FRM', 139767368796352, 13, 296843952, 433680, 22833808, 259891080, 7, 268394544, 1039164, 38341760, 259891080, 4224, 0, 0, 0, 0, 0, 0, 6, 28449408, 433680, 4741568, 22401240),
('/var/lib/mysql/performance_schema/events_waits_summary_by_host_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368797056, 13, 585576420, 437016, 45044340, 527608416, 7, 535014336, 935748, 76430540, 527608416, 1386, 0, 0, 0, 0, 0, 0, 6, 50562084, 437016, 8426736, 44392152),
('/var/lib/mysql/performance_schema/events_waits_summary_by_instance.frm', 'wait/io/file/sql/FRM', 139767368797760, 13, 319822320, 443688, 24601332, 279044724, 7, 289825008, 917400, 41403096, 279044724, 1247, 0, 0, 0, 0, 0, 0, 6, 29997312, 443688, 4999552, 23710620),
('/var/lib/mysql/performance_schema/events_waits_summary_by_thread_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368798464, 13, 1601908836, 455364, 123223500, 1566368760, 7, 1574081592, 995796, 224868640, 1566368760, 1223, 0, 0, 0, 0, 0, 0, 6, 27827244, 455364, 4637596, 21315372),
('/var/lib/mysql/performance_schema/events_waits_summary_by_user_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368799168, 13, 1592578044, 425340, 122505704, 1541642328, 7, 1562412264, 1084200, 223201752, 1541642328, 1302, 0, 0, 0, 0, 0, 0, 6, 30165780, 425340, 5027352, 23375352),
('/var/lib/mysql/performance_schema/events_waits_summary_by_account_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368799872, 13, 444293484, 453696, 34176208, 403043844, 7, 411215376, 1040832, 58744736, 403043844, 1513, 0, 0, 0, 0, 0, 0, 6, 33078108, 453696, 5512740, 26157576),
('/var/lib/mysql/performance_schema/events_waits_summary_global_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368800576, 13, 730570656, 438684, 56197700, 494738808, 7, 502500012, 962436, 71785716, 494738808, 1174, 0, 0, 0, 0, 0, 0, 6, 228070644, 438684, 38011496, 221298564),
('/var/lib/mysql/performance_schema/file_instances.frm', 'wait/io/file/sql/FRM', 139767368801280, 13, 286130388, 450360, 22009816, 246533736, 7, 257851116, 955764, 36835556, 246533736, 2513, 0, 0, 0, 0, 0, 0, 6, 28279272, 450360, 4713212, 22573044),
('/var/lib/mysql/performance_schema/file_summary_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368801984, 13, 296835612, 417000, 22833252, 249122472, 7, 260202996, 969108, 37171380, 249122472, 2253, 0, 0, 0, 0, 0, 0, 6, 36632616, 417000, 6105436, 30430992),
('/var/lib/mysql/performance_schema/file_summary_by_instance.frm', 'wait/io/file/sql/FRM', 139767368802688, 13, 243529668, 433680, 18732752, 201491064, 7, 215997660, 1302708, 30856332, 201491064, 3905, 0, 0, 0, 0, 0, 0, 6, 27532008, 433680, 4588668, 20945076),
('/var/lib/mysql/performance_schema/host_cache.frm', 'wait/io/file/sql/FRM', 139767368803392, 13, 330996252, 495396, 25460908, 273156684, 7, 292056792, 1612956, 41722240, 273156684, 3594, 0, 0, 0, 0, 0, 0, 6, 38939460, 495396, 6489632, 31386756),
('/var/lib/mysql/performance_schema/mutex_instances.frm', 'wait/io/file/sql/FRM', 139767368804096, 13, 341709816, 428676, 26284900, 300470184, 7, 311367228, 902388, 44480556, 300470184, 1018, 0, 0, 0, 0, 0, 0, 6, 30342588, 428676, 5056820, 24000852),
('/var/lib/mysql/performance_schema/objects_summary_global_by_type.frm', 'wait/io/file/sql/FRM', 139767368804800, 13, 244407036, 428676, 18800028, 211849344, 7, 219372024, 932412, 31338384, 211849344, 1464, 0, 0, 0, 0, 0, 0, 6, 25035012, 428676, 4172224, 19125288),
('/var/lib/mysql/performance_schema/performance_timers.frm', 'wait/io/file/sql/FRM', 139767368805504, 13, 320989920, 413664, 24691404, 287586552, 7, 294465384, 703896, 42066404, 287586552, 734, 0, 0, 0, 0, 0, 0, 6, 26524536, 413664, 4420756, 20923392),
('/var/lib/mysql/performance_schema/rwlock_instances.frm', 'wait/io/file/sql/FRM', 139767368806208, 13, 324209160, 432012, 24938824, 284439036, 7, 295306056, 917400, 42186500, 284439036, 1097, 0, 0, 0, 0, 0, 0, 6, 28903104, 432012, 4817184, 22641432),
('/var/lib/mysql/performance_schema/setup_actors.frm', 'wait/io/file/sql/FRM', 139767368806912, 13, 309338940, 430344, 23795132, 259177176, 7, 270936576, 855684, 38704828, 259177176, 961, 0, 0, 0, 0, 0, 0, 6, 38402364, 430344, 6400116, 32072304),
('/var/lib/mysql/performance_schema/setup_consumers.frm', 'wait/io/file/sql/FRM', 139767368807616, 13, 468931512, 401988, 36071612, 430692612, 7, 440999184, 812316, 62999804, 430692612, 729, 0, 0, 0, 0, 0, 0, 6, 27932328, 401988, 4655388, 21834120),
('/var/lib/mysql/performance_schema/setup_instruments.frm', 'wait/io/file/sql/FRM', 139767368808320, 13, 234729300, 418668, 18056100, 192415476, 7, 206763612, 1010808, 29537500, 192415476, 956, 0, 0, 0, 0, 0, 0, 6, 27965688, 418668, 4660948, 21982572),
('/var/lib/mysql/performance_schema/setup_objects.frm', 'wait/io/file/sql/FRM', 139767368809024, 13, 2999903004, 427008, 230761684, 2966819892, 7, 2975079828, 912396, 425011404, 2966819892, 1107, 0, 0, 0, 0, 0, 0, 6, 24823176, 427008, 4137196, 19245384),
('/var/lib/mysql/performance_schema/setup_timers.frm', 'wait/io/file/sql/FRM', 139767368809728, 13, 618726252, 401988, 47594156, 571486824, 7, 577790196, 760608, 82540980, 571486824, 774, 0, 0, 0, 0, 0, 0, 6, 40936056, 401988, 6822676, 34449204),
('/var/lib/mysql/performance_schema/table_io_waits_summary_by_index_usage.frm', 'wait/io/file/sql/FRM', 139767368810432, 13, 564426180, 422004, 43416928, 515100084, 7, 523695288, 1109220, 74813136, 515100084, 3598, 0, 0, 0, 0, 0, 0, 6, 40730892, 422004, 6788204, 34350792),
('/var/lib/mysql/performance_schema/table_io_waits_summary_by_table.frm', 'wait/io/file/sql/FRM', 139767368811136, 13, 1519035924, 427008, 116848404, 1481802828, 7, 1490284608, 994128, 212897404, 1481802828, 3314, 0, 0, 0, 0, 0, 0, 6, 28751316, 427008, 4791608, 21972564),
('/var/lib/mysql/performance_schema/table_lock_waits_summary_by_table.frm', 'wait/io/file/sql/FRM', 139767368811840, 13, 1644559596, 477048, 126504456, 1599990636, 7, 1612790868, 1319388, 230398616, 1599990636, 6282, 0, 0, 0, 0, 0, 0, 6, 31768728, 477048, 5294788, 23230236),
('/var/lib/mysql/performance_schema/threads.frm', 'wait/io/file/sql/FRM', 139767368812544, 13, 1398502908, 417000, 107577104, 1361339868, 7, 1369242852, 915732, 195605804, 1361339868, 2708, 0, 0, 0, 0, 0, 0, 6, 29260056, 417000, 4876676, 23390364),
('/var/lib/mysql/performance_schema/events_stages_current.frm', 'wait/io/file/sql/FRM', 139767368813248, 13, 203587740, 425340, 15660296, 158912028, 7, 166266240, 937416, 23752320, 158912028, 1697, 0, 0, 0, 0, 0, 0, 6, 37321500, 425340, 6219972, 31423452),
('/var/lib/mysql/performance_schema/events_stages_history.frm', 'wait/io/file/sql/FRM', 139767368813952, 13, 187618308, 440352, 14432092, 154290000, 7, 161634204, 945756, 23090124, 154290000, 1697, 0, 0, 0, 0, 0, 0, 6, 25984104, 440352, 4330684, 20169456),
('/var/lib/mysql/performance_schema/events_stages_history_long.frm', 'wait/io/file/sql/FRM', 139767368814656, 13, 190682424, 427008, 14667836, 157626000, 7, 164933508, 989124, 23561612, 157626000, 1697, 0, 0, 0, 0, 0, 0, 6, 25748916, 427008, 4291208, 19640700),
('/var/lib/mysql/performance_schema/events_stages_summary_by_thread_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368815360, 13, 184517496, 510408, 14193568, 144822432, 7, 154049808, 1082532, 22007036, 144822432, 1223, 0, 0, 0, 0, 0, 0, 6, 30467688, 510408, 5077948, 23068440),
('/var/lib/mysql/performance_schema/events_stages_summary_by_account_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368816064, 13, 236959416, 430344, 18227348, 185653404, 7, 193029300, 825660, 27575376, 185653404, 1513, 0, 0, 0, 0, 0, 0, 6, 43930116, 430344, 7321408, 37026264),
('/var/lib/mysql/performance_schema/events_stages_summary_by_user_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368816768, 13, 345437796, 432012, 26571796, 307649256, 7, 315490524, 905724, 45069916, 307649256, 1302, 0, 0, 0, 0, 0, 0, 6, 29947272, 432012, 4991212, 23598864),
('/var/lib/mysql/performance_schema/events_stages_summary_by_host_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368817472, 13, 460723284, 443688, 35439996, 425171532, 7, 432936072, 875700, 61847772, 425171532, 1386, 0, 0, 0, 0, 0, 0, 6, 27787212, 443688, 4630924, 21729036),
('/var/lib/mysql/performance_schema/events_stages_summary_global_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368818176, 13, 358223016, 422004, 27555360, 318149316, 7, 325555236, 859020, 46507732, 318149316, 1174, 0, 0, 0, 0, 0, 0, 6, 32667780, 422004, 5444352, 25864008),
('/var/lib/mysql/performance_schema/events_statements_current.frm', 'wait/io/file/sql/FRM', 139767368818880, 13, 1579866216, 437016, 121527700, 1542609768, 7, 1550864700, 935748, 221552100, 1542609768, 4668, 0, 0, 0, 0, 0, 0, 6, 29001516, 437016, 4833308, 22427928),
('/var/lib/mysql/performance_schema/events_statements_history.frm', 'wait/io/file/sql/FRM', 139767368819584, 13, 1833982680, 420336, 141075548, 1794529476, 7, 1803288144, 1000800, 257612592, 1794529476, 4668, 0, 0, 0, 0, 0, 0, 6, 30694536, 420336, 5115756, 23695608),
('/var/lib/mysql/performance_schema/events_statements_history_long.frm', 'wait/io/file/sql/FRM', 139767368820288, 13, 648633492, 443688, 49894884, 599739408, 7, 608464716, 1182612, 86923372, 599739408, 4668, 0, 0, 0, 0, 0, 0, 6, 40168776, 443688, 6694796, 33868740),
('/var/lib/mysql/performance_schema/events_statements_summary_by_thread_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368820992, 13, 349013988, 415332, 26847016, 312398052, 7, 320659656, 969108, 45808284, 312398052, 2520, 0, 0, 0, 0, 0, 0, 6, 28354332, 415332, 4725444, 21877488),
('/var/lib/mysql/performance_schema/events_statements_summary_by_account_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368821696, 13, 363423840, 438684, 27955680, 326312508, 7, 334569108, 1012476, 47795428, 326312508, 2810, 0, 0, 0, 0, 0, 0, 6, 28854732, 438684, 4808844, 22781544),
('/var/lib/mysql/performance_schema/events_statements_summary_by_user_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368822400, 13, 319545432, 432012, 24580204, 281483340, 7, 289955112, 960768, 41422000, 281483340, 2599, 0, 0, 0, 0, 0, 0, 6, 29590320, 432012, 4931720, 22936668),
('/var/lib/mysql/performance_schema/events_statements_summary_by_host_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368823104, 13, 519768816, 505404, 39981960, 476854512, 7, 488407080, 1394448, 69772440, 476854512, 2683, 0, 0, 0, 0, 0, 0, 6, 31361736, 505404, 5226956, 23378688),
('/var/lib/mysql/performance_schema/events_statements_summary_global_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368823808, 13, 400995540, 453696, 30845768, 354902028, 7, 362838372, 907392, 51833656, 354902028, 2471, 0, 0, 0, 0, 0, 0, 6, 38157168, 453696, 6359528, 31753716),
('/var/lib/mysql/performance_schema/events_statements_summary_by_digest.frm', 'wait/io/file/sql/FRM', 139767368824512, 13, 397085748, 423672, 30544972, 358489896, 7, 366543000, 855684, 52362968, 358489896, 2562, 0, 0, 0, 0, 0, 0, 6, 30542748, 423672, 5090180, 24279408),
('/var/lib/mysql/performance_schema/events_statements_summary_by_program.frm', 'wait/io/file/sql/FRM', 139767368825216, 13, 368314416, 435348, 28331536, 328779480, 7, 337351332, 947424, 48192968, 328779480, 2949, 0, 0, 0, 0, 0, 0, 6, 30963084, 435348, 5160236, 24823176),
('/var/lib/mysql/performance_schema/events_transactions_current.frm', 'wait/io/file/sql/FRM', 139767368825920, 13, 286405608, 418668, 22030944, 235072908, 7, 243437928, 970776, 34776688, 235072908, 3801, 0, 0, 0, 0, 0, 0, 6, 42967680, 418668, 7161280, 36772728),
('/var/lib/mysql/performance_schema/events_transactions_history.frm', 'wait/io/file/sql/FRM', 139767368826624, 13, 1560402324, 453696, 120030948, 1522206792, 7, 1531037184, 989124, 218719280, 1522206792, 3801, 0, 0, 0, 0, 0, 0, 6, 29365140, 453696, 4893912, 22656444),
('/var/lib/mysql/performance_schema/events_transactions_history_long.frm', 'wait/io/file/sql/FRM', 139767368827328, 13, 357555816, 435348, 27504208, 311147052, 7, 319698888, 1065852, 45670952, 311147052, 3801, 0, 0, 0, 0, 0, 0, 6, 37856928, 435348, 6309488, 31259988),
('/var/lib/mysql/performance_schema/events_transactions_summary_by_thread_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368828032, 13, 406580004, 450360, 31275000, 369655488, 7, 377383332, 935748, 53911428, 369655488, 1907, 0, 0, 0, 0, 0, 0, 6, 29196672, 450360, 4866112, 23110140),
('/var/lib/mysql/performance_schema/events_transactions_summary_by_account_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368828736, 13, 272174232, 423672, 20936180, 235274736, 7, 243486300, 1060848, 34783360, 235274736, 2197, 0, 0, 0, 0, 0, 0, 6, 28687932, 423672, 4781044, 22346196),
('/var/lib/mysql/performance_schema/events_transactions_summary_by_user_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368829440, 13, 428867820, 433680, 32989704, 391062600, 7, 399027300, 967440, 57003900, 391062600, 1986, 0, 0, 0, 0, 0, 0, 6, 29840520, 433680, 4973420, 23588856),
('/var/lib/mysql/performance_schema/events_transactions_summary_by_host_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368830144, 13, 3968425536, 437016, 305263460, 3920200320, 7, 3928013232, 970776, 561144668, 3920200320, 2070, 0, 0, 0, 0, 0, 0, 6, 40412304, 437016, 6735384, 33623544),
('/var/lib/mysql/performance_schema/events_transactions_summary_global_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368830848, 13, 464626404, 420336, 35740236, 418694688, 7, 434934336, 834000, 62133000, 418694688, 1858, 0, 0, 0, 0, 0, 0, 6, 29692068, 420336, 4948400, 23882424),
('/var/lib/mysql/performance_schema/users.frm', 'wait/io/file/sql/FRM', 139767368831552, 13, 287433096, 388644, 22109896, 232570908, 7, 239036076, 732252, 34147852, 232570908, 720, 0, 0, 0, 0, 0, 0, 6, 48397020, 388644, 8065892, 21392100),
('/var/lib/mysql/performance_schema/accounts.frm', 'wait/io/file/sql/FRM', 139767368832256, 13, 376689444, 458700, 28975940, 334338924, 7, 341574708, 865692, 48796228, 334338924, 931, 0, 0, 0, 0, 0, 0, 6, 35114736, 458700, 5852456, 28963152),
('/var/lib/mysql/performance_schema/hosts.frm', 'wait/io/file/sql/FRM', 139767368832960, 13, 319972440, 410328, 24613008, 259023720, 7, 266101044, 815652, 38014276, 259023720, 804, 0, 0, 0, 0, 0, 0, 6, 53871396, 410328, 8978288, 47911632),
('/var/lib/mysql/performance_schema/socket_instances.frm', 'wait/io/file/sql/FRM', 139767368833664, 13, 330657648, 433680, 25434776, 296075004, 7, 303274092, 860688, 43324632, 296075004, 1358, 0, 0, 0, 0, 0, 0, 6, 27383556, 433680, 4563648, 20931732),
('/var/lib/mysql/performance_schema/socket_summary_by_instance.frm', 'wait/io/file/sql/FRM', 139767368834368, 13, 346236768, 430344, 26633512, 307871100, 7, 315210300, 862356, 45029884, 307871100, 2326, 0, 0, 0, 0, 0, 0, 6, 31026468, 430344, 5170800, 24748116),
('/var/lib/mysql/performance_schema/socket_summary_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368835072, 13, 355984560, 453696, 27383000, 311408928, 7, 329495052, 962436, 47070404, 311408928, 2253, 0, 0, 0, 0, 0, 0, 6, 26489508, 453696, 4414640, 20347932),
('/var/lib/mysql/performance_schema/session_connect_attrs.frm', 'wait/io/file/sql/FRM', 139767368835776, 13, 320864820, 420336, 24681396, 284702580, 7, 292151868, 895716, 41735584, 284702580, 3828, 0, 0, 0, 0, 0, 0, 6, 28712952, 420336, 4785492, 22489644),
('/var/lib/mysql/performance_schema/session_account_connect_attrs.frm', 'wait/io/file/sql/FRM', 139767368836480, 13, 389422956, 415332, 29955612, 327621888, 7, 362603184, 867360, 51800296, 327621888, 3828, 0, 0, 0, 0, 0, 0, 6, 26819772, 415332, 4469684, 21191940),
('/var/lib/mysql/performance_schema/memory_summary_global_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368837184, 13, 1213780248, 433680, 93367412, 1170594060, 7, 1177988304, 818988, 168283964, 1170594060, 1585, 0, 0, 0, 0, 0, 0, 6, 35791944, 433680, 5965324, 19407180),
('/var/lib/mysql/performance_schema/memory_summary_by_account_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368837888, 13, 335956884, 415332, 25842324, 287843424, 7, 294949104, 925740, 42135348, 287843424, 1924, 0, 0, 0, 0, 0, 0, 6, 41007780, 415332, 6834352, 35349924),
('/var/lib/mysql/performance_schema/memory_summary_by_host_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368838592, 13, 321383568, 435348, 24721428, 287177892, 7, 294271896, 927408, 42038604, 287177892, 1797, 0, 0, 0, 0, 0, 0, 6, 27111672, 435348, 4518612, 20921724),
('/var/lib/mysql/performance_schema/memory_summary_by_thread_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368839296, 13, 268576356, 417000, 20659292, 232884492, 7, 240086916, 859020, 34297972, 232884492, 1634, 0, 0, 0, 0, 0, 0, 6, 28489440, 417000, 4748240, 22394568),
('/var/lib/mysql/performance_schema/memory_summary_by_user_by_event_name.frm', 'wait/io/file/sql/FRM', 139767368840000, 13, 410292972, 435348, 31560784, 374826288, 7, 382283916, 919068, 54611988, 374826288, 1713, 0, 0, 0, 0, 0, 0, 6, 28009056, 435348, 4668176, 21343728),
('/var/lib/mysql/performance_schema/table_handles.frm', 'wait/io/file/sql/FRM', 139767368840704, 13, 351299148, 468708, 27022712, 306528360, 7, 314236188, 937416, 44890884, 306528360, 1854, 0, 0, 0, 0, 0, 0, 6, 37062960, 468708, 6177160, 30606132),
('/var/lib/mysql/performance_schema/metadata_locks.frm', 'wait/io/file/sql/FRM', 139767368841408, 13, 481056204, 460368, 37004024, 445601196, 7, 453185592, 894048, 64740640, 445601196, 2024, 0, 0, 0, 0, 0, 0, 6, 27870612, 460368, 4644824, 21392100),
('/var/lib/mysql/performance_schema/replication_connection_configuration.frm', 'wait/io/file/sql/FRM', 139767368842112, 13, 708961716, 520416, 54535260, 364387944, 7, 646520136, 1122564, 92359940, 364387944, 12145, 0, 0, 0, 0, 0, 0, 6, 62441580, 520416, 10406652, 54680376),
('/var/lib/mysql/performance_schema/replication_group_members.frm', 'wait/io/file/sql/FRM', 139767368842816, 13, 412341276, 442020, 31718132, 374175768, 7, 381454920, 875700, 54493560, 374175768, 1360, 0, 0, 0, 0, 0, 0, 6, 30886356, 442020, 5147448, 24779808),
('/var/lib/mysql/performance_schema/replication_connection_status.frm', 'wait/io/file/sql/FRM', 139767368843520, 13, 377259900, 423672, 29019864, 339960084, 7, 347938128, 904056, 49705288, 339960084, 4678, 0, 0, 0, 0, 0, 0, 6, 29321772, 423672, 4886684, 23131824),
('/var/lib/mysql/performance_schema/replication_applier_configuration.frm', 'wait/io/file/sql/FRM', 139767368844224, 13, 394233468, 442020, 30325352, 359048676, 7, 366442920, 790632, 52348512, 359048676, 751, 0, 0, 0, 0, 0, 0, 6, 27790548, 442020, 4631480, 22187736),
('/var/lib/mysql/performance_schema/replication_applier_status.frm', 'wait/io/file/sql/FRM', 139767368844928, 13, 484041924, 432012, 37233652, 449345856, 7, 456513252, 817320, 65216020, 449345856, 897, 0, 0, 0, 0, 0, 0, 6, 27528672, 432012, 4588112, 21253656),
('/var/lib/mysql/performance_schema/replication_applier_status_by_coordinator.frm', 'wait/io/file/sql/FRM', 139767368845632, 13, 334524072, 437016, 25732236, 296642124, 7, 304481724, 907392, 43496992, 296642124, 4067, 0, 0, 0, 0, 0, 0, 6, 30042348, 437016, 5006780, 23688936),
('/var/lib/mysql/performance_schema/replication_applier_status_by_worker.frm', 'wait/io/file/sql/FRM', 139767368846336, 13, 215293764, 442020, 16561016, 178626120, 7, 186427356, 942420, 26632400, 178626120, 4352, 0, 0, 0, 0, 0, 0, 6, 28866408, 442020, 4811068, 22943340),
('/var/lib/mysql/performance_schema/replication_group_member_stats.frm', 'wait/io/file/sql/FRM', 139767368847040, 13, 370704660, 440352, 28515572, 334459020, 7, 341758188, 845676, 48822360, 334459020, 1605, 0, 0, 0, 0, 0, 0, 6, 28946472, 440352, 4824412, 22744848),
('/var/lib/mysql/performance_schema/prepared_statements_instances.frm', 'wait/io/file/sql/FRM', 139767368847744, 13, 310318056, 470376, 23870192, 271717200, 7, 281226468, 1159260, 40174892, 271717200, 3337, 0, 0, 0, 0, 0, 0, 6, 29091588, 470376, 4848320, 22119348),
('/var/lib/mysql/performance_schema/user_variables_by_thread.frm', 'wait/io/file/sql/FRM', 139767368848448, 13, 374976408, 445356, 28844168, 337749984, 7, 345184260, 828996, 49311640, 337749984, 813, 0, 0, 0, 0, 0, 0, 6, 29792148, 445356, 4965080, 23285280),
('/var/lib/mysql/performance_schema/status_by_account.frm', 'wait/io/file/sql/FRM', 139767368849152, 13, 389868312, 450360, 29989528, 343734768, 7, 351566028, 859020, 50223480, 343734768, 4164, 0, 0, 0, 0, 0, 0, 6, 38302284, 450360, 6383436, 31950540),
('/var/lib/mysql/performance_schema/status_by_host.frm', 'wait/io/file/sql/FRM', 139767368849856, 13, 466641348, 413664, 35895360, 429246456, 7, 437022672, 899052, 62431572, 429246456, 4037, 0, 0, 0, 0, 0, 0, 6, 29618676, 413664, 4936168, 23266932),
('/var/lib/mysql/performance_schema/status_by_thread.frm', 'wait/io/file/sql/FRM', 139767368850560, 13, 383037852, 492060, 29464108, 341576376, 7, 351709476, 1142580, 50244052, 341576376, 3875, 0, 0, 0, 0, 0, 0, 6, 31328376, 492060, 5221396, 23003388),
('/var/lib/mysql/performance_schema/status_by_user.frm', 'wait/io/file/sql/FRM', 139767368851264, 13, 1735445580, 437016, 133495600, 1698404304, 7, 1706719284, 977448, 243816564, 1698404304, 3953, 0, 0, 0, 0, 0, 0, 6, 28726296, 437016, 4787716, 22249452),
('/var/lib/mysql/performance_schema/global_status.frm', 'wait/io/file/sql/FRM', 139767368851968, 13, 3890786808, 428676, 299290908, 3853115028, 7, 3861134772, 957432, 551590364, 3853115028, 3826, 0, 0, 0, 0, 0, 0, 6, 29652036, 428676, 4941728, 23321976),
('/var/lib/mysql/performance_schema/session_status.frm', 'wait/io/file/sql/FRM', 139767368852672, 13, 386528976, 440352, 29732656, 347456076, 7, 355339044, 793968, 50762244, 347456076, 3826, 0, 0, 0, 0, 0, 0, 6, 31189932, 440352, 5198044, 24696408),
('/var/lib/mysql/performance_schema/variables_by_thread.frm', 'wait/io/file/sql/FRM', 139767368853376, 13, 305152260, 433680, 23473208, 268858248, 7, 276747888, 800640, 39534936, 268858248, 3875, 0, 0, 0, 0, 0, 0, 6, 28404372, 433680, 4733784, 22601400),
('/var/lib/mysql/performance_schema/global_variables.frm', 'wait/io/file/sql/FRM', 139767368854080, 13, 360336372, 500400, 27717712, 304746936, 7, 314648184, 1237656, 44949264, 304746936, 3826, 0, 0, 0, 0, 0, 0, 6, 45688188, 500400, 7614420, 38906100),
('/var/lib/mysql/performance_schema/session_variables.frm', 'wait/io/file/sql/FRM', 139767368854784, 13, 325151580, 428676, 25011660, 284198844, 7, 292015092, 887376, 41716124, 284198844, 3826, 0, 0, 0, 0, 0, 0, 6, 33136488, 428676, 5522748, 27201744),
('/var/lib/mysql/mysql/event.frm', 'wait/io/file/sql/FRM', 139767368855488, 13, 318743124, 440352, 24518488, 284512428, 7, 292091820, 892380, 41727244, 284512428, 3471, 0, 0, 0, 0, 0, 0, 6, 26651304, 440352, 4441884, 20809968),
('/var/lib/mysql/mysql/event.MYI', 'wait/io/file/myisam/kfile', 139767368856192, 4, 234881088, 995796, 58720272, 216096072, 2, 218137704, 2041632, 109068852, 216096072, 541, 0, 0, 0, 0, 0, 0, 2, 16743384, 995796, 8371692, 15747588),
('/var/lib/mysql/mysql/event.MYD', 'wait/io/file/myisam/dfile', 139767368856896, 94, 724945604, 428676, 7711720, 287883456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 94, 724945604, 428676, 7711720, 287883456),
('/var/lib/mysql/ambassador/db.opt', 'wait/io/file/sql/dbopt', 139767368857600, 4, 46076832, 557112, 11519208, 39359796, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 46076832, 557112, 11519208, 39359796),
('/var/lib/mysql/ambassador/jobs.frm', 'wait/io/file/sql/FRM', 139767368858304, 16, 390607236, 440352, 24412848, 319864020, 8, 331476636, 919068, 41434232, 319864020, 1842, 0, 0, 0, 0, 0, 0, 8, 59130600, 440352, 7390908, 31758720),
('/var/lib/mysql/5coisas/db.opt', 'wait/io/file/sql/dbopt', 139767368859008, 4, 849519072, 468708, 212379768, 841305840, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 849519072, 468708, 212379768, 841305840),
('/var/lib/mysql/5coisas/cp_cidades.frm', 'wait/io/file/sql/FRM', 139767368859712, 22, 1114832820, 423672, 50673840, 416242728, 10, 703942704, 922404, 70394048, 416242728, 1214, 0, 0, 0, 0, 0, 0, 12, 410890116, 423672, 34240704, 282293988),
('/var/lib/mysql/cbx/db.opt', 'wait/io/file/sql/dbopt', 139767368860416, 4, 87868572, 492060, 21967004, 78767964, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 87868572, 492060, 21967004, 78767964),
('/var/lib/mysql/cbx/wp_options.frm', 'wait/io/file/sql/FRM', 139767368861120, 16, 530954424, 435348, 33184304, 430117152, 8, 441884892, 949092, 55235264, 430117152, 1549, 0, 0, 0, 0, 0, 0, 8, 89069532, 435348, 11133344, 66686640),
('/var/lib/mysql/cbx/wp_posts.frm', 'wait/io/file/sql/FRM', 139767368861824, 16, 718182420, 433680, 44885880, 620577732, 8, 632910924, 1144248, 79113796, 620577732, 5510, 0, 0, 0, 0, 0, 0, 8, 85271496, 433680, 10658520, 69151944),
('/var/lib/mysql/cbx/wp_postmeta.frm', 'wait/io/file/sql/FRM', 139767368862528, 16, 470656224, 440352, 29415736, 378859512, 8, 389484672, 964104, 48685584, 378859512, 1739, 0, 0, 0, 0, 0, 0, 8, 81171552, 440352, 10146444, 64935240),
('/var/lib/mysql/cbx/wp_terms.frm', 'wait/io/file/sql/FRM', 139767368863232, 16, 505420680, 447024, 31588584, 412749936, 8, 422943084, 1017480, 52867816, 412749936, 2335, 0, 0, 0, 0, 0, 0, 8, 82477596, 447024, 10309352, 61500828),
('/var/lib/mysql/cbx/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 139767368863936, 16, 287494812, 423672, 17968252, 239616540, 8, 247696332, 872364, 30961972, 239616540, 967, 0, 0, 0, 0, 0, 0, 8, 39798480, 423672, 4974532, 25690536),
('/var/lib/mysql/cbx/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 139767368864640, 16, 612794844, 455364, 38299504, 516240996, 8, 526407456, 822324, 65800932, 516240996, 684, 0, 0, 0, 0, 0, 0, 8, 86387388, 455364, 10798076, 68638200),
('/var/lib/mysql/cbx/wp_users.frm', 'wait/io/file/sql/FRM', 139767368865344, 16, 673930380, 423672, 42120336, 581464800, 8, 603872712, 959100, 75483672, 581464800, 5329, 0, 0, 0, 0, 0, 0, 8, 70057668, 423672, 8757000, 54421836),
('/var/lib/mysql/cbx/wp_usermeta.frm', 'wait/io/file/sql/FRM', 139767368866048, 16, 540343596, 437016, 33771440, 439928328, 8, 450695268, 934080, 56336700, 439928328, 1741, 0, 0, 0, 0, 0, 0, 8, 89648328, 437016, 11205624, 69373788),
('/var/lib/mysql/antonioarruda/db.opt', 'wait/io/file/sql/dbopt', 139767368866752, 4, 47024256, 473712, 11756064, 39353124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 47024256, 473712, 11756064, 39353124),
('/var/lib/mysql/appradio/db.opt', 'wait/io/file/sql/dbopt', 139767368867456, 4, 458631612, 483720, 114657764, 452933724, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 458631612, 483720, 114657764, 452933724),
('/var/lib/mysql/awyeah/db.opt', 'wait/io/file/sql/dbopt', 139767368868160, 4, 429016272, 495396, 107254068, 423079860, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 429016272, 495396, 107254068, 423079860),
('/var/lib/mysql/banco/db.opt', 'wait/io/file/sql/dbopt', 139767368868864, 4, 274297596, 497064, 68574260, 269113452, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 274297596, 497064, 68574260, 269113452),
('/var/lib/mysql/beliv/db.opt', 'wait/io/file/sql/dbopt', 139767368869568, 4, 30839652, 435348, 7709496, 26180928, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 30839652, 435348, 7709496, 26180928),
('/var/lib/mysql/bp_radio/db.opt', 'wait/io/file/sql/dbopt', 139767368870272, 4, 249542808, 467040, 62385424, 245454540, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 249542808, 467040, 62385424, 245454540),
('/var/lib/mysql/braza_dev/db.opt', 'wait/io/file/sql/dbopt', 139767368870976, 4, 31850460, 423672, 7962476, 25612140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 31850460, 423672, 7962476, 25612140),
('/var/lib/mysql/brickhouse/db.opt', 'wait/io/file/sql/dbopt', 139767368871680, 4, 234172188, 435348, 58542908, 229855404, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 234172188, 435348, 58542908, 229855404),
('/var/lib/mysql/brilux/db.opt', 'wait/io/file/sql/dbopt', 139767368872384, 4, 24304428, 428676, 6075968, 20860008, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 24304428, 428676, 6075968, 20860008),
('/var/lib/mysql/cappen_nautico/db.opt', 'wait/io/file/sql/dbopt', 139767368873088, 4, 22027608, 423672, 5506624, 18766668, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 22027608, 423672, 5506624, 18766668),
('/var/lib/mysql/cavora/db.opt', 'wait/io/file/sql/dbopt', 139767368873792, 4, 22718160, 430344, 5679540, 19445544, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 22718160, 430344, 5679540, 19445544),
('/var/lib/mysql/corrente_maritima/db.opt', 'wait/io/file/sql/dbopt', 139767368874496, 4, 372204192, 435348, 93051048, 368072556, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 372204192, 435348, 93051048, 368072556),
('/var/lib/mysql/damasnovosalunos/db.opt', 'wait/io/file/sql/dbopt', 139767368875200, 4, 223498656, 432012, 55874664, 219864084, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 223498656, 432012, 55874664, 219864084),
('/var/lib/mysql/digix/db.opt', 'wait/io/file/sql/dbopt', 139767368875904, 4, 21258660, 433680, 5314248, 17840928, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 21258660, 433680, 5314248, 17840928),
('/var/lib/mysql/elpescador/db.opt', 'wait/io/file/sql/dbopt', 139767368876608, 4, 24431196, 423672, 6107660, 20052696, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 24431196, 423672, 6107660, 20052696),
('/var/lib/mysql/flanaganbilton/db.opt', 'wait/io/file/sql/dbopt', 139767368877312, 4, 27091656, 448692, 6772636, 22104336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 27091656, 448692, 6772636, 22104336),
('/var/lib/mysql/forge/db.opt', 'wait/io/file/sql/dbopt', 139767368878016, 4, 231314904, 433680, 57828448, 226961424, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 231314904, 433680, 57828448, 226961424),
('/var/lib/mysql/gateway/db.opt', 'wait/io/file/sql/dbopt', 139767368878720, 4, 234090456, 427008, 58522336, 230390832, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 234090456, 427008, 58522336, 230390832),
('/var/lib/mysql/goshortlist/db.opt', 'wait/io/file/sql/dbopt', 139767368879424, 4, 24923256, 425340, 6230536, 21408780, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 24923256, 425340, 6230536, 21408780),
('/var/lib/mysql/heatcontent_dev/db.opt', 'wait/io/file/sql/dbopt', 139767368880128, 4, 54525252, 495396, 13630896, 49102584, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 54525252, 495396, 13630896, 49102584),
('/var/lib/mysql/ior/db.opt', 'wait/io/file/sql/dbopt', 139767368880832, 4, 35728560, 433680, 8932140, 31458480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 35728560, 433680, 8932140, 31458480),
('/var/lib/mysql/kanecountyhealth_web/db.opt', 'wait/io/file/sql/dbopt', 139767368881536, 4, 25105068, 432012, 6276128, 21602268, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 25105068, 432012, 6276128, 21602268),
('/var/lib/mysql/mysql/db.opt', 'wait/io/file/sql/dbopt', 139767368882240, 4, 29748780, 430344, 7437056, 26274336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 29748780, 430344, 7437056, 26274336),
('/var/lib/mysql/mzs/db.opt', 'wait/io/file/sql/dbopt', 139767368882944, 4, 21256992, 422004, 5314248, 17880960, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 21256992, 422004, 5314248, 17880960),
('/var/lib/mysql/pcr_roteiros/db.opt', 'wait/io/file/sql/dbopt', 139767368883648, 4, 22411248, 427008, 5602812, 19106940, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 22411248, 427008, 5602812, 19106940),
('/var/lib/mysql/performance_schema/db.opt', 'wait/io/file/sql/dbopt', 139767368884352, 4, 23080116, 427008, 5769612, 19789152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 23080116, 427008, 5769612, 19789152),
('/var/lib/mysql/rosamaster/db.opt', 'wait/io/file/sql/dbopt', 139767368885056, 4, 20563104, 427008, 5140776, 17290488, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20563104, 427008, 5140776, 17290488),
('/var/lib/mysql/sync/db.opt', 'wait/io/file/sql/dbopt', 139767368885760, 4, 211073724, 432012, 52768292, 207597612, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 211073724, 432012, 52768292, 207597612),
('/var/lib/mysql/sys/db.opt', 'wait/io/file/sql/dbopt', 139767368886464, 4, 24584652, 430344, 6146024, 21345396, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 24584652, 430344, 6146024, 21345396),
('/var/lib/mysql/vinz/db.opt', 'wait/io/file/sql/dbopt', 139767368887168, 4, 21203616, 430344, 5300904, 17815908, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 21203616, 430344, 5300904, 17815908),
('/var/lib/mysql/wpteste/db.opt', 'wait/io/file/sql/dbopt', 139767368887872, 4, 207178944, 440352, 51794736, 203671140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 207178944, 440352, 51794736, 203671140),
('/var/lib/mysql/5coisas/cp_clientes.frm', 'wait/io/file/sql/FRM', 139767368888576, 22, 1200419568, 435348, 54564172, 517518684, 10, 854017668, 840672, 85401600, 517518684, 4726, 0, 0, 0, 0, 0, 0, 12, 346401900, 435348, 28866408, 256253172),
('/var/lib/mysql/5coisas/cp_log.frm', 'wait/io/file/sql/FRM', 139767368889280, 22, 1051952556, 443688, 47816000, 450596856, 10, 717405132, 839004, 71740124, 450596856, 1534, 0, 0, 0, 0, 0, 0, 12, 334547424, 443688, 27878952, 244920780),
('/var/lib/mysql/5coisas/cp_perfil.frm', 'wait/io/file/sql/FRM', 139767368889984, 22, 1079399496, 433680, 49063108, 479333160, 10, 972524064, 884040, 97252184, 479333160, 2248, 0, 0, 0, 0, 0, 0, 12, 106875432, 433680, 8906008, 35196468),
('/var/lib/mysql/5coisas/cp_permissoes.frm', 'wait/io/file/sql/FRM', 139767368890688, 22, 835901520, 435348, 37995372, 362459736, 10, 730877568, 760608, 73087312, 362459736, 822, 0, 0, 0, 0, 0, 0, 12, 105023952, 435348, 8751996, 36836112),
('/var/lib/mysql/5coisas/cp_shows.frm', 'wait/io/file/sql/FRM', 139767368891392, 22, 1445063460, 433680, 65684172, 879331236, 10, 483694980, 839004, 48369220, 234604200, 2806, 0, 0, 0, 0, 0, 0, 12, 961368480, 433680, 80114040, 879331236),
('/var/lib/mysql/5coisas/cp_shows_tags.frm', 'wait/io/file/sql/FRM', 139767368892096, 22, 1428114912, 432012, 64914112, 718629444, 10, 619059852, 753936, 61905596, 312378036, 605, 0, 0, 0, 0, 0, 0, 12, 809055060, 432012, 67421116, 718629444),
('/var/lib/mysql/5coisas/cp_tags.frm', 'wait/io/file/sql/FRM', 139767368892800, 22, 718324200, 477048, 32651100, 301569396, 10, 611774028, 1024152, 61177236, 301569396, 1031, 0, 0, 0, 0, 0, 0, 12, 106550172, 477048, 8878764, 32674452),
('/var/lib/mysql/5coisas/cp_tela.frm', 'wait/io/file/sql/FRM', 139767368893504, 22, 920670948, 560448, 41848452, 439216092, 10, 817711980, 1184280, 81770920, 439216092, 2252, 0, 0, 0, 0, 0, 0, 12, 102958968, 560448, 8579636, 40142088),
('/var/lib/mysql/5coisas/cp_usuarios.frm', 'wait/io/file/sql/FRM', 139767368894208, 22, 811186764, 457032, 36871696, 364631472, 10, 699133860, 852348, 69913108, 364631472, 4900, 0, 0, 0, 0, 0, 0, 12, 112052904, 457032, 9337464, 37089648),
('/var/lib/mysql/5coisas/cp_usuarios_cidades.frm', 'wait/io/file/sql/FRM', 139767368894912, 22, 689342700, 423672, 31333380, 312174540, 10, 581901816, 812316, 58189848, 312174540, 613, 0, 0, 0, 0, 0, 0, 12, 107440884, 423672, 8953268, 34464216),
('/var/lib/mysql/mysql/proc.frm', 'wait/io/file/sql/FRM', 139767368895616, 13, 577906956, 445356, 44453868, 505705908, 7, 514664736, 929076, 73523216, 505705908, 3192, 0, 0, 0, 0, 0, 0, 6, 63242220, 445356, 10540092, 54753768),
('/var/lib/mysql/mysql/proc.MYI', 'wait/io/file/myisam/kfile', 139767368896320, 4, 340580580, 954096, 85144728, 320039160, 2, 321972372, 1933212, 160985908, 320039160, 549, 0, 0, 0, 0, 0, 0, 2, 18608208, 954096, 9304104, 17654112),
('/var/lib/mysql/mysql/proc.MYD', 'wait/io/file/myisam/dfile', 139767368897024, 10595, 22603832500, 375300, 2133372, 1690838256, 7040, 18992948324, 575460, 2697712, 1690838256, 21977449, 0, 0, 0, 0, 0, 0, 3555, 3610884176, 375300, 1015256, 22161048),
('/var/lib/mysql/ior/cp_banner.frm', 'wait/io/file/sql/FRM', 139767368897728, 19, 607455576, 437016, 31971112, 473515176, 9, 492326880, 849012, 54702616, 473515176, 3225, 0, 0, 0, 0, 0, 0, 10, 115128696, 437016, 11512536, 38934456),
('/var/lib/mysql/ior/cp_cidades.frm', 'wait/io/file/sql/FRM', 139767368898432, 19, 492008292, 437016, 25895144, 382570812, 9, 398668680, 859020, 44296520, 382570812, 900, 0, 0, 0, 0, 0, 0, 10, 93339612, 437016, 9333572, 37905300),
('/var/lib/mysql/ior/cp_convenios.frm', 'wait/io/file/sql/FRM', 139767368899136, 19, 382592496, 445356, 20136096, 262935180, 9, 283163016, 929076, 31462372, 262935180, 1496, 0, 0, 0, 0, 0, 0, 10, 99429480, 445356, 9942948, 36350724),
('/var/lib/mysql/ior/cp_equipe.frm', 'wait/io/file/sql/FRM', 139767368899840, 19, 360830100, 455364, 18990736, 269328624, 9, 285141264, 882372, 31681992, 269328624, 1496, 0, 0, 0, 0, 0, 0, 10, 75688836, 455364, 7568828, 36929520),
('/var/lib/mysql/ior/cp_equipe_has_cp_especialidades.frm', 'wait/io/file/sql/FRM', 139767368900544, 19, 361468944, 472044, 19024652, 269006700, 9, 292298652, 882372, 32477628, 269006700, 629, 0, 0, 0, 0, 0, 0, 10, 69170292, 472044, 6916640, 32322504),
('/var/lib/mysql/ior/cp_especialidades.frm', 'wait/io/file/sql/FRM', 139767368901248, 19, 365378736, 452028, 19230372, 272799732, 9, 287875116, 940752, 31986124, 272799732, 1496, 0, 0, 0, 0, 0, 0, 10, 77503620, 452028, 7750084, 37146360),
('/var/lib/mysql/ior/cp_especialistas.frm', 'wait/io/file/sql/FRM', 139767368901952, 19, 378741084, 437016, 19933712, 274422696, 9, 294887388, 879036, 32765080, 274422696, 1496, 0, 0, 0, 0, 0, 0, 10, 83853696, 437016, 8385036, 36882816),
('/var/lib/mysql/ior/cp_especialistas_has_cp_especialidades.frm', 'wait/io/file/sql/FRM', 139767368902656, 19, 338722428, 430344, 17827028, 256293204, 9, 270356112, 835668, 30039568, 256293204, 643, 0, 0, 0, 0, 0, 0, 10, 68366316, 430344, 6836576, 32210748),
('/var/lib/mysql/ior/cp_estados.frm', 'wait/io/file/sql/FRM', 139767368903360, 19, 344593788, 440352, 18136164, 252837108, 9, 268157688, 912396, 29794928, 252837108, 1077, 0, 0, 0, 0, 0, 0, 10, 76436100, 440352, 7643332, 34887888),
('/var/lib/mysql/ior/cp_imagens.frm', 'wait/io/file/sql/FRM', 139767368904064, 19, 371710464, 550440, 19563416, 267632268, 9, 289026036, 1102548, 32114004, 267632268, 3123, 0, 0, 0, 0, 0, 0, 10, 82684428, 550440, 8268276, 45801612),
('/var/lib/mysql/ior/cp_log.frm', 'wait/io/file/sql/FRM', 139767368904768, 19, 332467428, 435348, 17497876, 214346340, 9, 229496784, 900720, 25499272, 214346340, 1524, 0, 0, 0, 0, 0, 0, 10, 102970644, 435348, 10296564, 60561744),
('/var/lib/mysql/ior/cp_noticias.frm', 'wait/io/file/sql/FRM', 139767368905472, 19, 345411108, 430344, 18179532, 253229088, 9, 273428568, 869028, 30380952, 253229088, 3942, 0, 0, 0, 0, 0, 0, 10, 71982540, 430344, 7197976, 38769324),
('/var/lib/mysql/ior/cp_paginas.frm', 'wait/io/file/sql/FRM', 139767368906176, 19, 378756096, 425340, 19934268, 259784328, 9, 276139068, 884040, 30681748, 259784328, 2411, 0, 0, 0, 0, 0, 0, 10, 102617028, 425340, 10261536, 52386876),
('/var/lib/mysql/ior/cp_perfil.frm', 'wait/io/file/sql/FRM', 139767368906880, 19, 359042004, 447024, 18896772, 267150216, 9, 283298124, 869028, 31477384, 267150216, 2238, 0, 0, 0, 0, 0, 0, 10, 75743880, 447024, 7574388, 36752712),
('/var/lib/mysql/ior/cp_permissoes.frm', 'wait/io/file/sql/FRM', 139767368907584, 19, 299365968, 458700, 15755928, 209519148, 9, 224496120, 758940, 24943828, 209519148, 812, 0, 0, 0, 0, 0, 0, 10, 74869848, 458700, 7486540, 36257316),
('/var/lib/mysql/ior/cp_residenciamedica.frm', 'wait/io/file/sql/FRM', 139767368908288, 19, 379526712, 437016, 19974856, 287493144, 9, 302244936, 869028, 33582400, 287493144, 2690, 0, 0, 0, 0, 0, 0, 10, 77281776, 437016, 7727844, 33483432),
('/var/lib/mysql/ior/cp_residenciamedica_has_cp_unidades.frm', 'wait/io/file/sql/FRM', 139767368908992, 19, 357248904, 440352, 18802252, 269475408, 9, 285283044, 767280, 31698116, 269475408, 637, 0, 0, 0, 0, 0, 0, 10, 71965860, 440352, 7196308, 37690128),
('/var/lib/mysql/ior/cp_tela.frm', 'wait/io/file/sql/FRM', 139767368909696, 19, 413302044, 420336, 21752388, 328110612, 9, 343589652, 862356, 38176628, 328110612, 2242, 0, 0, 0, 0, 0, 0, 10, 69712392, 420336, 6971128, 38655900),
('/var/lib/mysql/ior/cp_unidades.frm', 'wait/io/file/sql/FRM', 139767368910400, 19, 365005104, 515412, 19210356, 269977476, 9, 290565600, 1182612, 32284696, 269977476, 4353, 0, 0, 0, 0, 0, 0, 10, 74439504, 515412, 7443728, 41257980),
('/var/lib/mysql/ior/cp_usuarios.frm', 'wait/io/file/sql/FRM', 139767368911104, 19, 284292252, 442020, 14962516, 199856424, 9, 216478044, 862356, 24053116, 199856424, 4041, 0, 0, 0, 0, 0, 0, 10, 67814208, 442020, 6780976, 37606728),
('/var/lib/mysql/ior/cp_cidades.MYI', 'wait/io/file/myisam/kfile', 139767368911808, 4, 454361532, 827328, 113590244, 433481508, 2, 435342996, 1861488, 217671220, 433481508, 371, 0, 0, 0, 0, 0, 0, 2, 19018536, 827328, 9509268, 18191208),
('/var/lib/mysql/ior/cp_cidades.MYD', 'wait/io/file/myisam/dfile', 139767368912512, 11, 1913919912, 478716, 173992416, 1068225564, 1, 1068225564, 1068225564, 1068225564, 1068225564, 131072, 0, 0, 0, 0, 0, 0, 10, 845694348, 478716, 84569268, 768799548),
('/var/lib/mysql/ior/cp_convenios.MYI', 'wait/io/file/myisam/kfile', 139767368913216, 10, 723685152, 942420, 72368404, 410985192, 4, 678470676, 1818120, 169617252, 410985192, 798, 0, 0, 0, 0, 0, 0, 6, 45214476, 942420, 7535468, 16696680),
('/var/lib/mysql/ior/cp_convenios.MYD', 'wait/io/file/myisam/dfile', 139767368913920, 5, 33973824, 1699692, 6794320, 15055368, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 33973824, 1699692, 6794320, 15055368),
('/var/lib/mysql/ior/cp_equipe.MYI', 'wait/io/file/myisam/kfile', 139767368914624, 10, 689567880, 830664, 68956788, 398109900, 4, 643829652, 1704696, 160956996, 398109900, 798, 0, 0, 0, 0, 0, 0, 6, 45738228, 830664, 7622760, 16868484),
('/var/lib/mysql/ior/cp_equipe.MYD', 'wait/io/file/myisam/dfile', 139767368915328, 5, 39276396, 1999932, 7855168, 16077852, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 39276396, 1999932, 7855168, 16077852),
('/var/lib/mysql/ior/cp_especialidades.MYI', 'wait/io/file/myisam/kfile', 139767368916032, 10, 638415324, 880704, 63841032, 372280920, 4, 588020040, 1581264, 147004732, 372280920, 798, 0, 0, 0, 0, 0, 0, 6, 50395284, 880704, 8398936, 20322912),
('/var/lib/mysql/ior/cp_especialidades.MYD', 'wait/io/file/myisam/dfile', 139767368916736, 5, 36376300, 1533448, 7275260, 13737648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 36376300, 1533448, 7275260, 13737648),
('/var/lib/mysql/ior/cp_especialistas.MYI', 'wait/io/file/myisam/kfile', 139767368917440, 10, 1011775440, 909060, 101177544, 485157816, 4, 967488372, 2083332, 241871676, 485157816, 798, 0, 0, 0, 0, 0, 0, 6, 44287068, 909060, 7380900, 18341328),
('/var/lib/mysql/ior/cp_especialistas.MYD', 'wait/io/file/myisam/dfile', 139767368918144, 5, 37825236, 1763076, 7564936, 17167056, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 37825236, 1763076, 7564936, 17167056),
('/var/lib/mysql/ior/cp_residenciamedica.MYI', 'wait/io/file/myisam/kfile', 139767368918848, 4, 410858424, 1506204, 102714328, 384028644, 2, 391239408, 7210764, 195619704, 384028644, 420, 0, 0, 0, 0, 0, 0, 2, 19619016, 1506204, 9809508, 18112812),
('/var/lib/mysql/ior/cp_residenciamedica.MYD', 'wait/io/file/myisam/dfile', 139767368919552, 4, 34148964, 2405256, 8536824, 15684204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 34148964, 2405256, 8536824, 15684204),
('/var/lib/mysql/ambassador/admins.frm', 'wait/io/file/sql/FRM', 139767368920256, 16, 630128700, 432012, 39382592, 535005996, 8, 547879620, 818988, 68484744, 535005996, 4807, 0, 0, 0, 0, 0, 0, 8, 82249080, 432012, 10280996, 51642948),
('/var/lib/mysql/ambassador/admins_password_resets.frm', 'wait/io/file/sql/FRM', 139767368920960, 16, 312121164, 428676, 19507260, 256174776, 8, 265462200, 795636, 33182636, 256174776, 2718, 0, 0, 0, 0, 0, 0, 8, 46658964, 428676, 5831884, 24331116),
('/var/lib/mysql/ambassador/candidate_category.frm', 'wait/io/file/sql/FRM', 139767368921664, 16, 424410924, 438684, 26525648, 350595252, 8, 359524056, 812316, 44940368, 350595252, 799, 0, 0, 0, 0, 0, 0, 8, 64886868, 438684, 8110372, 31707012),
('/var/lib/mysql/ambassador/candidate_comment.frm', 'wait/io/file/sql/FRM', 139767368922368, 16, 323106612, 440352, 20193920, 266274516, 8, 276844632, 800640, 34605440, 266274516, 860, 0, 0, 0, 0, 0, 0, 8, 46261980, 440352, 5782400, 22361208),
('/var/lib/mysql/ambassador/candidate_notification.frm', 'wait/io/file/sql/FRM', 139767368923072, 16, 340752384, 452028, 21297024, 284795988, 8, 293189364, 798972, 36648184, 284795988, 852, 0, 0, 0, 0, 0, 0, 8, 47563020, 452028, 5945308, 25425324),
('/var/lib/mysql/ambassador/candidate_program.frm', 'wait/io/file/sql/FRM', 139767368923776, 16, 352108128, 433680, 22006480, 301522692, 8, 310745064, 748932, 38842716, 301522692, 941, 0, 0, 0, 0, 0, 0, 8, 41363064, 433680, 5170244, 19690740);
INSERT INTO `file_summary_by_instance` (`FILE_NAME`, `EVENT_NAME`, `OBJECT_INSTANCE_BEGIN`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `COUNT_READ`, `SUM_TIMER_READ`, `MIN_TIMER_READ`, `AVG_TIMER_READ`, `MAX_TIMER_READ`, `SUM_NUMBER_OF_BYTES_READ`, `COUNT_WRITE`, `SUM_TIMER_WRITE`, `MIN_TIMER_WRITE`, `AVG_TIMER_WRITE`, `MAX_TIMER_WRITE`, `SUM_NUMBER_OF_BYTES_WRITE`, `COUNT_MISC`, `SUM_TIMER_MISC`, `MIN_TIMER_MISC`, `AVG_TIMER_MISC`, `MAX_TIMER_MISC`) VALUES
('/var/lib/mysql/ambassador/candidate_tag.frm', 'wait/io/file/sql/FRM', 139767368924480, 16, 344703876, 442020, 21543888, 273912288, 8, 282776040, 762276, 35346588, 273912288, 764, 0, 0, 0, 0, 0, 0, 8, 61927836, 442020, 7740632, 38794344),
('/var/lib/mysql/ambassador/candidates.frm', 'wait/io/file/sql/FRM', 139767368925184, 16, 292688964, 457032, 18292956, 204403392, 8, 217015140, 950760, 27126684, 204403392, 4060, 0, 0, 0, 0, 0, 0, 8, 75673824, 457032, 9459228, 36400764),
('/var/lib/mysql/ambassador/categories.frm', 'wait/io/file/sql/FRM', 139767368925888, 16, 263989356, 450360, 16499300, 206238192, 8, 216796632, 897384, 27099440, 206238192, 1758, 0, 0, 0, 0, 0, 0, 8, 47192724, 450360, 5898604, 16976904),
('/var/lib/mysql/ambassador/clients.frm', 'wait/io/file/sql/FRM', 139767368926592, 16, 545701212, 537096, 34106152, 484048596, 8, 497312532, 1142580, 62163580, 484048596, 1973, 0, 0, 0, 0, 0, 0, 8, 48388680, 537096, 6048168, 21146904),
('/var/lib/mysql/ambassador/comments.frm', 'wait/io/file/sql/FRM', 139767368927296, 16, 339963420, 435348, 21247540, 292201908, 8, 300672012, 820656, 37583932, 292201908, 1827, 0, 0, 0, 0, 0, 0, 8, 39291408, 435348, 4911148, 17760864),
('/var/lib/mysql/ambassador/failed_jobs.frm', 'wait/io/file/sql/FRM', 139767368928000, 16, 2429463684, 418668, 151841376, 2372569872, 8, 2380666344, 763944, 297582876, 2372569872, 759, 0, 0, 0, 0, 0, 0, 8, 48797340, 418668, 6099320, 25633824),
('/var/lib/mysql/ambassador/migrations.frm', 'wait/io/file/sql/FRM', 139767368928704, 16, 354456672, 425340, 22153264, 306201432, 8, 315130236, 854016, 39390932, 306201432, 1612, 0, 0, 0, 0, 0, 0, 8, 39326436, 425340, 4915596, 18916788),
('/var/lib/mysql/ambassador/notifications.frm', 'wait/io/file/sql/FRM', 139767368929408, 16, 388125252, 428676, 24257724, 334901040, 8, 345260988, 778956, 43157276, 334901040, 703, 0, 0, 0, 0, 0, 0, 8, 42864264, 428676, 5357616, 21615612),
('/var/lib/mysql/ambassador/oauth_access_tokens.frm', 'wait/io/file/sql/FRM', 139767368930112, 16, 1755950304, 422004, 109746616, 1704522528, 8, 1712710740, 840672, 214088356, 1704522528, 2326, 0, 0, 0, 0, 0, 0, 8, 43239564, 422004, 5404876, 20709888),
('/var/lib/mysql/ambassador/oauth_auth_codes.frm', 'wait/io/file/sql/FRM', 139767368930816, 16, 312584868, 427008, 19536172, 251804616, 8, 260816820, 859020, 32601616, 251804616, 1128, 0, 0, 0, 0, 0, 0, 8, 51768048, 427008, 6470728, 29418516),
('/var/lib/mysql/ambassador/oauth_clients.frm', 'wait/io/file/sql/FRM', 139767368931520, 16, 425288292, 432012, 26580136, 368744760, 8, 377807004, 820656, 47225528, 368744760, 2392, 0, 0, 0, 0, 0, 0, 8, 47481288, 432012, 5934744, 27074976),
('/var/lib/mysql/ambassador/oauth_personal_access_clients.frm', 'wait/io/file/sql/FRM', 139767368932224, 16, 342467088, 423672, 21403776, 293859900, 8, 302279964, 727248, 37784648, 293859900, 715, 0, 0, 0, 0, 0, 0, 8, 40187124, 423672, 5022904, 19639032),
('/var/lib/mysql/ambassador/oauth_refresh_tokens.frm', 'wait/io/file/sql/FRM', 139767368932928, 16, 439763196, 425340, 27484748, 388964256, 8, 399651132, 740592, 49956044, 388964256, 1512, 0, 0, 0, 0, 0, 0, 8, 40112064, 425340, 5014008, 17785884),
('/var/lib/mysql/ambassador/password_resets.frm', 'wait/io/file/sql/FRM', 139767368933632, 16, 288707448, 518748, 18043868, 229148172, 8, 242211948, 1027488, 30276424, 229148172, 2659, 0, 0, 0, 0, 0, 0, 8, 46495500, 518748, 5811868, 19877556),
('/var/lib/mysql/ambassador/photos.frm', 'wait/io/file/sql/FRM', 139767368934336, 16, 338230368, 435348, 21139120, 277706988, 8, 286912680, 752268, 35863668, 277706988, 1480, 0, 0, 0, 0, 0, 0, 8, 51317688, 435348, 6414572, 29850528),
('/var/lib/mysql/ambassador/programs.frm', 'wait/io/file/sql/FRM', 139767368935040, 16, 400920480, 428676, 25057252, 345789744, 8, 355050480, 752268, 44381032, 345789744, 1449, 0, 0, 0, 0, 0, 0, 8, 45870000, 428676, 5733472, 23915784),
('/var/lib/mysql/ambassador/tags.frm', 'wait/io/file/sql/FRM', 139767368935744, 16, 332544156, 497064, 20783836, 267407088, 8, 280891200, 1219308, 35111400, 267407088, 1758, 0, 0, 0, 0, 0, 0, 8, 51652956, 497064, 6456272, 22427928),
('/var/lib/mysql/ambassador/users.frm', 'wait/io/file/sql/FRM', 139767368936448, 16, 335554896, 440352, 20971764, 283047924, 8, 294792312, 775620, 36848900, 283047924, 5727, 0, 0, 0, 0, 0, 0, 8, 40762584, 440352, 5095184, 20493048),
('/var/lib/mysql/antonioarruda/cp_cidades.frm', 'wait/io/file/sql/FRM', 139767368937152, 16, 2251436376, 457032, 140714704, 1313931972, 8, 890395080, 952428, 111298968, 579516576, 890, 0, 0, 0, 0, 0, 0, 8, 1361041296, 457032, 170129884, 1313931972),
('/var/lib/mysql/antonioarruda/cp_estados.frm', 'wait/io/file/sql/FRM', 139767368937856, 16, 734770680, 545436, 45922820, 383249688, 8, 644593596, 1291032, 80573852, 383249688, 1067, 0, 0, 0, 0, 0, 0, 8, 90177084, 545436, 11271788, 51868128),
('/var/lib/mysql/antonioarruda/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 139767368938560, 16, 939017280, 440352, 58688580, 396541980, 8, 505490736, 932412, 63186064, 263599044, 1748, 0, 0, 0, 0, 0, 0, 8, 433526544, 440352, 54190540, 396541980),
('/var/lib/mysql/antonioarruda/wp_comments.frm', 'wait/io/file/sql/FRM', 139767368939264, 16, 795409152, 438684, 49713072, 397812996, 8, 738438612, 1115892, 92304340, 397812996, 4294, 0, 0, 0, 0, 0, 0, 8, 56970540, 438684, 7121248, 23241912),
('/var/lib/mysql/antonioarruda/wp_links.frm', 'wait/io/file/sql/FRM', 139767368939968, 16, 747334056, 415332, 46707892, 409185420, 8, 693012300, 1017480, 86626468, 409185420, 7424, 0, 0, 0, 0, 0, 0, 8, 54321756, 415332, 6789872, 25713888),
('/var/lib/mysql/antonioarruda/wp_newsletter.frm', 'wait/io/file/sql/FRM', 139767368940672, 16, 547742844, 410328, 34233476, 260838504, 8, 496004820, 952428, 62000116, 260838504, 1262, 0, 0, 0, 0, 0, 0, 8, 51738024, 410328, 6466836, 22376220),
('/var/lib/mysql/antonioarruda/wp_options.frm', 'wait/io/file/sql/FRM', 139767368941376, 16, 447686196, 427008, 27980144, 205052244, 8, 382118784, 867360, 47764848, 205052244, 1549, 0, 0, 0, 0, 0, 0, 8, 65567412, 427008, 8195440, 36610932),
('/var/lib/mysql/antonioarruda/wp_postmeta.frm', 'wait/io/file/sql/FRM', 139767368942080, 16, 1647918948, 427008, 102994552, 1425431100, 8, 1600360932, 1105884, 200044908, 1425431100, 1739, 0, 0, 0, 0, 0, 0, 8, 47558016, 427008, 5944752, 17602404),
('/var/lib/mysql/antonioarruda/wp_posts.frm', 'wait/io/file/sql/FRM', 139767368942784, 16, 439653108, 422004, 27478076, 203819592, 8, 382300596, 1007472, 47787088, 203819592, 5400, 0, 0, 0, 0, 0, 0, 8, 57352512, 422004, 7169064, 31566900),
('/var/lib/mysql/antonioarruda/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 139767368943488, 16, 1956098628, 425340, 122256060, 1572720504, 8, 1904277204, 740592, 238034164, 1572720504, 684, 0, 0, 0, 0, 0, 0, 8, 51821424, 425340, 6477400, 22886628),
('/var/lib/mysql/antonioarruda/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 139767368944192, 16, 562202736, 417000, 35137532, 266991756, 8, 507031968, 775620, 63378996, 266991756, 967, 0, 0, 0, 0, 0, 0, 8, 55170768, 417000, 6896068, 26671320),
('/var/lib/mysql/antonioarruda/wp_termmeta.frm', 'wait/io/file/sql/FRM', 139767368944896, 16, 1421988348, 406992, 88873820, 1123641528, 8, 1372643904, 980784, 171580488, 1123641528, 1739, 0, 0, 0, 0, 0, 0, 8, 49344444, 406992, 6167708, 19680732),
('/var/lib/mysql/antonioarruda/wp_terms.frm', 'wait/io/file/sql/FRM', 139767368945600, 16, 890233284, 432012, 55639476, 476068884, 8, 798716796, 977448, 99839252, 476068884, 2335, 0, 0, 0, 0, 0, 0, 8, 91516488, 432012, 11439144, 42749172),
('/var/lib/mysql/antonioarruda/wp_usermeta.frm', 'wait/io/file/sql/FRM', 139767368946304, 16, 1056689676, 502068, 66042792, 721703568, 8, 998888472, 1209300, 124860920, 721703568, 1741, 0, 0, 0, 0, 0, 0, 8, 57801204, 502068, 7224664, 25970760),
('/var/lib/mysql/antonioarruda/wp_users.frm', 'wait/io/file/sql/FRM', 139767368947008, 16, 3811598508, 450360, 238224872, 2702573664, 8, 3745957704, 1000800, 468244296, 2702573664, 5329, 0, 0, 0, 0, 0, 0, 8, 65640804, 450360, 8204892, 27473628),
('/var/lib/mysql/appradio/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 139767368947712, 16, 887157492, 540432, 55447100, 430659252, 8, 802768368, 1392780, 100345768, 430659252, 1748, 0, 0, 0, 0, 0, 0, 8, 84389124, 540432, 10548432, 35391624),
('/var/lib/mysql/appradio/wp_comments.frm', 'wait/io/file/sql/FRM', 139767368948416, 16, 1103480412, 468708, 68967352, 542900640, 8, 1020916080, 1406124, 127614232, 542900640, 4294, 0, 0, 0, 0, 0, 0, 8, 82564332, 468708, 10320472, 38994504),
('/var/lib/mysql/appradio/wp_links.frm', 'wait/io/file/sql/FRM', 139767368949120, 16, 1095705864, 562116, 68481408, 474190716, 8, 583886736, 1426140, 72985564, 306027960, 7424, 0, 0, 0, 0, 0, 0, 8, 511819128, 562116, 63977252, 474190716),
('/var/lib/mysql/appradio/wp_options.frm', 'wait/io/file/sql/FRM', 139767368949824, 16, 700775172, 512076, 43798344, 430497456, 8, 585301200, 1187616, 73162372, 430497456, 1549, 0, 0, 0, 0, 0, 0, 8, 115473972, 512076, 14433760, 43890084),
('/var/lib/mysql/appradio/wp_postmeta.frm', 'wait/io/file/sql/FRM', 139767368950528, 16, 482068680, 508740, 30129084, 272833092, 8, 407454036, 1337736, 50931268, 272833092, 1739, 0, 0, 0, 0, 0, 0, 8, 74614644, 508740, 9326344, 43975152),
('/var/lib/mysql/appradio/wp_posts.frm', 'wait/io/file/sql/FRM', 139767368951232, 16, 458715012, 513744, 28669584, 252840444, 8, 404429952, 1309380, 50553744, 252840444, 5401, 0, 0, 0, 0, 0, 0, 8, 54285060, 513744, 6785424, 26391096),
('/var/lib/mysql/appradio/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 139767368951936, 16, 536897508, 515412, 33555712, 338325444, 8, 477528384, 1102548, 59691048, 338325444, 684, 0, 0, 0, 0, 0, 0, 8, 59369124, 515412, 7420932, 34444200),
('/var/lib/mysql/appradio/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 139767368952640, 16, 566406096, 525420, 35399964, 369280188, 8, 506006148, 1317720, 63250560, 369280188, 967, 0, 0, 0, 0, 0, 0, 8, 60399948, 525420, 7549924, 35139756),
('/var/lib/mysql/appradio/wp_termmeta.frm', 'wait/io/file/sql/FRM', 139767368953344, 16, 509925948, 552108, 31869920, 312364692, 8, 439529676, 1401120, 54941140, 312364692, 1739, 0, 0, 0, 0, 0, 0, 8, 70396272, 552108, 8799256, 36904500),
('/var/lib/mysql/appradio/wp_terms.frm', 'wait/io/file/sql/FRM', 139767368954048, 16, 362389680, 518748, 22649216, 184315668, 8, 311565720, 1251000, 38945576, 184315668, 2287, 0, 0, 0, 0, 0, 0, 8, 50823960, 518748, 6352856, 26439468),
('/var/lib/mysql/appradio/wp_usermeta.frm', 'wait/io/file/sql/FRM', 139767368954752, 16, 599944572, 558780, 37496084, 280465860, 8, 544024872, 1336068, 68002692, 280465860, 1741, 0, 0, 0, 0, 0, 0, 8, 55919700, 558780, 6989476, 29396832),
('/var/lib/mysql/appradio/wp_users.frm', 'wait/io/file/sql/FRM', 139767368955456, 16, 456269724, 533760, 28516684, 216751596, 8, 397529436, 1157592, 49690832, 216751596, 5329, 0, 0, 0, 0, 0, 0, 8, 58740288, 533760, 7342536, 27935664),
('/var/lib/mysql/awyeah/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 139767368956160, 3, 516741396, 4882236, 172247132, 467977416, 1, 467977416, 467977416, 467977416, 467977416, 10, 0, 0, 0, 0, 0, 0, 2, 48763980, 4882236, 24381712, 43881744),
('/var/lib/mysql/awyeah/wp_comments.frm', 'wait/io/file/sql/FRM', 139767368956864, 3, 379418292, 4159992, 126472764, 355445796, 1, 355445796, 355445796, 355445796, 355445796, 10, 0, 0, 0, 0, 0, 0, 2, 23972496, 4159992, 11986248, 19812504),
('/var/lib/mysql/awyeah/wp_links.frm', 'wait/io/file/sql/FRM', 139767368957568, 3, 467176776, 5657856, 155725592, 441234372, 1, 441234372, 441234372, 441234372, 441234372, 10, 0, 0, 0, 0, 0, 0, 2, 25942404, 5657856, 12970924, 20284548),
('/var/lib/mysql/awyeah/wp_options.frm', 'wait/io/file/sql/FRM', 139767368958272, 3, 393721392, 4320120, 131240464, 364910028, 1, 364910028, 364910028, 364910028, 364910028, 10, 0, 0, 0, 0, 0, 0, 2, 28811364, 4320120, 14405404, 24491244),
('/var/lib/mysql/awyeah/wp_postmeta.frm', 'wait/io/file/sql/FRM', 139767368958976, 3, 371051604, 4248396, 123683868, 344326908, 1, 344326908, 344326908, 344326908, 344326908, 10, 0, 0, 0, 0, 0, 0, 2, 26724696, 4248396, 13362348, 22476300),
('/var/lib/mysql/awyeah/wp_posts.frm', 'wait/io/file/sql/FRM', 139767368959680, 3, 299132448, 3129168, 99710816, 274614516, 1, 274614516, 274614516, 274614516, 274614516, 10, 0, 0, 0, 0, 0, 0, 2, 24517932, 3129168, 12258688, 21388764),
('/var/lib/mysql/awyeah/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 139767368960384, 3, 282494148, 1916532, 94164716, 262309680, 1, 262309680, 262309680, 262309680, 262309680, 10, 0, 0, 0, 0, 0, 0, 2, 20184468, 1916532, 10091956, 18267936),
('/var/lib/mysql/awyeah/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 139767368961088, 3, 290874180, 3132504, 96958060, 270899880, 1, 270899880, 270899880, 270899880, 270899880, 10, 0, 0, 0, 0, 0, 0, 2, 19974300, 3132504, 9986872, 16841796),
('/var/lib/mysql/awyeah/wp_termmeta.frm', 'wait/io/file/sql/FRM', 139767368961792, 3, 493204248, 2577060, 164401416, 471355116, 1, 471355116, 471355116, 471355116, 471355116, 10, 0, 0, 0, 0, 0, 0, 2, 21849132, 2577060, 10924288, 19272072),
('/var/lib/mysql/awyeah/wp_terms.frm', 'wait/io/file/sql/FRM', 139767368962496, 3, 326365884, 2887308, 108788628, 307839408, 1, 307839408, 307839408, 307839408, 307839408, 10, 0, 0, 0, 0, 0, 0, 2, 18526476, 2887308, 9262960, 15639168),
('/var/lib/mysql/awyeah/wp_usermeta.frm', 'wait/io/file/sql/FRM', 139767368963200, 3, 331713492, 2475312, 110571164, 312126168, 1, 312126168, 312126168, 312126168, 312126168, 10, 0, 0, 0, 0, 0, 0, 2, 19587324, 2475312, 9793384, 17112012),
('/var/lib/mysql/awyeah/wp_users.frm', 'wait/io/file/sql/FRM', 139767368963904, 3, 344860668, 13869420, 114953556, 314397984, 1, 314397984, 314397984, 314397984, 314397984, 10, 0, 0, 0, 0, 0, 0, 2, 30462684, 13869420, 15231064, 16593264),
('/var/lib/mysql/beliv/cp_atributes.frm', 'wait/io/file/sql/FRM', 139767368964608, 3, 755780808, 6260004, 251926936, 701924424, 1, 701924424, 701924424, 701924424, 701924424, 10, 0, 0, 0, 0, 0, 0, 2, 53856384, 6260004, 26928192, 47596380),
('/var/lib/mysql/beliv/cp_brands.frm', 'wait/io/file/sql/FRM', 139767368965312, 16, 891912960, 463704, 55744560, 405902796, 8, 810918216, 929076, 101364360, 405902796, 6467, 0, 0, 0, 0, 0, 0, 8, 80994744, 463704, 10124204, 39263052),
('/var/lib/mysql/beliv/cp_clientes.frm', 'wait/io/file/sql/FRM', 139767368966016, 16, 1474939008, 450360, 92183688, 682553940, 8, 753237108, 937416, 94154152, 393145932, 6155, 0, 0, 0, 0, 0, 0, 8, 721701900, 450360, 90212668, 682553940),
('/var/lib/mysql/beliv/cp_favorites.frm', 'wait/io/file/sql/FRM', 139767368966720, 3, 337199544, 2905656, 112399848, 302666940, 1, 302666940, 302666940, 302666940, 302666940, 10, 0, 0, 0, 0, 0, 0, 2, 34532604, 2905656, 17266024, 31626948),
('/var/lib/mysql/beliv/cp_imagens.frm', 'wait/io/file/sql/FRM', 139767368967424, 3, 304695228, 5142444, 101565076, 279328284, 1, 279328284, 279328284, 279328284, 279328284, 10, 0, 0, 0, 0, 0, 0, 2, 25366944, 5142444, 12683472, 20224500),
('/var/lib/mysql/beliv/cp_log.frm', 'wait/io/file/sql/FRM', 139767368968128, 3, 364416300, 2937348, 121472100, 336130356, 1, 336130356, 336130356, 336130356, 336130356, 10, 0, 0, 0, 0, 0, 0, 2, 28285944, 2937348, 14142972, 25348596),
('/var/lib/mysql/beliv/cp_perfil.frm', 'wait/io/file/sql/FRM', 139767368968832, 3, 267665628, 3197556, 89221876, 247374408, 1, 247374408, 247374408, 247374408, 247374408, 10, 0, 0, 0, 0, 0, 0, 2, 20291220, 3197556, 10145332, 17093664),
('/var/lib/mysql/beliv/cp_permissoes.frm', 'wait/io/file/sql/FRM', 139767368969536, 3, 324817980, 2460300, 108272660, 303659400, 1, 303659400, 303659400, 303659400, 303659400, 10, 0, 0, 0, 0, 0, 0, 2, 21158580, 2460300, 10579012, 18698280),
('/var/lib/mysql/beliv/cp_products.frm', 'wait/io/file/sql/FRM', 139767368970240, 16, 742646976, 438684, 46415436, 358116264, 8, 680757504, 935748, 85094688, 358116264, 3922, 0, 0, 0, 0, 0, 0, 8, 61889472, 438684, 7736184, 34294080),
('/var/lib/mysql/beliv/cp_tela.frm', 'wait/io/file/sql/FRM', 139767368970944, 3, 420946488, 2939016, 140315496, 402581808, 1, 402581808, 402581808, 402581808, 402581808, 10, 0, 0, 0, 0, 0, 0, 2, 18364680, 2939016, 9182340, 15425664),
('/var/lib/mysql/beliv/cp_typeproducts.frm', 'wait/io/file/sql/FRM', 139767368971648, 3, 286243812, 1954896, 95414604, 266177772, 1, 266177772, 266177772, 266177772, 266177772, 10, 0, 0, 0, 0, 0, 0, 2, 20066040, 1954896, 10033020, 18111144),
('/var/lib/mysql/beliv/cp_typeproducts_atributes.frm', 'wait/io/file/sql/FRM', 139767368972352, 3, 241986768, 2041632, 80662256, 225038220, 1, 225038220, 225038220, 225038220, 225038220, 10, 0, 0, 0, 0, 0, 0, 2, 16948548, 2041632, 8473996, 14906916),
('/var/lib/mysql/beliv/cp_typeproducts_flavors.frm', 'wait/io/file/sql/FRM', 139767368973056, 3, 348003180, 4009872, 116001060, 328239048, 1, 328239048, 328239048, 328239048, 328239048, 10, 0, 0, 0, 0, 0, 0, 2, 19764132, 4009872, 9881788, 15754260),
('/var/lib/mysql/beliv/cp_typeproducts_flavorsesp.frm', 'wait/io/file/sql/FRM', 139767368973760, 3, 284709252, 2415264, 94903084, 258573360, 1, 258573360, 258573360, 258573360, 258573360, 10, 0, 0, 0, 0, 0, 0, 2, 26135892, 2415264, 13067668, 23720628),
('/var/lib/mysql/beliv/cp_typeproducts_support.frm', 'wait/io/file/sql/FRM', 139767368974464, 3, 348381816, 3040764, 116127272, 327741984, 1, 327741984, 327741984, 327741984, 327741984, 10, 0, 0, 0, 0, 0, 0, 2, 20639832, 3040764, 10319916, 17599068),
('/var/lib/mysql/beliv/cp_typeproducts_supportesp.frm', 'wait/io/file/sql/FRM', 139767368975168, 3, 221492052, 2370228, 73830684, 202425144, 1, 202425144, 202425144, 202425144, 202425144, 10, 0, 0, 0, 0, 0, 0, 2, 19066908, 2370228, 9533176, 16696680),
('/var/lib/mysql/beliv/cp_usuarios.frm', 'wait/io/file/sql/FRM', 139767368975872, 3, 255028860, 2451960, 85009620, 236599128, 1, 236599128, 236599128, 236599128, 236599128, 10, 0, 0, 0, 0, 0, 0, 2, 18429732, 2451960, 9214588, 15977772),
('/var/lib/mysql/beliv/cp_welcome.frm', 'wait/io/file/sql/FRM', 139767368976576, 16, 587282784, 447024, 36704896, 304970448, 8, 523128168, 835668, 65390604, 304970448, 674, 0, 0, 0, 0, 0, 0, 8, 64154616, 447024, 8019188, 38991168),
('/var/lib/mysql/bp_radio/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 139767368977280, 3, 936195024, 4872228, 312065008, 653450676, 1, 277872120, 277872120, 277872120, 277872120, 10, 0, 0, 0, 0, 0, 0, 2, 658322904, 4872228, 329161452, 653450676),
('/var/lib/mysql/bp_radio/wp_comments.frm', 'wait/io/file/sql/FRM', 139767368977984, 3, 274344300, 2924004, 91448100, 249936456, 1, 249936456, 249936456, 249936456, 249936456, 10, 0, 0, 0, 0, 0, 0, 2, 24407844, 2924004, 12203644, 21483840),
('/var/lib/mysql/bp_radio/wp_links.frm', 'wait/io/file/sql/FRM', 139767368978688, 3, 270993288, 2957364, 90331096, 249222552, 1, 249222552, 249222552, 249222552, 249222552, 10, 0, 0, 0, 0, 0, 0, 2, 21770736, 2957364, 10885368, 18813372),
('/var/lib/mysql/bp_radio/wp_options.frm', 'wait/io/file/sql/FRM', 139767368979392, 3, 620784564, 3239256, 206928188, 329309904, 1, 288235404, 288235404, 288235404, 288235404, 10, 0, 0, 0, 0, 0, 0, 2, 332549160, 3239256, 166274580, 329309904),
('/var/lib/mysql/bp_radio/wp_postmeta.frm', 'wait/io/file/sql/FRM', 139767368980096, 3, 251973084, 2513676, 83991028, 232680996, 1, 232680996, 232680996, 232680996, 232680996, 10, 0, 0, 0, 0, 0, 0, 2, 19292088, 2513676, 9646044, 16778412),
('/var/lib/mysql/bp_radio/wp_posts.frm', 'wait/io/file/sql/FRM', 139767368980800, 3, 151259244, 2246796, 50419748, 131663580, 1, 131663580, 131663580, 131663580, 131663580, 10, 0, 0, 0, 0, 0, 0, 2, 19595664, 2246796, 9797832, 17348868),
('/var/lib/mysql/bp_radio/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 139767368981504, 3, 347567832, 2093340, 115855944, 329346600, 1, 329346600, 329346600, 329346600, 329346600, 10, 0, 0, 0, 0, 0, 0, 2, 18221232, 2093340, 9110616, 16127892),
('/var/lib/mysql/bp_radio/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 139767368982208, 3, 152990628, 5412660, 50996876, 129193272, 1, 129193272, 129193272, 129193272, 129193272, 10, 0, 0, 0, 0, 0, 0, 2, 23797356, 5412660, 11898400, 18384696),
('/var/lib/mysql/bp_radio/wp_termmeta.frm', 'wait/io/file/sql/FRM', 139767368982912, 3, 603784308, 3486120, 201261436, 577189716, 1, 577189716, 577189716, 577189716, 577189716, 10, 0, 0, 0, 0, 0, 0, 2, 26594592, 3486120, 13297296, 23108472),
('/var/lib/mysql/bp_radio/wp_terms.frm', 'wait/io/file/sql/FRM', 139767368983616, 3, 238860936, 2642112, 79620312, 217892508, 1, 217892508, 217892508, 217892508, 217892508, 10, 0, 0, 0, 0, 0, 0, 2, 20968428, 2642112, 10483936, 18326316),
('/var/lib/mysql/bp_radio/wp_usermeta.frm', 'wait/io/file/sql/FRM', 139767368984320, 3, 263081964, 3956496, 87693988, 242000112, 1, 242000112, 242000112, 242000112, 242000112, 10, 0, 0, 0, 0, 0, 0, 2, 21081852, 3956496, 10540648, 17125356),
('/var/lib/mysql/bp_radio/wp_users.frm', 'wait/io/file/sql/FRM', 139767368985024, 3, 324943080, 3029088, 108314360, 301185756, 1, 301185756, 301185756, 301185756, 301185756, 10, 0, 0, 0, 0, 0, 0, 2, 23757324, 3029088, 11878384, 20728236),
('/var/lib/mysql/braza_dev/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 139767368985728, 3, 884201796, 6004800, 294733932, 839908056, 1, 839908056, 839908056, 839908056, 839908056, 10, 0, 0, 0, 0, 0, 0, 2, 44293740, 6004800, 22146592, 38288940),
('/var/lib/mysql/braza_dev/wp_comments.frm', 'wait/io/file/sql/FRM', 139767368986432, 3, 441918252, 5866356, 147306084, 407323932, 1, 407323932, 407323932, 407323932, 407323932, 10, 0, 0, 0, 0, 0, 0, 2, 34594320, 5866356, 17297160, 28727964),
('/var/lib/mysql/braza_dev/wp_links.frm', 'wait/io/file/sql/FRM', 139767368987136, 3, 343124280, 4965636, 114374760, 303942960, 1, 303942960, 303942960, 303942960, 303942960, 10, 0, 0, 0, 0, 0, 0, 2, 39181320, 4965636, 19590660, 34215684),
('/var/lib/mysql/braza_dev/wp_options.frm', 'wait/io/file/sql/FRM', 139767368987840, 3, 310908528, 3220908, 103636176, 273191712, 1, 273191712, 273191712, 273191712, 273191712, 10, 0, 0, 0, 0, 0, 0, 2, 37716816, 3220908, 18858408, 34495908),
('/var/lib/mysql/braza_dev/wp_postmeta.frm', 'wait/io/file/sql/FRM', 139767368988544, 3, 351722820, 2853948, 117240940, 330635964, 1, 330635964, 330635964, 330635964, 330635964, 10, 0, 0, 0, 0, 0, 0, 2, 21086856, 2853948, 10543428, 18232908),
('/var/lib/mysql/braza_dev/wp_posts.frm', 'wait/io/file/sql/FRM', 139767368989248, 3, 363588972, 2722176, 121196324, 342135156, 1, 342135156, 342135156, 342135156, 342135156, 10, 0, 0, 0, 0, 0, 0, 2, 21453816, 2722176, 10726908, 18731640),
('/var/lib/mysql/braza_dev/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 139767368989952, 3, 519585336, 3522816, 173195112, 469598712, 1, 469598712, 469598712, 469598712, 469598712, 10, 0, 0, 0, 0, 0, 0, 2, 49986624, 3522816, 24993312, 46463808),
('/var/lib/mysql/braza_dev/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 139767368990656, 3, 370264308, 3644580, 123421436, 345150900, 1, 345150900, 345150900, 345150900, 345150900, 10, 0, 0, 0, 0, 0, 0, 2, 25113408, 3644580, 12556704, 21468828),
('/var/lib/mysql/braza_dev/wp_termmeta.frm', 'wait/io/file/sql/FRM', 139767368991360, 3, 358398156, 5385972, 119466052, 333356472, 1, 333356472, 333356472, 333356472, 333356472, 10, 0, 0, 0, 0, 0, 0, 2, 25041684, 5385972, 12520564, 19655712),
('/var/lib/mysql/braza_dev/wp_terms.frm', 'wait/io/file/sql/FRM', 139767368992064, 3, 358773456, 2912328, 119591152, 334465692, 1, 334465692, 334465692, 334465692, 334465692, 10, 0, 0, 0, 0, 0, 0, 2, 24307764, 2912328, 12153604, 21395436),
('/var/lib/mysql/braza_dev/wp_usermeta.frm', 'wait/io/file/sql/FRM', 139767368992768, 3, 236490708, 2518680, 78830236, 215747460, 1, 215747460, 215747460, 215747460, 215747460, 10, 0, 0, 0, 0, 0, 0, 2, 20743248, 2518680, 10371624, 18224568),
('/var/lib/mysql/braza_dev/wp_users.frm', 'wait/io/file/sql/FRM', 139767368993472, 3, 346101660, 2238456, 115367220, 326077320, 1, 326077320, 326077320, 326077320, 326077320, 10, 0, 0, 0, 0, 0, 0, 2, 20024340, 2238456, 10011892, 17785884),
('/var/lib/mysql/braza_dev/wp_wicity_payment_history.frm', 'wait/io/file/sql/FRM', 139767368994176, 3, 427323252, 2827260, 142441084, 408613296, 1, 408613296, 408613296, 408613296, 408613296, 10, 0, 0, 0, 0, 0, 0, 2, 18709956, 2827260, 9354700, 15882696),
('/var/lib/mysql/braza_dev/wp_wicity_payment_plan_relationship.frm', 'wait/io/file/sql/FRM', 139767368994880, 3, 465063420, 4850544, 155021140, 440527140, 1, 440527140, 440527140, 440527140, 440527140, 10, 0, 0, 0, 0, 0, 0, 2, 24536280, 4850544, 12268140, 19685736),
('/var/lib/mysql/braza_dev/wp_wicity_submission_plan_relationships.frm', 'wait/io/file/sql/FRM', 139767368995584, 3, 349234164, 4867224, 116411388, 318424536, 1, 318424536, 318424536, 318424536, 318424536, 10, 0, 0, 0, 0, 0, 0, 2, 30809628, 4867224, 15404536, 25942404),
('/var/lib/mysql/braza_dev/wp_wilcity_business_hour_meta.frm', 'wait/io/file/sql/FRM', 139767368996288, 3, 330944544, 5030688, 110314848, 297467784, 1, 297467784, 297467784, 297467784, 297467784, 10, 0, 0, 0, 0, 0, 0, 2, 33476760, 5030688, 16738380, 28446072),
('/var/lib/mysql/braza_dev/wp_wilcity_business_hours.frm', 'wait/io/file/sql/FRM', 139767368996992, 3, 364402956, 4618692, 121467652, 304615164, 1, 304615164, 304615164, 304615164, 304615164, 10, 0, 0, 0, 0, 0, 0, 2, 59787792, 4618692, 29893896, 55169100),
('/var/lib/mysql/braza_dev/wp_wilcity_events_data.frm', 'wait/io/file/sql/FRM', 139767368997696, 3, 319909056, 2732184, 106636352, 294783972, 1, 294783972, 294783972, 294783972, 294783972, 10, 0, 0, 0, 0, 0, 0, 2, 25125084, 2732184, 12562264, 22392900),
('/var/lib/mysql/braza_dev/wp_wilcity_favorites_statistic.frm', 'wait/io/file/sql/FRM', 139767368998400, 3, 302356692, 2582064, 100785564, 274512768, 1, 274512768, 274512768, 274512768, 274512768, 10, 0, 0, 0, 0, 0, 0, 2, 27843924, 2582064, 13921684, 25261860),
('/var/lib/mysql/braza_dev/wp_wilcity_follower.frm', 'wait/io/file/sql/FRM', 139767368999104, 3, 243766524, 2343540, 81255508, 223019940, 1, 223019940, 223019940, 223019940, 223019940, 10, 0, 0, 0, 0, 0, 0, 2, 20746584, 2343540, 10373292, 18403044),
('/var/lib/mysql/braza_dev/wp_wilcity_invoices.frm', 'wait/io/file/sql/FRM', 139767368999808, 3, 319595472, 3731316, 106531824, 297731328, 1, 297731328, 297731328, 297731328, 297731328, 10, 0, 0, 0, 0, 0, 0, 2, 21864144, 3731316, 10932072, 18132828),
('/var/lib/mysql/braza_dev/wp_wilcity_latlng.frm', 'wait/io/file/sql/FRM', 139767369000512, 3, 399194100, 2206764, 133064700, 378183972, 1, 378183972, 378183972, 378183972, 378183972, 10, 0, 0, 0, 0, 0, 0, 2, 21010128, 2206764, 10505064, 18803364),
('/var/lib/mysql/braza_dev/wp_wilcity_message.frm', 'wait/io/file/sql/FRM', 139767369001216, 3, 286564068, 2180076, 95521356, 268991688, 1, 268991688, 268991688, 268991688, 268991688, 10, 0, 0, 0, 0, 0, 0, 2, 17572380, 2180076, 8785912, 15392304),
('/var/lib/mysql/braza_dev/wp_wilcity_notifications.frm', 'wait/io/file/sql/FRM', 139767369001920, 3, 379671828, 2063316, 126557276, 360860124, 1, 360860124, 360860124, 360860124, 360860124, 10, 0, 0, 0, 0, 0, 0, 2, 18811704, 2063316, 9405852, 16748388),
('/var/lib/mysql/braza_dev/wp_wilcity_payment_meta.frm', 'wait/io/file/sql/FRM', 139767369002624, 3, 380240616, 2141712, 126746872, 362443056, 1, 362443056, 362443056, 362443056, 362443056, 10, 0, 0, 0, 0, 0, 0, 2, 17797560, 2141712, 8898780, 15655848),
('/var/lib/mysql/braza_dev/wp_wilcity_review_meta.frm', 'wait/io/file/sql/FRM', 139767369003328, 3, 352531800, 2270148, 117510600, 334148772, 1, 334148772, 334148772, 334148772, 334148772, 10, 0, 0, 0, 0, 0, 0, 2, 18383028, 2270148, 9191236, 16112880),
('/var/lib/mysql/braza_dev/wp_wilcity_shares_statistic.frm', 'wait/io/file/sql/FRM', 139767369004032, 3, 306746868, 5069052, 102248956, 283623384, 1, 283623384, 283623384, 283623384, 283623384, 10, 0, 0, 0, 0, 0, 0, 2, 23123484, 5069052, 11561464, 18054432),
('/var/lib/mysql/braza_dev/wp_wilcity_views_statistic.frm', 'wait/io/file/sql/FRM', 139767369004736, 3, 341267796, 5973108, 113755932, 309070392, 1, 309070392, 309070392, 309070392, 309070392, 10, 0, 0, 0, 0, 0, 0, 2, 32197404, 5973108, 16098424, 26224296),
('/var/lib/mysql/brickhouse/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 139767369005440, 3, 810733068, 5559444, 270244356, 507931020, 1, 297242604, 297242604, 297242604, 297242604, 10, 0, 0, 0, 0, 0, 0, 2, 513490464, 5559444, 256745232, 507931020),
('/var/lib/mysql/brickhouse/wp_comments.frm', 'wait/io/file/sql/FRM', 139767369006144, 3, 324936408, 4823856, 108312136, 288770832, 1, 288770832, 288770832, 288770832, 288770832, 10, 0, 0, 0, 0, 0, 0, 2, 36165576, 4823856, 18082788, 31341720),
('/var/lib/mysql/brickhouse/wp_links.frm', 'wait/io/file/sql/FRM', 139767369006848, 3, 344155104, 4541964, 114718368, 315694020, 1, 315694020, 315694020, 315694020, 315694020, 10, 0, 0, 0, 0, 0, 0, 2, 28461084, 4541964, 14230264, 23919120),
('/var/lib/mysql/brickhouse/wp_options.frm', 'wait/io/file/sql/FRM', 139767369007552, 3, 376139004, 4538628, 125379668, 347994840, 1, 347994840, 347994840, 347994840, 347994840, 10, 0, 0, 0, 0, 0, 0, 2, 28144164, 4538628, 14071804, 23605536),
('/var/lib/mysql/brickhouse/wp_postmeta.frm', 'wait/io/file/sql/FRM', 139767369008256, 3, 290455512, 4431876, 96818504, 262696656, 1, 262696656, 262696656, 262696656, 262696656, 10, 0, 0, 0, 0, 0, 0, 2, 27758856, 4431876, 13879428, 23326980),
('/var/lib/mysql/brickhouse/wp_posts.frm', 'wait/io/file/sql/FRM', 139767369008960, 3, 218726508, 4456896, 72908836, 185324808, 1, 185324808, 185324808, 185324808, 185324808, 10, 0, 0, 0, 0, 0, 0, 2, 33401700, 4456896, 16700572, 28944804),
('/var/lib/mysql/brickhouse/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 139767369009664, 3, 208476648, 4657056, 69492216, 182232336, 1, 182232336, 182232336, 182232336, 182232336, 10, 0, 0, 0, 0, 0, 0, 2, 26244312, 4657056, 13122156, 21587256),
('/var/lib/mysql/brickhouse/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 139767369010368, 3, 192213648, 4285092, 64071216, 167235348, 1, 167235348, 167235348, 167235348, 167235348, 10, 0, 0, 0, 0, 0, 0, 2, 24978300, 4285092, 12488872, 20693208),
('/var/lib/mysql/brickhouse/wp_termmeta.frm', 'wait/io/file/sql/FRM', 139767369011072, 3, 185067936, 4128300, 61689312, 159252300, 1, 159252300, 159252300, 159252300, 159252300, 10, 0, 0, 0, 0, 0, 0, 2, 25815636, 4128300, 12907540, 21687336),
('/var/lib/mysql/brickhouse/wp_terms.frm', 'wait/io/file/sql/FRM', 139767369011776, 3, 185393196, 4436880, 61797732, 160601712, 1, 160601712, 160601712, 160601712, 160601712, 10, 0, 0, 0, 0, 0, 0, 2, 24791484, 4436880, 12395464, 20354604),
('/var/lib/mysql/brickhouse/wp_usermeta.frm', 'wait/io/file/sql/FRM', 139767369012480, 3, 183583416, 4360152, 61194472, 159233952, 1, 159233952, 159233952, 159233952, 159233952, 10, 0, 0, 0, 0, 0, 0, 2, 24349464, 4360152, 12174732, 19989312),
('/var/lib/mysql/brickhouse/wp_users.frm', 'wait/io/file/sql/FRM', 139767369013184, 3, 245074236, 4099944, 81691412, 203382576, 1, 203382576, 203382576, 203382576, 203382576, 10, 0, 0, 0, 0, 0, 0, 2, 41691660, 4099944, 20845552, 37591716),
('/var/lib/mysql/brilux/cp_categorias.frm', 'wait/io/file/sql/FRM', 139767369013888, 3, 522225780, 5616156, 174075260, 480979476, 1, 480979476, 480979476, 480979476, 480979476, 10, 0, 0, 0, 0, 0, 0, 2, 41246304, 5616156, 20623152, 35630148),
('/var/lib/mysql/brilux/cp_dicas.frm', 'wait/io/file/sql/FRM', 139767369014592, 3, 397772964, 4727112, 132590988, 366869928, 1, 366869928, 366869928, 366869928, 366869928, 10, 0, 0, 0, 0, 0, 0, 2, 30903036, 4727112, 15451240, 26175924),
('/var/lib/mysql/brilux/cp_dicas_has_cp_problemas.frm', 'wait/io/file/sql/FRM', 139767369015296, 3, 368059212, 7334196, 122686404, 335838456, 1, 335838456, 335838456, 335838456, 335838456, 10, 0, 0, 0, 0, 0, 0, 2, 32220756, 7334196, 16110100, 24886560),
('/var/lib/mysql/brilux/cp_dicas_has_cp_produtos.frm', 'wait/io/file/sql/FRM', 139767369016000, 3, 342190200, 3260940, 114063400, 306721848, 1, 306721848, 306721848, 306721848, 306721848, 10, 0, 0, 0, 0, 0, 0, 2, 35468352, 3260940, 17734176, 32207412),
('/var/lib/mysql/brilux/cp_imagens.frm', 'wait/io/file/sql/FRM', 139767369016704, 3, 260027856, 2698824, 86675952, 235711752, 1, 235711752, 235711752, 235711752, 235711752, 10, 0, 0, 0, 0, 0, 0, 2, 24316104, 2698824, 12158052, 21617280),
('/var/lib/mysql/brilux/cp_log.frm', 'wait/io/file/sql/FRM', 139767369017408, 3, 235034544, 3711300, 78344848, 211630836, 1, 211630836, 211630836, 211630836, 211630836, 10, 0, 0, 0, 0, 0, 0, 2, 23403708, 3711300, 11701576, 19692408),
('/var/lib/mysql/brilux/cp_newsletter.frm', 'wait/io/file/sql/FRM', 139767369018112, 3, 430942812, 2720508, 143647604, 404298180, 1, 404298180, 404298180, 404298180, 404298180, 10, 0, 0, 0, 0, 0, 0, 2, 26644632, 2720508, 13322316, 23924124),
('/var/lib/mysql/brilux/cp_perfil.frm', 'wait/io/file/sql/FRM', 139767369018816, 3, 264764976, 2160060, 88254992, 244762320, 1, 244762320, 244762320, 244762320, 244762320, 10, 0, 0, 0, 0, 0, 0, 2, 20002656, 2160060, 10001328, 17842596),
('/var/lib/mysql/brilux/cp_permissoes.frm', 'wait/io/file/sql/FRM', 139767369019520, 3, 250390152, 2985720, 83463384, 209035428, 1, 209035428, 209035428, 209035428, 209035428, 10, 0, 0, 0, 0, 0, 0, 2, 41354724, 2985720, 20677084, 38369004),
('/var/lib/mysql/brilux/cp_problemas.frm', 'wait/io/file/sql/FRM', 139767369020224, 3, 366954996, 2898984, 122318332, 344989104, 1, 344989104, 344989104, 344989104, 344989104, 10, 0, 0, 0, 0, 0, 0, 2, 21965892, 2898984, 10982668, 19066908),
('/var/lib/mysql/brilux/cp_produtos.frm', 'wait/io/file/sql/FRM', 139767369020928, 3, 285466524, 2308512, 95155508, 265068552, 1, 265068552, 265068552, 265068552, 265068552, 10, 0, 0, 0, 0, 0, 0, 2, 20397972, 2308512, 10198708, 18089460),
('/var/lib/mysql/brilux/cp_tela.frm', 'wait/io/file/sql/FRM', 139767369021632, 3, 410693292, 3252600, 136897764, 389721528, 1, 389721528, 389721528, 389721528, 389721528, 10, 0, 0, 0, 0, 0, 0, 2, 20971764, 3252600, 10485604, 17719164),
('/var/lib/mysql/brilux/cp_usuarios.frm', 'wait/io/file/sql/FRM', 139767369022336, 3, 313965972, 3294300, 104655324, 292747344, 1, 292747344, 292747344, 292747344, 292747344, 10, 0, 0, 0, 0, 0, 0, 2, 21218628, 3294300, 10609036, 17924328),
('/var/lib/mysql/cappen_nautico/cp_arrecadacao.frm', 'wait/io/file/sql/FRM', 139767369023040, 3, 544860540, 5721240, 181620180, 503435760, 1, 503435760, 503435760, 503435760, 503435760, 10, 0, 0, 0, 0, 0, 0, 2, 41424780, 5721240, 20712112, 35703540),
('/var/lib/mysql/cappen_nautico/cp_imagens.frm', 'wait/io/file/sql/FRM', 139767369023744, 3, 413355420, 3824724, 137785140, 383888532, 1, 383888532, 383888532, 383888532, 383888532, 10, 0, 0, 0, 0, 0, 0, 2, 29466888, 3824724, 14733444, 25642164),
('/var/lib/mysql/cappen_nautico/cp_log.frm', 'wait/io/file/sql/FRM', 139767369024448, 3, 1037956368, 3010740, 345985456, 783958332, 1, 250987296, 250987296, 250987296, 250987296, 10, 0, 0, 0, 0, 0, 0, 2, 786969072, 3010740, 393484536, 783958332),
('/var/lib/mysql/cappen_nautico/cp_noticias.frm', 'wait/io/file/sql/FRM', 139767369025152, 3, 274307604, 2046636, 91435868, 251447664, 1, 251447664, 251447664, 251447664, 251447664, 10, 0, 0, 0, 0, 0, 0, 2, 22859940, 2046636, 11429692, 20813304),
('/var/lib/mysql/cappen_nautico/cp_perfil.frm', 'wait/io/file/sql/FRM', 139767369025856, 3, 218085996, 2085000, 72695332, 200460240, 1, 200460240, 200460240, 200460240, 200460240, 10, 0, 0, 0, 0, 0, 0, 2, 17625756, 2085000, 8812600, 15540756),
('/var/lib/mysql/cappen_nautico/cp_permissoes.frm', 'wait/io/file/sql/FRM', 139767369026560, 3, 216701556, 2538696, 72233852, 198215112, 1, 198215112, 198215112, 198215112, 198215112, 10, 0, 0, 0, 0, 0, 0, 2, 18486444, 2538696, 9242944, 15947748),
('/var/lib/mysql/cappen_nautico/cp_tela.frm', 'wait/io/file/sql/FRM', 139767369027264, 3, 217952556, 2240124, 72650852, 198810588, 1, 198810588, 198810588, 198810588, 198810588, 10, 0, 0, 0, 0, 0, 0, 2, 19141968, 2240124, 9570984, 16901844),
('/var/lib/mysql/cappen_nautico/cp_usuarios.frm', 'wait/io/file/sql/FRM', 139767369027968, 3, 216668196, 2076660, 72222732, 199027428, 1, 199027428, 199027428, 199027428, 199027428, 10, 0, 0, 0, 0, 0, 0, 2, 17640768, 2076660, 8820384, 15564108),
('/var/lib/mysql/cavora/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 139767369028672, 3, 520444356, 5689548, 173481452, 467156760, 1, 467156760, 467156760, 467156760, 467156760, 10, 0, 0, 0, 0, 0, 0, 2, 53287596, 5689548, 26643520, 47598048),
('/var/lib/mysql/cavora/wp_comments.frm', 'wait/io/file/sql/FRM', 139767369029376, 3, 449924652, 5807976, 149974884, 417718908, 1, 417718908, 417718908, 417718908, 417718908, 10, 0, 0, 0, 0, 0, 0, 2, 32205744, 5807976, 16102872, 26397768),
('/var/lib/mysql/cavora/wp_links.frm', 'wait/io/file/sql/FRM', 139767369030080, 3, 335815104, 3736320, 111938368, 291853296, 1, 291853296, 291853296, 291853296, 291853296, 10, 0, 0, 0, 0, 0, 0, 2, 43961808, 3736320, 21980904, 40225488),
('/var/lib/mysql/cavora/wp_options.frm', 'wait/io/file/sql/FRM', 139767369030784, 3, 275093232, 2898984, 91697744, 253517652, 1, 253517652, 253517652, 253517652, 253517652, 10, 0, 0, 0, 0, 0, 0, 2, 21575580, 2898984, 10787512, 18676596),
('/var/lib/mysql/cavora/wp_postmeta.frm', 'wait/io/file/sql/FRM', 139767369031488, 3, 275738748, 3097476, 91912916, 256204800, 1, 256204800, 256204800, 256204800, 256204800, 10, 0, 0, 0, 0, 0, 0, 2, 19533948, 3097476, 9766696, 16436472),
('/var/lib/mysql/cavora/wp_posts.frm', 'wait/io/file/sql/FRM', 139767369032192, 3, 248433588, 2657124, 82811196, 226919724, 1, 226919724, 226919724, 226919724, 226919724, 10, 0, 0, 0, 0, 0, 0, 2, 21513864, 2657124, 10756932, 18856740),
('/var/lib/mysql/cavora/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 139767369032896, 3, 238575708, 2418600, 79525236, 217457160, 1, 217457160, 217457160, 217457160, 217457160, 10, 0, 0, 0, 0, 0, 0, 2, 21118548, 2418600, 10558996, 18699948),
('/var/lib/mysql/cavora/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 139767369033600, 3, 269852376, 4286760, 89950792, 249165840, 1, 249165840, 249165840, 249165840, 249165840, 10, 0, 0, 0, 0, 0, 0, 2, 20686536, 4286760, 10343268, 16399776),
('/var/lib/mysql/cavora/wp_termmeta.frm', 'wait/io/file/sql/FRM', 139767369034304, 3, 285142932, 2548704, 95047644, 262247964, 1, 262247964, 262247964, 262247964, 262247964, 10, 0, 0, 0, 0, 0, 0, 2, 22894968, 2548704, 11447484, 20346264),
('/var/lib/mysql/cavora/wp_terms.frm', 'wait/io/file/sql/FRM', 139767369035008, 3, 241069368, 2507004, 80356456, 223345200, 1, 223345200, 223345200, 223345200, 223345200, 10, 0, 0, 0, 0, 0, 0, 2, 17724168, 2507004, 8862084, 15217164),
('/var/lib/mysql/cavora/wp_usermeta.frm', 'wait/io/file/sql/FRM', 139767369035712, 3, 265303740, 2146716, 88434580, 247165908, 1, 247165908, 247165908, 247165908, 247165908, 10, 0, 0, 0, 0, 0, 0, 2, 18137832, 2146716, 9068916, 15991116),
('/var/lib/mysql/cavora/wp_users.frm', 'wait/io/file/sql/FRM', 139767369036416, 3, 232766064, 2256804, 77588688, 214916796, 1, 214916796, 214916796, 214916796, 214916796, 10, 0, 0, 0, 0, 0, 0, 2, 17849268, 2256804, 8924356, 15592464),
('/var/lib/mysql/cbx/smackuci_events.frm', 'wait/io/file/sql/FRM', 139767369037120, 16, 1323908280, 435348, 82743920, 634111884, 8, 1221356304, 979116, 152669260, 634111884, 6579, 0, 0, 0, 0, 0, 0, 8, 102551976, 435348, 12818580, 52395216),
('/var/lib/mysql/cbx/smackuci_history.frm', 'wait/io/file/sql/FRM', 139767369037824, 3, 363487224, 4647048, 121162408, 333491580, 1, 333491580, 333491580, 333491580, 333491580, 10, 0, 0, 0, 0, 0, 0, 2, 29995644, 4647048, 14997544, 25348596),
('/var/lib/mysql/cbx/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 139767369038528, 3, 374257500, 3786360, 124752500, 332554164, 1, 332554164, 332554164, 332554164, 332554164, 10, 0, 0, 0, 0, 0, 0, 2, 41703336, 3786360, 20851668, 37916976),
('/var/lib/mysql/cbx/wp_comments.frm', 'wait/io/file/sql/FRM', 139767369039232, 16, 1055233512, 462036, 65951608, 485965128, 8, 957692208, 1080864, 119711248, 485965128, 4294, 0, 0, 0, 0, 0, 0, 8, 97541304, 462036, 12192524, 60915360),
('/var/lib/mysql/cbx/wp_links.frm', 'wait/io/file/sql/FRM', 139767369039936, 3, 443896500, 5841336, 147965500, 409700832, 1, 409700832, 409700832, 409700832, 409700832, 10, 0, 0, 0, 0, 0, 0, 2, 34195668, 5841336, 17097556, 28354332),
('/var/lib/mysql/cbx/wp_newsletter.frm', 'wait/io/file/sql/FRM', 139767369040640, 3, 441201012, 5717904, 147067004, 398565264, 1, 398565264, 398565264, 398565264, 398565264, 10, 0, 0, 0, 0, 0, 0, 2, 42635748, 5717904, 21317596, 36917844),
('/var/lib/mysql/cbx/wp_newsletter_emails.frm', 'wait/io/file/sql/FRM', 139767369041344, 3, 355439124, 3277620, 118479708, 322924800, 1, 322924800, 322924800, 322924800, 322924800, 10, 0, 0, 0, 0, 0, 0, 2, 32514324, 3277620, 16256884, 29236704),
('/var/lib/mysql/cbx/wp_newsletter_sent.frm', 'wait/io/file/sql/FRM', 139767369042048, 3, 339289548, 3672936, 113096516, 290857500, 1, 290857500, 290857500, 290857500, 290857500, 10, 0, 0, 0, 0, 0, 0, 2, 48432048, 3672936, 24216024, 44759112),
('/var/lib/mysql/cbx/wp_newsletter_stats.frm', 'wait/io/file/sql/FRM', 139767369042752, 3, 437696544, 3742992, 145898848, 413278692, 1, 413278692, 413278692, 413278692, 413278692, 10, 0, 0, 0, 0, 0, 0, 2, 24417852, 3742992, 12208648, 20674860),
('/var/lib/mysql/cbx/wp_newsletter_user_logs.frm', 'wait/io/file/sql/FRM', 139767369043456, 3, 252900492, 2775552, 84300164, 230612676, 1, 230612676, 230612676, 230612676, 230612676, 10, 0, 0, 0, 0, 0, 0, 2, 22287816, 2775552, 11143908, 19512264),
('/var/lib/mysql/cbx/wp_termmeta.frm', 'wait/io/file/sql/FRM', 139767369044160, 16, 968100528, 460368, 60506144, 447749580, 8, 875861796, 890712, 109482516, 447749580, 1739, 0, 0, 0, 0, 0, 0, 8, 92238732, 460368, 11529772, 66328020),
('/var/lib/mysql/cbx/wp_ultimate_csv_importer_log_values.frm', 'wait/io/file/sql/FRM', 139767369044864, 3, 406239732, 2471976, 135413244, 374846304, 1, 374846304, 374846304, 374846304, 374846304, 10, 0, 0, 0, 0, 0, 0, 2, 31393428, 2471976, 15696436, 28921452),
('/var/lib/mysql/cbx/wp_ultimate_csv_importer_manageshortcodes.frm', 'wait/io/file/sql/FRM', 139767369045568, 3, 281209788, 3747996, 93736596, 258695124, 1, 258695124, 258695124, 258695124, 258695124, 10, 0, 0, 0, 0, 0, 0, 2, 22514664, 3747996, 11257332, 18766668),
('/var/lib/mysql/cbx/wp_ultimate_csv_importer_shortcodes_statusrel.frm', 'wait/io/file/sql/FRM', 139767369046272, 3, 350495172, 2251800, 116831724, 326380896, 1, 326380896, 326380896, 326380896, 326380896, 10, 0, 0, 0, 0, 0, 0, 2, 24114276, 2251800, 12056860, 21862476),
('/var/lib/mysql/cbx/wp_yoast_seo_links.frm', 'wait/io/file/sql/FRM', 139767369046976, 3, 393115908, 2123364, 131038636, 377461728, 1, 377461728, 377461728, 377461728, 377461728, 10, 0, 0, 0, 0, 0, 0, 2, 15654180, 2123364, 7826812, 13530816),
('/var/lib/mysql/cbx/wp_yoast_seo_meta.frm', 'wait/io/file/sql/FRM', 139767369047680, 3, 477556740, 2643780, 159185580, 447714552, 1, 447714552, 447714552, 447714552, 447714552, 10, 0, 0, 0, 0, 0, 0, 2, 29842188, 2643780, 14920816, 27198408),
('/var/lib/mysql/corrente_maritima/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 139767369048384, 3, 486060204, 6440148, 162020068, 444451944, 1, 444451944, 444451944, 444451944, 444451944, 10, 0, 0, 0, 0, 0, 0, 2, 41608260, 6440148, 20803852, 35168112),
('/var/lib/mysql/corrente_maritima/wp_comments.frm', 'wait/io/file/sql/FRM', 139767369049088, 3, 342308628, 4366824, 114102876, 307505808, 1, 307505808, 307505808, 307505808, 307505808, 10, 0, 0, 0, 0, 0, 0, 2, 34802820, 4366824, 17401132, 30435996),
('/var/lib/mysql/corrente_maritima/wp_links.frm', 'wait/io/file/sql/FRM', 139767369049792, 3, 303809520, 3157524, 101269840, 279962124, 1, 279962124, 279962124, 279962124, 279962124, 10, 0, 0, 0, 0, 0, 0, 2, 23847396, 3157524, 11923420, 20689872),
('/var/lib/mysql/corrente_maritima/wp_options.frm', 'wait/io/file/sql/FRM', 139767369050496, 3, 235182996, 2543700, 78394332, 214309644, 1, 214309644, 214309644, 214309644, 214309644, 10, 0, 0, 0, 0, 0, 0, 2, 20873352, 2543700, 10436676, 18329652),
('/var/lib/mysql/corrente_maritima/wp_postmeta.frm', 'wait/io/file/sql/FRM', 139767369051200, 3, 314077728, 7360884, 104692576, 278077284, 1, 278077284, 278077284, 278077284, 278077284, 10, 0, 0, 0, 0, 0, 0, 2, 36000444, 7360884, 17999944, 28639560),
('/var/lib/mysql/corrente_maritima/wp_posts.frm', 'wait/io/file/sql/FRM', 139767369051904, 3, 308998668, 5572788, 102999556, 269907420, 1, 269907420, 269907420, 269907420, 269907420, 10, 0, 0, 0, 0, 0, 0, 2, 39091248, 5572788, 19545624, 33518460),
('/var/lib/mysql/corrente_maritima/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 139767369052608, 3, 275108244, 3024084, 91702748, 242797416, 1, 242797416, 242797416, 242797416, 242797416, 10, 0, 0, 0, 0, 0, 0, 2, 32310828, 3024084, 16155136, 29286744),
('/var/lib/mysql/corrente_maritima/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 139767369053312, 3, 308780160, 2363556, 102926720, 286147068, 1, 286147068, 286147068, 286147068, 286147068, 10, 0, 0, 0, 0, 0, 0, 2, 22633092, 2363556, 11316268, 20269536),
('/var/lib/mysql/corrente_maritima/wp_termmeta.frm', 'wait/io/file/sql/FRM', 139767369054016, 3, 308928612, 2271816, 102976204, 289910076, 1, 289910076, 289910076, 289910076, 289910076, 10, 0, 0, 0, 0, 0, 0, 2, 19018536, 2271816, 9509268, 16746720),
('/var/lib/mysql/corrente_maritima/wp_terms.frm', 'wait/io/file/sql/FRM', 139767369054720, 3, 278834556, 2196756, 92944852, 260116260, 1, 260116260, 260116260, 260116260, 260116260, 10, 0, 0, 0, 0, 0, 0, 2, 18718296, 2196756, 9359148, 16521540),
('/var/lib/mysql/corrente_maritima/wp_usermeta.frm', 'wait/io/file/sql/FRM', 139767369055424, 3, 238675788, 2200092, 79558596, 223238448, 1, 223238448, 223238448, 223238448, 223238448, 10, 0, 0, 0, 0, 0, 0, 2, 15437340, 2200092, 7718392, 13237248),
('/var/lib/mysql/corrente_maritima/wp_users.frm', 'wait/io/file/sql/FRM', 139767369056128, 3, 275650344, 2098344, 91883448, 256651824, 1, 256651824, 256651824, 256651824, 256651824, 10, 0, 0, 0, 0, 0, 0, 2, 18998520, 2098344, 9499260, 16900176),
('/var/lib/mysql/damasnovosalunos/cp_arquivos.frm', 'wait/io/file/sql/FRM', 139767369056832, 3, 479656752, 5487720, 159885584, 421271748, 1, 421271748, 421271748, 421271748, 421271748, 10, 0, 0, 0, 0, 0, 0, 2, 58385004, 5487720, 29192224, 52897284),
('/var/lib/mysql/damasnovosalunos/cp_banner.frm', 'wait/io/file/sql/FRM', 139767369057536, 3, 362821692, 3185880, 120940564, 333443208, 1, 333443208, 333443208, 333443208, 333443208, 10, 0, 0, 0, 0, 0, 0, 2, 29378484, 3185880, 14688964, 26192604),
('/var/lib/mysql/damasnovosalunos/cp_categorias.frm', 'wait/io/file/sql/FRM', 139767369058240, 3, 423638640, 5792964, 141212880, 387701580, 1, 387701580, 387701580, 387701580, 387701580, 10, 0, 0, 0, 0, 0, 0, 2, 35937060, 5792964, 17968252, 30144096),
('/var/lib/mysql/damasnovosalunos/cp_dicas.frm', 'wait/io/file/sql/FRM', 139767369058944, 3, 260781792, 2893980, 86927264, 229229904, 1, 229229904, 229229904, 229229904, 229229904, 10, 0, 0, 0, 0, 0, 0, 2, 31551888, 2893980, 15775944, 28657908),
('/var/lib/mysql/damasnovosalunos/cp_eventos.frm', 'wait/io/file/sql/FRM', 139767369059648, 3, 153387612, 2069988, 51129204, 127838856, 1, 127838856, 127838856, 127838856, 127838856, 10, 0, 0, 0, 0, 0, 0, 2, 25548756, 2069988, 12774100, 23478768),
('/var/lib/mysql/damasnovosalunos/cp_gabaritos.frm', 'wait/io/file/sql/FRM', 139767369060352, 3, 133905372, 1849812, 44635124, 115125360, 1, 115125360, 115125360, 115125360, 115125360, 10, 0, 0, 0, 0, 0, 0, 2, 18780012, 1849812, 9389728, 16930200),
('/var/lib/mysql/damasnovosalunos/cp_galeria.frm', 'wait/io/file/sql/FRM', 139767369061056, 3, 129111540, 1918200, 43037180, 110906988, 1, 110906988, 110906988, 110906988, 110906988, 10, 0, 0, 0, 0, 0, 0, 2, 18204552, 1918200, 9102276, 16286352),
('/var/lib/mysql/damasnovosalunos/cp_galerias_relacionadas.frm', 'wait/io/file/sql/FRM', 139767369061760, 3, 333950280, 2905656, 111316760, 303822864, 1, 303822864, 303822864, 303822864, 303822864, 10, 0, 0, 0, 0, 0, 0, 2, 30127416, 2905656, 15063708, 27221760),
('/var/lib/mysql/damasnovosalunos/cp_imagem_noticia.frm', 'wait/io/file/sql/FRM', 139767369062464, 3, 174561204, 2158392, 58187068, 153759576, 1, 153759576, 153759576, 153759576, 153759576, 10, 0, 0, 0, 0, 0, 0, 2, 20801628, 2158392, 10400536, 18643236),
('/var/lib/mysql/damasnovosalunos/cp_log.frm', 'wait/io/file/sql/FRM', 139767369063168, 3, 134407440, 2034960, 44802480, 116795028, 1, 116795028, 116795028, 116795028, 116795028, 10, 0, 0, 0, 0, 0, 0, 2, 17612412, 2034960, 8805928, 15577452),
('/var/lib/mysql/damasnovosalunos/cp_newsletter.frm', 'wait/io/file/sql/FRM', 139767369063872, 3, 128164116, 2074992, 42721372, 110583396, 1, 110583396, 110583396, 110583396, 110583396, 10, 0, 0, 0, 0, 0, 0, 2, 17580720, 2074992, 8790360, 15505728),
('/var/lib/mysql/damasnovosalunos/cp_noticias_relacionadas.frm', 'wait/io/file/sql/FRM', 139767369064576, 3, 484473936, 5671200, 161491312, 463490496, 1, 463490496, 463490496, 463490496, 463490496, 10, 0, 0, 0, 0, 0, 0, 2, 20983440, 5671200, 10491720, 15312240),
('/var/lib/mysql/damasnovosalunos/cp_pagina.frm', 'wait/io/file/sql/FRM', 139767369065280, 3, 242835780, 5654520, 80945260, 177258360, 1, 177258360, 177258360, 177258360, 177258360, 10, 0, 0, 0, 0, 0, 0, 2, 65577420, 5654520, 32788432, 59922900),
('/var/lib/mysql/damasnovosalunos/cp_perfil.frm', 'wait/io/file/sql/FRM', 139767369065984, 3, 190422216, 4817184, 63474072, 156470076, 1, 156470076, 156470076, 156470076, 156470076, 10, 0, 0, 0, 0, 0, 0, 2, 33952140, 4817184, 16975792, 29134956),
('/var/lib/mysql/damasnovosalunos/cp_permissoes.frm', 'wait/io/file/sql/FRM', 139767369066688, 3, 154433448, 2582064, 51477816, 130222428, 1, 130222428, 130222428, 130222428, 130222428, 10, 0, 0, 0, 0, 0, 0, 2, 24211020, 2582064, 12105232, 21628956),
('/var/lib/mysql/damasnovosalunos/cp_posts.frm', 'wait/io/file/sql/FRM', 139767369067392, 3, 166197852, 2798904, 55399284, 128032344, 1, 128032344, 128032344, 128032344, 128032344, 10, 0, 0, 0, 0, 0, 0, 2, 38165508, 2798904, 19082476, 35366604);
INSERT INTO `file_summary_by_instance` (`FILE_NAME`, `EVENT_NAME`, `OBJECT_INSTANCE_BEGIN`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `COUNT_READ`, `SUM_TIMER_READ`, `MIN_TIMER_READ`, `AVG_TIMER_READ`, `MAX_TIMER_READ`, `SUM_NUMBER_OF_BYTES_READ`, `COUNT_WRITE`, `SUM_TIMER_WRITE`, `MIN_TIMER_WRITE`, `AVG_TIMER_WRITE`, `MAX_TIMER_WRITE`, `SUM_NUMBER_OF_BYTES_WRITE`, `COUNT_MISC`, `SUM_TIMER_MISC`, `MIN_TIMER_MISC`, `AVG_TIMER_MISC`, `MAX_TIMER_MISC`) VALUES
('/var/lib/mysql/damasnovosalunos/cp_tela.frm', 'wait/io/file/sql/FRM', 139767369068096, 3, 143434656, 2298504, 47811552, 122739780, 1, 122739780, 122739780, 122739780, 122739780, 10, 0, 0, 0, 0, 0, 0, 2, 20694876, 2298504, 10347160, 18396372),
('/var/lib/mysql/damasnovosalunos/cp_usuarios.frm', 'wait/io/file/sql/FRM', 139767369068800, 3, 133324908, 1861488, 44441636, 113469036, 1, 113469036, 113469036, 113469036, 113469036, 10, 0, 0, 0, 0, 0, 0, 2, 19855872, 1861488, 9927936, 17994384),
('/var/lib/mysql/damasnovosalunos/cp_videos.frm', 'wait/io/file/sql/FRM', 139767369069504, 3, 144492168, 2211768, 48164056, 125945676, 1, 125945676, 125945676, 125945676, 125945676, 10, 0, 0, 0, 0, 0, 0, 2, 18546492, 2211768, 9272968, 16334724),
('/var/lib/mysql/digix/dgix_alm.frm', 'wait/io/file/sql/FRM', 139767369070208, 3, 539686404, 5457696, 179895468, 498565200, 1, 498565200, 498565200, 498565200, 498565200, 10, 0, 0, 0, 0, 0, 0, 2, 41121204, 5457696, 20560324, 35663508),
('/var/lib/mysql/digix/dgix_commentmeta.frm', 'wait/io/file/sql/FRM', 139767369070912, 3, 387808332, 2927340, 129269444, 358258044, 1, 358258044, 358258044, 358258044, 358258044, 10, 0, 0, 0, 0, 0, 0, 2, 29550288, 2927340, 14775144, 26622948),
('/var/lib/mysql/digix/dgix_comments.frm', 'wait/io/file/sql/FRM', 139767369071616, 3, 301290840, 2578728, 100430280, 278515968, 1, 278515968, 278515968, 278515968, 278515968, 10, 0, 0, 0, 0, 0, 0, 2, 22774872, 2578728, 11387436, 20196144),
('/var/lib/mysql/digix/dgix_links.frm', 'wait/io/file/sql/FRM', 139767369072320, 3, 307088808, 2880636, 102362936, 277833756, 1, 277833756, 277833756, 277833756, 277833756, 10, 0, 0, 0, 0, 0, 0, 2, 29255052, 2880636, 14627248, 26374416),
('/var/lib/mysql/digix/dgix_options.frm', 'wait/io/file/sql/FRM', 139767369073024, 3, 220085928, 2567052, 73361976, 199674612, 1, 199674612, 199674612, 199674612, 199674612, 10, 0, 0, 0, 0, 0, 0, 2, 20411316, 2567052, 10205380, 17844264),
('/var/lib/mysql/digix/dgix_postmeta.frm', 'wait/io/file/sql/FRM', 139767369073728, 3, 431494920, 4580328, 143831640, 409946028, 1, 409946028, 409946028, 409946028, 409946028, 10, 0, 0, 0, 0, 0, 0, 2, 21548892, 4580328, 10774168, 16968564),
('/var/lib/mysql/digix/dgix_posts.frm', 'wait/io/file/sql/FRM', 139767369074432, 3, 432662520, 2950692, 144220840, 408785100, 1, 408785100, 408785100, 408785100, 408785100, 10, 0, 0, 0, 0, 0, 0, 2, 23877420, 2950692, 11938432, 20926728),
('/var/lib/mysql/digix/dgix_term_relationships.frm', 'wait/io/file/sql/FRM', 139767369075136, 3, 236265528, 2398584, 78755176, 214408056, 1, 214408056, 214408056, 214408056, 214408056, 10, 0, 0, 0, 0, 0, 0, 2, 21857472, 2398584, 10928736, 19458888),
('/var/lib/mysql/digix/dgix_term_taxonomy.frm', 'wait/io/file/sql/FRM', 139767369075840, 3, 296108364, 4595340, 98702788, 274170828, 1, 274170828, 274170828, 274170828, 274170828, 10, 0, 0, 0, 0, 0, 0, 2, 21937536, 4595340, 10968768, 17342196),
('/var/lib/mysql/digix/dgix_termmeta.frm', 'wait/io/file/sql/FRM', 139767369076544, 3, 292995876, 2713836, 97665292, 269885736, 1, 269885736, 269885736, 269885736, 269885736, 10, 0, 0, 0, 0, 0, 0, 2, 23110140, 2713836, 11554792, 20396304),
('/var/lib/mysql/digix/dgix_terms.frm', 'wait/io/file/sql/FRM', 139767369077248, 3, 258378204, 2320188, 86126068, 240345456, 1, 240345456, 240345456, 240345456, 240345456, 10, 0, 0, 0, 0, 0, 0, 2, 18032748, 2320188, 9016096, 15712560),
('/var/lib/mysql/digix/dgix_usermeta.frm', 'wait/io/file/sql/FRM', 139767369077952, 3, 404590080, 2598744, 134863360, 386230404, 1, 386230404, 386230404, 386230404, 386230404, 10, 0, 0, 0, 0, 0, 0, 2, 18359676, 2598744, 9179560, 15760932),
('/var/lib/mysql/digix/dgix_users.frm', 'wait/io/file/sql/FRM', 139767369078656, 3, 317914128, 2153388, 105971376, 299240868, 1, 299240868, 299240868, 299240868, 299240868, 10, 0, 0, 0, 0, 0, 0, 2, 18673260, 2153388, 9336352, 16519872),
('/var/lib/mysql/digix/dgix_yoast_seo_links.frm', 'wait/io/file/sql/FRM', 139767369079360, 3, 421495260, 2797236, 140498420, 402828672, 1, 402828672, 402828672, 402828672, 402828672, 10, 0, 0, 0, 0, 0, 0, 2, 18666588, 2797236, 9333016, 15869352),
('/var/lib/mysql/digix/dgix_yoast_seo_meta.frm', 'wait/io/file/sql/FRM', 139767369080064, 3, 660212748, 4463568, 220070916, 638555436, 1, 638555436, 638555436, 638555436, 638555436, 10, 0, 0, 0, 0, 0, 0, 2, 21657312, 4463568, 10828656, 17193744),
('/var/lib/mysql/elpescador/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 139767369080768, 16, 1433889528, 442020, 89617748, 549964620, 8, 835431144, 917400, 104428476, 466331100, 1748, 0, 0, 0, 0, 0, 0, 8, 598458384, 442020, 74807020, 549964620),
('/var/lib/mysql/elpescador/wp_comments.frm', 'wait/io/file/sql/FRM', 139767369081472, 16, 804069408, 425340, 50254060, 385341360, 8, 741110748, 867360, 92638496, 385341360, 4294, 0, 0, 0, 0, 0, 0, 8, 62958660, 425340, 7869624, 31014792),
('/var/lib/mysql/elpescador/wp_links.frm', 'wait/io/file/sql/FRM', 139767369082176, 16, 705058596, 445356, 44065780, 379311540, 8, 650454948, 820656, 81306660, 379311540, 7424, 0, 0, 0, 0, 0, 0, 8, 54603648, 445356, 6825456, 22919988),
('/var/lib/mysql/elpescador/wp_options.frm', 'wait/io/file/sql/FRM', 139767369082880, 16, 676425708, 440352, 42276572, 286348896, 8, 572472612, 817320, 71558868, 286348896, 1549, 0, 0, 0, 0, 0, 0, 8, 103953096, 440352, 12993720, 64881864),
('/var/lib/mysql/elpescador/wp_postmeta.frm', 'wait/io/file/sql/FRM', 139767369083584, 16, 672234024, 440352, 42014140, 380445780, 8, 620335872, 894048, 77541984, 380445780, 1739, 0, 0, 0, 0, 0, 0, 8, 51898152, 440352, 6486852, 21882492),
('/var/lib/mysql/elpescador/wp_posts.frm', 'wait/io/file/sql/FRM', 139767369084288, 16, 1341519024, 433680, 83844800, 705814200, 8, 608566464, 890712, 76070808, 330814440, 5510, 0, 0, 0, 0, 0, 0, 8, 732952560, 433680, 91618792, 705814200),
('/var/lib/mysql/elpescador/wp_rp4wp_cache.frm', 'wait/io/file/sql/FRM', 139767369084992, 16, 531069516, 427008, 33191532, 241781604, 8, 462504708, 907392, 57812880, 241781604, 1474, 0, 0, 0, 0, 0, 0, 8, 68564808, 427008, 8570184, 36592584),
('/var/lib/mysql/elpescador/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 139767369085696, 16, 562639752, 518748, 35164776, 248773860, 8, 503434092, 1079196, 62929192, 248773860, 684, 0, 0, 0, 0, 0, 0, 8, 59205660, 518748, 7400360, 25385292),
('/var/lib/mysql/elpescador/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 139767369086400, 16, 565380276, 410328, 35336024, 263267112, 8, 498533508, 857352, 62316480, 263267112, 967, 0, 0, 0, 0, 0, 0, 8, 66846768, 410328, 8355568, 42071964),
('/var/lib/mysql/elpescador/wp_termmeta.frm', 'wait/io/file/sql/FRM', 139767369087104, 16, 622097280, 411996, 38881080, 304269888, 8, 579328092, 852348, 72415664, 304269888, 1739, 0, 0, 0, 0, 0, 0, 8, 42769188, 411996, 5345940, 20222832),
('/var/lib/mysql/elpescador/wp_terms.frm', 'wait/io/file/sql/FRM', 139767369087808, 16, 571997232, 435348, 35749688, 267368724, 8, 521218308, 842340, 65152080, 267368724, 2287, 0, 0, 0, 0, 0, 0, 8, 50778924, 435348, 6347296, 28107468),
('/var/lib/mysql/elpescador/wp_usermeta.frm', 'wait/io/file/sql/FRM', 139767369088512, 16, 570342576, 437016, 35646272, 308036232, 8, 528470772, 904056, 66058360, 308036232, 1741, 0, 0, 0, 0, 0, 0, 8, 41871804, 437016, 5233628, 19787484),
('/var/lib/mysql/elpescador/wp_users.frm', 'wait/io/file/sql/FRM', 139767369089216, 16, 844031352, 440352, 52751612, 396737136, 8, 795128928, 977448, 99391116, 396737136, 5329, 0, 0, 0, 0, 0, 0, 8, 48902424, 440352, 6112664, 21852468),
('/var/lib/mysql/flanaganbilton/ts_redirects.frm', 'wait/io/file/sql/FRM', 139767369089920, 16, 1607031264, 452028, 100439176, 653208816, 8, 903597300, 885708, 112949176, 534902580, 705, 0, 0, 0, 0, 0, 0, 8, 703433964, 452028, 87929176, 653208816),
('/var/lib/mysql/flanaganbilton/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 139767369090624, 16, 685511304, 443688, 42844248, 337678260, 8, 623301576, 875700, 77912280, 337678260, 1748, 0, 0, 0, 0, 0, 0, 8, 62209728, 443688, 7776216, 28356000),
('/var/lib/mysql/flanaganbilton/wp_comments.frm', 'wait/io/file/sql/FRM', 139767369091328, 16, 741127428, 437016, 46320360, 353901228, 8, 667662036, 832332, 83457268, 353901228, 4294, 0, 0, 0, 0, 0, 0, 8, 73465392, 437016, 9182896, 33795348),
('/var/lib/mysql/flanaganbilton/wp_links.frm', 'wait/io/file/sql/FRM', 139767369092032, 16, 774866064, 438684, 48428712, 408319728, 8, 718729524, 859020, 89840704, 408319728, 7424, 0, 0, 0, 0, 0, 0, 8, 56136540, 438684, 7016720, 24149304),
('/var/lib/mysql/flanaganbilton/wp_options.frm', 'wait/io/file/sql/FRM', 139767369092736, 16, 590333556, 442020, 36895604, 287252952, 8, 522923004, 842340, 65365028, 287252952, 1549, 0, 0, 0, 0, 0, 0, 8, 67410552, 442020, 8426180, 29998980),
('/var/lib/mysql/flanaganbilton/wp_postmeta.frm', 'wait/io/file/sql/FRM', 139767369093440, 16, 634382100, 435348, 39648360, 342738972, 8, 578195520, 834000, 72274440, 342738972, 1739, 0, 0, 0, 0, 0, 0, 8, 56186580, 435348, 7022836, 25630488),
('/var/lib/mysql/flanaganbilton/wp_posts.frm', 'wait/io/file/sql/FRM', 139767369094144, 16, 563078436, 457032, 35192020, 263472276, 8, 509690760, 822324, 63710928, 263472276, 5400, 0, 0, 0, 0, 0, 0, 8, 53387676, 457032, 6673112, 23770668),
('/var/lib/mysql/flanaganbilton/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 139767369094848, 16, 3219551916, 448692, 201221960, 2859720948, 8, 3167725488, 813984, 395965408, 2859720948, 684, 0, 0, 0, 0, 0, 0, 8, 51826428, 448692, 6477956, 22818240),
('/var/lib/mysql/flanaganbilton/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 139767369095552, 16, 2501389512, 430344, 156336636, 2195768544, 8, 2440904496, 835668, 305112784, 2195768544, 967, 0, 0, 0, 0, 0, 0, 8, 60485016, 430344, 7560488, 25890696),
('/var/lib/mysql/flanaganbilton/wp_termmeta.frm', 'wait/io/file/sql/FRM', 139767369096256, 16, 3028235652, 433680, 189264624, 2591863500, 8, 2966474616, 815652, 370809188, 2591863500, 1739, 0, 0, 0, 0, 0, 0, 8, 61761036, 433680, 7720060, 28057428),
('/var/lib/mysql/flanaganbilton/wp_terms.frm', 'wait/io/file/sql/FRM', 139767369096960, 16, 757603932, 427008, 47350072, 415979184, 8, 679915164, 855684, 84989048, 415979184, 2335, 0, 0, 0, 0, 0, 0, 8, 77688768, 427008, 9711096, 36916176),
('/var/lib/mysql/flanaganbilton/wp_usermeta.frm', 'wait/io/file/sql/FRM', 139767369097664, 16, 5921066400, 422004, 370066372, 5629516680, 8, 5864764728, 817320, 733095452, 5629516680, 1741, 0, 0, 0, 0, 0, 0, 8, 56301672, 422004, 7037292, 25925724),
('/var/lib/mysql/flanaganbilton/wp_users.frm', 'wait/io/file/sql/FRM', 139767369098368, 16, 860326044, 422004, 53770204, 428931204, 8, 784550472, 820656, 98068392, 428931204, 5329, 0, 0, 0, 0, 0, 0, 8, 75775572, 422004, 9471460, 37685124),
('/var/lib/mysql/flanaganbilton/wp_yoast_seo_links.frm', 'wait/io/file/sql/FRM', 139767369099072, 16, 868550952, 450360, 54283948, 415058448, 8, 803000220, 828996, 100374680, 415058448, 1776, 0, 0, 0, 0, 0, 0, 8, 65550732, 450360, 8193772, 32252448),
('/var/lib/mysql/flanaganbilton/wp_yoast_seo_meta.frm', 'wait/io/file/sql/FRM', 139767369099776, 16, 658071036, 432012, 41128988, 320486184, 8, 598490076, 787296, 74810912, 320486184, 663, 0, 0, 0, 0, 0, 0, 8, 59580960, 432012, 7447620, 21789084),
('/var/lib/mysql/goshortlist/agencies.frm', 'wait/io/file/sql/FRM', 139767369100480, 16, 1550007348, 458700, 96875216, 622190688, 8, 881294472, 899052, 110161392, 508429752, 7220, 0, 0, 0, 0, 0, 0, 8, 668712876, 458700, 83589040, 622190688),
('/var/lib/mysql/goshortlist/availabilities.frm', 'wait/io/file/sql/FRM', 139767369101184, 16, 620832936, 442020, 38801572, 280721064, 8, 558371340, 745596, 69796348, 280721064, 895, 0, 0, 0, 0, 0, 0, 8, 62461596, 442020, 7807352, 29580312),
('/var/lib/mysql/goshortlist/awards.frm', 'wait/io/file/sql/FRM', 139767369101888, 16, 601472460, 452028, 37591716, 282303996, 8, 551284008, 950760, 68910084, 282303996, 6432, 0, 0, 0, 0, 0, 0, 8, 50188452, 452028, 6273348, 21502188),
('/var/lib/mysql/goshortlist/education.frm', 'wait/io/file/sql/FRM', 139767369102592, 16, 630287160, 452028, 39392600, 280267368, 8, 556791744, 839004, 69598968, 280267368, 3281, 0, 0, 0, 0, 0, 0, 8, 73495416, 452028, 9186788, 44402160),
('/var/lib/mysql/goshortlist/freelancer_data.frm', 'wait/io/file/sql/FRM', 139767369103296, 16, 677953596, 452028, 42371648, 333346464, 8, 623268216, 822324, 77908388, 333346464, 2403, 0, 0, 0, 0, 0, 0, 8, 54685380, 452028, 6835464, 28854732),
('/var/lib/mysql/goshortlist/freelancers.frm', 'wait/io/file/sql/FRM', 139767369104000, 16, 1142283096, 442020, 71392624, 370451124, 8, 1089020520, 1214304, 136127148, 370451124, 21725, 0, 0, 0, 0, 0, 0, 8, 53262576, 442020, 6657544, 25680528),
('/var/lib/mysql/goshortlist/links.frm', 'wait/io/file/sql/FRM', 139767369104704, 16, 715476924, 460368, 44716856, 373480212, 8, 658626480, 827328, 82328032, 373480212, 2534, 0, 0, 0, 0, 0, 0, 8, 56850444, 460368, 7106236, 28546152),
('/var/lib/mysql/goshortlist/migrations.frm', 'wait/io/file/sql/FRM', 139767369105408, 16, 716197500, 450360, 44761892, 359687520, 8, 642908916, 845676, 80363128, 359687520, 1357, 0, 0, 0, 0, 0, 0, 8, 73288584, 450360, 9160656, 36729360),
('/var/lib/mysql/goshortlist/password_resets.frm', 'wait/io/file/sql/FRM', 139767369106112, 16, 811535376, 452028, 50720544, 382270572, 8, 764592852, 844008, 95573620, 382270572, 2194, 0, 0, 0, 0, 0, 0, 8, 46942524, 452028, 5867468, 20352936),
('/var/lib/mysql/goshortlist/press.frm', 'wait/io/file/sql/FRM', 139767369106816, 16, 603298920, 443688, 37705696, 293191032, 8, 554901900, 844008, 69362668, 293191032, 2348, 0, 0, 0, 0, 0, 0, 8, 48397020, 443688, 6049280, 21754056),
('/var/lib/mysql/goshortlist/request_messages.frm', 'wait/io/file/sql/FRM', 139767369107520, 16, 606259620, 437016, 37890844, 294470388, 8, 562496304, 727248, 70311760, 294470388, 892, 0, 0, 0, 0, 0, 0, 8, 43763316, 437016, 5469928, 20793288),
('/var/lib/mysql/goshortlist/requests.frm', 'wait/io/file/sql/FRM', 139767369108224, 16, 607812528, 438684, 37988144, 271778916, 8, 534188676, 810648, 66773376, 271778916, 4492, 0, 0, 0, 0, 0, 0, 8, 73623852, 438684, 9202912, 50406960),
('/var/lib/mysql/goshortlist/reviews.frm', 'wait/io/file/sql/FRM', 139767369108928, 16, 639954888, 445356, 39996972, 321862284, 8, 583888404, 802308, 72985564, 321862284, 1061, 0, 0, 0, 0, 0, 0, 8, 56066484, 445356, 7007824, 32324172),
('/var/lib/mysql/goshortlist/users.frm', 'wait/io/file/sql/FRM', 139767369109632, 16, 868267392, 455364, 54266712, 447065700, 8, 823845216, 889044, 102980652, 447065700, 5784, 0, 0, 0, 0, 0, 0, 8, 44422176, 455364, 5552772, 22059300),
('/var/lib/mysql/goshortlist/work_experience.frm', 'wait/io/file/sql/FRM', 139767369110336, 16, 649942872, 453696, 40621360, 348650364, 8, 604458180, 837336, 75557064, 348650364, 4115, 0, 0, 0, 0, 0, 0, 8, 45484692, 453696, 5685100, 20633160),
('/var/lib/mysql/goshortlist/work_samples.frm', 'wait/io/file/sql/FRM', 139767369111040, 16, 702906876, 437016, 43931228, 326984712, 8, 649048824, 813984, 81130964, 326984712, 3157, 0, 0, 0, 0, 0, 0, 8, 53858052, 437016, 6732048, 26436132),
('/var/lib/mysql/heatcontent_dev/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 139767369111744, 16, 1126797384, 438684, 70424628, 574856184, 8, 1022387256, 872364, 127798268, 574856184, 1748, 0, 0, 0, 0, 0, 0, 8, 104410128, 438684, 13050988, 49010844),
('/var/lib/mysql/heatcontent_dev/wp_comments.frm', 'wait/io/file/sql/FRM', 139767369112448, 16, 839874696, 428676, 52491960, 391047588, 8, 766517724, 859020, 95814368, 391047588, 4294, 0, 0, 0, 0, 0, 0, 8, 73356972, 428676, 9169552, 35790276),
('/var/lib/mysql/heatcontent_dev/wp_links.frm', 'wait/io/file/sql/FRM', 139767369113152, 16, 869585112, 452028, 54349000, 471470208, 8, 790800468, 875700, 98849572, 471470208, 7424, 0, 0, 0, 0, 0, 0, 8, 78784644, 452028, 9847872, 34967952),
('/var/lib/mysql/heatcontent_dev/wp_options.frm', 'wait/io/file/sql/FRM', 139767369113856, 16, 787689648, 432012, 49230464, 388517232, 8, 682125264, 852348, 85265380, 388517232, 1549, 0, 0, 0, 0, 0, 0, 8, 105564384, 432012, 13195548, 68264568),
('/var/lib/mysql/heatcontent_dev/wp_postmeta.frm', 'wait/io/file/sql/FRM', 139767369114560, 16, 811296852, 432012, 50705532, 373713732, 8, 726739260, 945756, 90842060, 373713732, 1739, 0, 0, 0, 0, 0, 0, 8, 84557592, 432012, 10569560, 32856264),
('/var/lib/mysql/heatcontent_dev/wp_posts.frm', 'wait/io/file/sql/FRM', 139767369115264, 16, 1005500424, 422004, 62843568, 549345792, 8, 938707032, 827328, 117338240, 549345792, 5400, 0, 0, 0, 0, 0, 0, 8, 66793392, 422004, 8348896, 35780268),
('/var/lib/mysql/heatcontent_dev/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 139767369115968, 16, 797177232, 428676, 49823160, 394618776, 8, 728832600, 782292, 91103936, 394618776, 684, 0, 0, 0, 0, 0, 0, 8, 68344632, 428676, 8542940, 30859668),
('/var/lib/mysql/heatcontent_dev/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 139767369116672, 16, 1251860688, 438684, 78240876, 513722316, 8, 694355040, 832332, 86794380, 391701444, 967, 0, 0, 0, 0, 0, 0, 8, 557505648, 438684, 69687928, 513722316),
('/var/lib/mysql/heatcontent_dev/wp_termmeta.frm', 'wait/io/file/sql/FRM', 139767369117376, 16, 868565964, 437016, 54285060, 416866560, 8, 797434104, 810648, 99679124, 416866560, 1739, 0, 0, 0, 0, 0, 0, 8, 71131860, 437016, 8890996, 35483364),
('/var/lib/mysql/heatcontent_dev/wp_terms.frm', 'wait/io/file/sql/FRM', 139767369118080, 16, 993892812, 440352, 62117988, 554663376, 8, 928987596, 862356, 116123380, 554663376, 2287, 0, 0, 0, 0, 0, 0, 8, 64905216, 440352, 8113152, 32569368),
('/var/lib/mysql/heatcontent_dev/wp_usermeta.frm', 'wait/io/file/sql/FRM', 139767369118784, 16, 784772316, 427008, 49048096, 503679288, 8, 715663740, 797304, 89457620, 503679288, 1741, 0, 0, 0, 0, 0, 0, 8, 69108576, 427008, 8638572, 34437528),
('/var/lib/mysql/heatcontent_dev/wp_users.frm', 'wait/io/file/sql/FRM', 139767369119488, 16, 834470376, 420336, 52153912, 425209896, 8, 764491104, 852348, 95561388, 425209896, 5329, 0, 0, 0, 0, 0, 0, 8, 69979272, 420336, 8746992, 34877880),
('/var/lib/mysql/kanecountyhealth_web/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 139767369120192, 16, 2089470240, 425340, 130591612, 1407390012, 8, 633766608, 852348, 79220548, 383801796, 1748, 0, 0, 0, 0, 0, 0, 8, 1455703632, 425340, 181962676, 1407390012),
('/var/lib/mysql/kanecountyhealth_web/wp_comments.frm', 'wait/io/file/sql/FRM', 139767369120896, 16, 754378020, 448692, 47148244, 387471396, 8, 695954652, 879036, 86993984, 387471396, 4294, 0, 0, 0, 0, 0, 0, 8, 58423368, 448692, 7302504, 23989176),
('/var/lib/mysql/kanecountyhealth_web/wp_links.frm', 'wait/io/file/sql/FRM', 139767369121600, 16, 591329352, 435348, 36957876, 296090016, 8, 527605080, 849012, 65950496, 296090016, 7424, 0, 0, 0, 0, 0, 0, 8, 63724272, 435348, 7965256, 30814632),
('/var/lib/mysql/kanecountyhealth_web/wp_options.frm', 'wait/io/file/sql/FRM', 139767369122304, 16, 581226276, 440352, 36326260, 261133740, 8, 519900588, 845676, 64987504, 261133740, 1549, 0, 0, 0, 0, 0, 0, 8, 61325688, 440352, 7665572, 31618608),
('/var/lib/mysql/kanecountyhealth_web/wp_postmeta.frm', 'wait/io/file/sql/FRM', 139767369123008, 16, 783543000, 440352, 48971368, 425481780, 8, 734947488, 849012, 91868436, 425481780, 1739, 0, 0, 0, 0, 0, 0, 8, 48595512, 440352, 6074300, 20559768),
('/var/lib/mysql/kanecountyhealth_web/wp_posts.frm', 'wait/io/file/sql/FRM', 139767369123712, 16, 607687428, 433680, 37980360, 320527884, 8, 554289744, 864024, 69285940, 320527884, 5400, 0, 0, 0, 0, 0, 0, 8, 53397684, 433680, 6674224, 22201080),
('/var/lib/mysql/kanecountyhealth_web/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 139767369124416, 16, 614521224, 437016, 38407368, 317774016, 8, 560197800, 793968, 70024308, 317774016, 684, 0, 0, 0, 0, 0, 0, 8, 54323424, 437016, 6790428, 22538016),
('/var/lib/mysql/kanecountyhealth_web/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 139767369125120, 16, 589661352, 440352, 36853348, 308271420, 8, 517673808, 832332, 64708948, 308271420, 967, 0, 0, 0, 0, 0, 0, 8, 71987544, 440352, 8998304, 32013924),
('/var/lib/mysql/kanecountyhealth_web/wp_termmeta.frm', 'wait/io/file/sql/FRM', 139767369125824, 16, 607737468, 428676, 37983140, 314739924, 8, 554333112, 864024, 69291500, 314739924, 1739, 0, 0, 0, 0, 0, 0, 8, 53404356, 428676, 6675336, 22434600),
('/var/lib/mysql/kanecountyhealth_web/wp_terms.frm', 'wait/io/file/sql/FRM', 139767369126528, 16, 976935924, 433680, 61058252, 373521912, 8, 558626544, 805644, 69828040, 287674956, 2335, 0, 0, 0, 0, 0, 0, 8, 418309380, 433680, 52288464, 373521912),
('/var/lib/mysql/kanecountyhealth_web/wp_usermeta.frm', 'wait/io/file/sql/FRM', 139767369127232, 16, 631563180, 450360, 39472664, 292193568, 8, 568054080, 840672, 71006760, 292193568, 1741, 0, 0, 0, 0, 0, 0, 8, 63509100, 450360, 7938568, 32504316),
('/var/lib/mysql/kanecountyhealth_web/wp_users.frm', 'wait/io/file/sql/FRM', 139767369127936, 16, 656002716, 440352, 40999996, 302528496, 8, 604129584, 877368, 75515920, 302528496, 5329, 0, 0, 0, 0, 0, 0, 8, 51873132, 440352, 6484072, 21258660),
('/var/lib/mysql/mzs/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 139767369128640, 16, 1492102728, 443688, 93256212, 717036504, 8, 730900920, 997464, 91362476, 457093716, 1748, 0, 0, 0, 0, 0, 0, 8, 761201808, 443688, 95149948, 717036504),
('/var/lib/mysql/mzs/wp_comments.frm', 'wait/io/file/sql/FRM', 139767369129344, 16, 756086052, 433680, 47254996, 356885280, 8, 685931640, 905724, 85741316, 356885280, 4294, 0, 0, 0, 0, 0, 0, 8, 70154412, 433680, 8769232, 32874612),
('/var/lib/mysql/mzs/wp_links.frm', 'wait/io/file/sql/FRM', 139767369130048, 16, 692981164, 497064, 43311288, 317121828, 8, 631348008, 1109220, 78918084, 317121828, 7424, 0, 0, 0, 0, 0, 0, 8, 61633156, 497064, 7703936, 26192604),
('/var/lib/mysql/mzs/wp_options.frm', 'wait/io/file/sql/FRM', 139767369130752, 16, 709129072, 437016, 44320428, 365218608, 8, 654206280, 845676, 81775368, 365218608, 1549, 0, 0, 0, 0, 0, 0, 8, 54922792, 437016, 6864932, 22699812),
('/var/lib/mysql/mzs/wp_postmeta.frm', 'wait/io/file/sql/FRM', 139767369131456, 16, 614286036, 480384, 38392356, 288058596, 8, 545774604, 1115892, 68221756, 288058596, 1739, 0, 0, 0, 0, 0, 0, 8, 68511432, 480384, 8563512, 34707744),
('/var/lib/mysql/mzs/wp_posts.frm', 'wait/io/file/sql/FRM', 139767369132160, 16, 636438744, 433680, 39777352, 331051296, 8, 583733280, 862356, 72966660, 331051296, 5400, 0, 0, 0, 0, 0, 0, 8, 52705464, 433680, 6588044, 23962488),
('/var/lib/mysql/mzs/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 139767369132864, 16, 525878700, 440352, 32867384, 245701404, 8, 471421836, 747264, 58927660, 245701404, 684, 0, 0, 0, 0, 0, 0, 8, 54456864, 440352, 6807108, 26642964),
('/var/lib/mysql/mzs/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 139767369133568, 16, 637411188, 440352, 39837956, 307906128, 8, 580427304, 854016, 72552996, 307906128, 967, 0, 0, 0, 0, 0, 0, 8, 56983884, 440352, 7122916, 24192672),
('/var/lib/mysql/mzs/wp_termmeta.frm', 'wait/io/file/sql/FRM', 139767369134272, 16, 1216672560, 442020, 76041896, 641577852, 8, 542522004, 803976, 67814764, 295701372, 1739, 0, 0, 0, 0, 0, 0, 8, 674150556, 442020, 84268472, 641577852),
('/var/lib/mysql/mzs/wp_terms.frm', 'wait/io/file/sql/FRM', 139767369134976, 16, 573980484, 445356, 35873676, 281268168, 8, 516679680, 932412, 64584960, 281268168, 2287, 0, 0, 0, 0, 0, 0, 8, 57300804, 445356, 7162392, 25156776),
('/var/lib/mysql/mzs/wp_usermeta.frm', 'wait/io/file/sql/FRM', 139767369135680, 16, 599322408, 443688, 37457164, 293959980, 8, 537279480, 817320, 67159796, 293959980, 1741, 0, 0, 0, 0, 0, 0, 8, 62042928, 443688, 7755088, 29605332),
('/var/lib/mysql/mzs/wp_users.frm', 'wait/io/file/sql/FRM', 139767369136384, 16, 692918892, 428676, 43307396, 360411432, 8, 637276080, 892380, 79659232, 360411432, 5329, 0, 0, 0, 0, 0, 0, 8, 55642812, 428676, 6955004, 24502920),
('/var/lib/mysql/pcr_roteiros/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 139767369137088, 16, 1694002452, 502068, 105874632, 962389296, 8, 680645748, 1064184, 85080232, 344330244, 1748, 0, 0, 0, 0, 0, 0, 8, 1013356704, 502068, 126669588, 962389296),
('/var/lib/mysql/pcr_roteiros/wp_comments.frm', 'wait/io/file/sql/FRM', 139767369137792, 16, 1124492208, 448692, 70280624, 740098272, 8, 1049025216, 884040, 131128152, 740098272, 4294, 0, 0, 0, 0, 0, 0, 8, 75466992, 448692, 9433096, 34347456),
('/var/lib/mysql/pcr_roteiros/wp_links.frm', 'wait/io/file/sql/FRM', 139767369138496, 16, 632917596, 425340, 39557176, 277448448, 8, 560910036, 879036, 70113268, 277448448, 7424, 0, 0, 0, 0, 0, 0, 8, 72007560, 425340, 9000528, 34684392),
('/var/lib/mysql/pcr_roteiros/wp_newsletter.frm', 'wait/io/file/sql/FRM', 139767369139200, 16, 1875552576, 442020, 117222036, 671561820, 8, 641292624, 839004, 80161300, 321680472, 2160, 0, 0, 0, 0, 0, 0, 8, 1234259952, 442020, 154282216, 671561820),
('/var/lib/mysql/pcr_roteiros/wp_options.frm', 'wait/io/file/sql/FRM', 139767369139904, 16, 586945848, 435348, 36683768, 273775512, 8, 526524216, 859020, 65815388, 273775512, 1549, 0, 0, 0, 0, 0, 0, 8, 60421632, 435348, 7552704, 25817304),
('/var/lib/mysql/pcr_roteiros/wp_postmeta.frm', 'wait/io/file/sql/FRM', 139767369140608, 16, 778233756, 560448, 48639436, 403499208, 8, 706367976, 1229316, 88295580, 403499208, 1739, 0, 0, 0, 0, 0, 0, 8, 71865780, 560448, 8982736, 37451604),
('/var/lib/mysql/pcr_roteiros/wp_posts.frm', 'wait/io/file/sql/FRM', 139767369141312, 16, 577263108, 548772, 36078840, 250995636, 8, 510246204, 1245996, 63780428, 250995636, 5400, 0, 0, 0, 0, 0, 0, 8, 67016904, 548772, 8376696, 31431792),
('/var/lib/mysql/pcr_roteiros/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 139767369142016, 16, 666939792, 562116, 41683320, 296218452, 8, 575236488, 1167600, 71904144, 296218452, 684, 0, 0, 0, 0, 0, 0, 8, 91703304, 562116, 11462496, 48160164),
('/var/lib/mysql/pcr_roteiros/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 139767369142720, 16, 611240268, 545436, 38202204, 275109912, 8, 535834992, 1282692, 66979096, 275109912, 967, 0, 0, 0, 0, 0, 0, 8, 75405276, 545436, 9425312, 39533268),
('/var/lib/mysql/pcr_roteiros/wp_termmeta.frm', 'wait/io/file/sql/FRM', 139767369143424, 16, 573178176, 592140, 35823636, 267153552, 8, 498545184, 1220976, 62318148, 267153552, 1739, 0, 0, 0, 0, 0, 0, 8, 74632992, 592140, 9329124, 40487364),
('/var/lib/mysql/pcr_roteiros/wp_terms.frm', 'wait/io/file/sql/FRM', 139767369144128, 16, 1133702904, 613824, 70856084, 475997160, 8, 613625508, 1192620, 76702980, 312798372, 2335, 0, 0, 0, 0, 0, 0, 8, 520077396, 613824, 65009188, 475997160),
('/var/lib/mysql/pcr_roteiros/wp_usermeta.frm', 'wait/io/file/sql/FRM', 139767369144832, 16, 602419884, 462036, 37651208, 296598756, 8, 546268332, 919068, 68283472, 296598756, 1741, 0, 0, 0, 0, 0, 0, 8, 56151552, 462036, 7018944, 25006656),
('/var/lib/mysql/pcr_roteiros/wp_users.frm', 'wait/io/file/sql/FRM', 139767369145536, 16, 968300688, 580464, 60518376, 325131564, 8, 615867300, 1259340, 76983204, 325131564, 5329, 0, 0, 0, 0, 0, 0, 8, 352433388, 580464, 44054104, 317647248),
('/var/lib/mysql/pcr_roteiros/wp_wdi_feeds.frm', 'wait/io/file/sql/FRM', 139767369146240, 16, 1603468416, 645516, 100216776, 580545732, 8, 978872472, 2295168, 122358920, 309120432, 44135, 0, 0, 0, 0, 0, 0, 8, 624595944, 645516, 78074076, 580545732),
('/var/lib/mysql/pcr_roteiros/wp_wdi_themes.frm', 'wait/io/file/sql/FRM', 139767369146944, 16, 1060185804, 657192, 66261300, 387207852, 8, 992179776, 2003268, 124022472, 387207852, 26562, 0, 0, 0, 0, 0, 0, 8, 68006028, 657192, 8500684, 29061564),
('/var/lib/mysql/rosamaster/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 139767369147648, 16, 1842195912, 437016, 115137036, 966552624, 8, 817848756, 887376, 102230608, 495247548, 1748, 0, 0, 0, 0, 0, 0, 8, 1024347156, 437016, 128042908, 966552624),
('/var/lib/mysql/rosamaster/wp_comments.frm', 'wait/io/file/sql/FRM', 139767369148352, 16, 590942376, 435348, 36933412, 275427944, 8, 523279400, 939084, 65409508, 275427944, 4294, 0, 0, 0, 0, 0, 0, 8, 67662976, 435348, 8457872, 35854216),
('/var/lib/mysql/rosamaster/wp_links.frm', 'wait/io/file/sql/FRM', 139767369149056, 16, 651856068, 428676, 40740900, 343269396, 8, 594061536, 834000, 74257692, 343269396, 7424, 0, 0, 0, 0, 0, 0, 8, 57794532, 428676, 7224108, 23867412),
('/var/lib/mysql/rosamaster/wp_options.frm', 'wait/io/file/sql/FRM', 139767369149760, 16, 583438044, 418668, 36464704, 286620780, 8, 523780356, 844008, 65472336, 286620780, 1549, 0, 0, 0, 0, 0, 0, 8, 59657688, 418668, 7457072, 29069904),
('/var/lib/mysql/rosamaster/wp_postmeta.frm', 'wait/io/file/sql/FRM', 139767369150464, 16, 678350580, 435348, 42396668, 341459616, 8, 617226720, 860688, 77153340, 341459616, 1739, 0, 0, 0, 0, 0, 0, 8, 61123860, 435348, 7639996, 28552824),
('/var/lib/mysql/rosamaster/wp_posts.frm', 'wait/io/file/sql/FRM', 139767369151168, 16, 716187492, 437016, 44761336, 360076164, 8, 662319432, 897384, 82789512, 360076164, 5400, 0, 0, 0, 0, 0, 0, 8, 53868060, 437016, 6733160, 23036748),
('/var/lib/mysql/rosamaster/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 139767369151872, 16, 622967976, 428676, 38935012, 275608644, 8, 517875636, 738924, 64733968, 275608644, 684, 0, 0, 0, 0, 0, 0, 8, 105092340, 428676, 13136056, 57075624),
('/var/lib/mysql/rosamaster/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 139767369152576, 16, 650636760, 433680, 40664728, 322586196, 8, 594004824, 813984, 74250464, 322586196, 967, 0, 0, 0, 0, 0, 0, 8, 56631936, 433680, 7078992, 24486240),
('/var/lib/mysql/rosamaster/wp_termmeta.frm', 'wait/io/file/sql/FRM', 139767369153280, 16, 714055788, 432012, 44628452, 352713612, 8, 643277544, 845676, 80409276, 352713612, 1739, 0, 0, 0, 0, 0, 0, 8, 70778244, 432012, 8847072, 31723692),
('/var/lib/mysql/rosamaster/wp_terms.frm', 'wait/io/file/sql/FRM', 139767369153984, 16, 563363664, 422004, 35209812, 281219796, 8, 501557592, 844008, 62694560, 281219796, 2287, 0, 0, 0, 0, 0, 0, 8, 61806072, 422004, 7725620, 30279204),
('/var/lib/mysql/rosamaster/wp_usermeta.frm', 'wait/io/file/sql/FRM', 139767369154688, 16, 676767648, 413664, 42297700, 329546760, 8, 621128172, 845676, 77640952, 329546760, 1741, 0, 0, 0, 0, 0, 0, 8, 55639476, 413664, 6954448, 24044220),
('/var/lib/mysql/rosamaster/wp_users.frm', 'wait/io/file/sql/FRM', 139767369155392, 16, 686720604, 435348, 42919864, 348663708, 8, 631576524, 840672, 78946996, 348663708, 5329, 0, 0, 0, 0, 0, 0, 8, 55144080, 435348, 6892732, 25140096),
('/var/lib/mysql/rosamaster/wp_yoast_seo_links.frm', 'wait/io/file/sql/FRM', 139767369156096, 16, 1071940200, 427008, 66995776, 406863564, 8, 631211232, 865692, 78901404, 314915064, 1776, 0, 0, 0, 0, 0, 0, 8, 440728968, 427008, 55090704, 406863564),
('/var/lib/mysql/rosamaster/wp_yoast_seo_meta.frm', 'wait/io/file/sql/FRM', 139767369156800, 16, 640522008, 422004, 40032556, 292295316, 8, 578188848, 792300, 72273328, 292295316, 663, 0, 0, 0, 0, 0, 0, 8, 62333160, 422004, 7791228, 28736304),
('/var/lib/mysql/sync/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 139767369157504, 16, 2615504064, 442020, 163469004, 1755356496, 8, 801217128, 960768, 100151724, 459485628, 1748, 0, 0, 0, 0, 0, 0, 8, 1814286936, 442020, 226785728, 1755356496),
('/var/lib/mysql/sync/wp_comments.frm', 'wait/io/file/sql/FRM', 139767369158208, 16, 601842756, 417000, 37615068, 282183900, 8, 539244384, 949092, 67405548, 282183900, 4294, 0, 0, 0, 0, 0, 0, 8, 62598372, 417000, 7824588, 28209216),
('/var/lib/mysql/sync/wp_links.frm', 'wait/io/file/sql/FRM', 139767369158912, 16, 1023239604, 430344, 63952232, 493644600, 8, 497681160, 955764, 62209728, 252600252, 7424, 0, 0, 0, 0, 0, 0, 8, 525558444, 430344, 65694736, 493644600),
('/var/lib/mysql/sync/wp_options.frm', 'wait/io/file/sql/FRM', 139767369159616, 16, 776592444, 410328, 48536576, 404124708, 8, 698818608, 900720, 87352048, 404124708, 1549, 0, 0, 0, 0, 0, 0, 8, 77773836, 410328, 9721660, 40495704),
('/var/lib/mysql/sync/wp_postmeta.frm', 'wait/io/file/sql/FRM', 139767369160320, 16, 531104544, 517080, 33193756, 240350460, 8, 468094176, 1286028, 58511772, 240350460, 1739, 0, 0, 0, 0, 0, 0, 8, 63010368, 517080, 7876296, 26045820),
('/var/lib/mysql/sync/wp_posts.frm', 'wait/io/file/sql/FRM', 139767369161024, 16, 445427724, 433680, 27838920, 242445468, 8, 392630520, 992460, 49078676, 242445468, 5400, 0, 0, 0, 0, 0, 0, 8, 52797204, 433680, 6599164, 26149236),
('/var/lib/mysql/sync/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 139767369161728, 16, 413201964, 433680, 25825088, 209282292, 8, 370938180, 777288, 46367064, 209282292, 684, 0, 0, 0, 0, 0, 0, 8, 42263784, 433680, 5282556, 18019404),
('/var/lib/mysql/sync/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 139767369162432, 16, 366724812, 428676, 22919988, 204721980, 8, 324284220, 767280, 40535180, 204721980, 967, 0, 0, 0, 0, 0, 0, 8, 42440592, 428676, 5304796, 17749188),
('/var/lib/mysql/sync/wp_termmeta.frm', 'wait/io/file/sql/FRM', 139767369163136, 16, 395300988, 417000, 24705860, 204531828, 8, 331464960, 862356, 41433120, 204531828, 1739, 0, 0, 0, 0, 0, 0, 8, 63836028, 417000, 7979156, 30164112),
('/var/lib/mysql/sync/wp_terms.frm', 'wait/io/file/sql/FRM', 139767369163840, 16, 439996716, 422004, 27499760, 264339636, 8, 382112112, 885708, 47763736, 264339636, 2287, 0, 0, 0, 0, 0, 0, 8, 57884604, 422004, 7235228, 33656904),
('/var/lib/mysql/sync/wp_usermeta.frm', 'wait/io/file/sql/FRM', 139767369164544, 16, 365623932, 425340, 22851044, 197416140, 8, 315320388, 1124232, 39414840, 197416140, 1741, 0, 0, 0, 0, 0, 0, 8, 50303544, 425340, 6287804, 26242644),
('/var/lib/mysql/sync/wp_users.frm', 'wait/io/file/sql/FRM', 139767369165248, 16, 403614300, 428676, 25225720, 234377352, 8, 359600784, 974112, 44949820, 234377352, 5329, 0, 0, 0, 0, 0, 0, 8, 44013516, 428676, 5501620, 19083588),
('/var/lib/mysql/vinz/wp_commentmeta.frm', 'wait/io/file/sql/FRM', 139767369174400, 13, 2195988720, 423672, 168921696, 1606837776, 7, 582020244, 974112, 83145352, 574147284, 1738, 0, 0, 0, 0, 0, 0, 6, 1613968476, 423672, 268994468, 1606837776),
('/var/lib/mysql/vinz/wp_comments.frm', 'wait/io/file/sql/FRM', 139767369175104, 13, 949172064, 443688, 73012808, 521331732, 7, 529593336, 999132, 75656032, 521331732, 4284, 0, 0, 0, 0, 0, 0, 6, 419578728, 443688, 69929788, 412971780),
('/var/lib/mysql/vinz/wp_contact.frm', 'wait/io/file/sql/FRM', 139767369175808, 13, 3498508236, 475380, 269115676, 2605682880, 7, 3090363648, 1199292, 441480124, 2605682880, 11927, 0, 0, 0, 0, 0, 0, 6, 408144588, 475380, 68023820, 400151532),
('/var/lib/mysql/vinz/wp_links.frm', 'wait/io/file/sql/FRM', 139767369176512, 13, 385207920, 483720, 29630908, 327141504, 7, 337212888, 964104, 48172952, 327141504, 7414, 0, 0, 0, 0, 0, 0, 6, 47995032, 483720, 7999172, 41414772),
('/var/lib/mysql/vinz/wp_newsletter.frm', 'wait/io/file/sql/FRM', 139767369177216, 13, 365905824, 460368, 28146388, 328037220, 7, 334762596, 860688, 47823228, 328037220, 1356, 0, 0, 0, 0, 0, 0, 6, 31143228, 460368, 5190260, 25400304),
('/var/lib/mysql/vinz/wp_options.frm', 'wait/io/file/sql/FRM', 139767369177920, 13, 298955640, 425340, 22996160, 258341508, 7, 265040196, 832332, 37862488, 258341508, 1583, 0, 0, 0, 0, 0, 0, 6, 33915444, 425340, 5652296, 28317636),
('/var/lib/mysql/vinz/wp_postmeta.frm', 'wait/io/file/sql/FRM', 139767369178624, 13, 366442920, 450360, 28187532, 307749336, 7, 327840396, 1082532, 46834104, 307749336, 1729, 0, 0, 0, 0, 0, 0, 6, 38602524, 450360, 6433476, 32320836),
('/var/lib/mysql/vinz/wp_posts.frm', 'wait/io/file/sql/FRM', 139767369179328, 13, 309549108, 442020, 23811256, 235915248, 7, 247754712, 975780, 35393292, 235915248, 5390, 0, 0, 0, 0, 0, 0, 6, 61794396, 442020, 10298788, 56078160),
('/var/lib/mysql/vinz/wp_term_relationships.frm', 'wait/io/file/sql/FRM', 139767369180032, 13, 333147972, 453696, 25626596, 291231132, 7, 302198232, 777288, 43171176, 291231132, 674, 0, 0, 0, 0, 0, 0, 6, 30949740, 453696, 5158012, 25173456),
('/var/lib/mysql/vinz/wp_term_taxonomy.frm', 'wait/io/file/sql/FRM', 139767369180736, 13, 401397528, 605484, 30876348, 343779804, 7, 361767516, 1252668, 51680756, 343779804, 957, 0, 0, 0, 0, 0, 0, 6, 39630012, 605484, 6604724, 30786276),
('/var/lib/mysql/vinz/wp_termmeta.frm', 'wait/io/file/sql/FRM', 139767369181440, 13, 340999248, 455364, 26230412, 290715720, 7, 302191560, 964104, 43170064, 290715720, 1729, 0, 0, 0, 0, 0, 0, 6, 38807688, 455364, 6467948, 32587716),
('/var/lib/mysql/vinz/wp_terms.frm', 'wait/io/file/sql/FRM', 139767369182144, 13, 259619196, 428676, 19970408, 223136700, 7, 230165652, 840672, 32880728, 223136700, 2325, 0, 0, 0, 0, 0, 0, 6, 29453544, 428676, 4908924, 23935800),
('/var/lib/mysql/vinz/wp_usermeta.frm', 'wait/io/file/sql/FRM', 139767369182848, 13, 306403260, 433680, 23569396, 265864188, 7, 272863116, 944088, 38980048, 265864188, 1731, 0, 0, 0, 0, 0, 0, 6, 33540144, 433680, 5590024, 28307628),
('/var/lib/mysql/vinz/wp_users.frm', 'wait/io/file/sql/FRM', 139767369183552, 13, 310458168, 472044, 23881312, 264571488, 7, 279153144, 967440, 39878544, 264571488, 5319, 0, 0, 0, 0, 0, 0, 6, 31305024, 472044, 5217504, 25508724),
('/var/lib/mysql/vinz/wp_vp_id.frm', 'wait/io/file/sql/FRM', 139767369184256, 13, 330367416, 522084, 25412536, 289007688, 7, 299007348, 1199292, 42715256, 289007688, 708, 0, 0, 0, 0, 0, 0, 6, 31360068, 522084, 5226400, 23382024),
('/var/lib/mysql/vinz/wp_yoast_seo_links.frm', 'wait/io/file/sql/FRM', 139767369184960, 13, 427219836, 438684, 32862936, 379870320, 7, 387172824, 909060, 55310324, 379870320, 1766, 0, 0, 0, 0, 0, 0, 6, 40047012, 438684, 6674224, 34394160),
('/var/lib/mysql/vinz/wp_yoast_seo_meta.frm', 'wait/io/file/sql/FRM', 139767369185664, 13, 721266552, 438684, 55481572, 444548688, 7, 270878196, 765612, 38696488, 264042732, 653, 0, 0, 0, 0, 0, 0, 6, 450388356, 438684, 75064448, 444548688),
('/var/lib/mysql/sys/host_summary.frm', 'wait/io/file/sql/FRM', 139767369186368, 6, 465857388, 1953228, 77642620, 408601620, 2, 411590676, 2989056, 205795060, 408601620, 4069, 0, 0, 0, 0, 0, 0, 4, 54266712, 1953228, 13566400, 34204008),
('/var/lib/mysql/sys/x@0024host_summary_by_statement_latency.frm', 'wait/io/file/sql/FRM', 139767369187072, 6, 316823256, 1074192, 52803876, 269046732, 2, 271552068, 2505336, 135775756, 269046732, 3987, 0, 0, 0, 0, 0, 0, 4, 45271188, 1074192, 11317380, 31605264),
('/var/lib/mysql/sys/x@0024host_summary_by_file_io.frm', 'wait/io/file/sql/FRM', 139767369187776, 6, 261202128, 1092540, 43533688, 224804700, 2, 227013132, 2208432, 113506288, 224804700, 2348, 0, 0, 0, 0, 0, 0, 4, 34188996, 1092540, 8546832, 21050160),
('/var/lib/mysql/sys/x@0024memory_by_host_by_current_bytes.frm', 'wait/io/file/sql/FRM', 139767369188480, 6, 344889024, 1317720, 57481504, 294964116, 2, 297642924, 2678808, 148821184, 294964116, 3291, 0, 0, 0, 0, 0, 0, 4, 47246100, 1317720, 11811108, 31103196),
('/var/lib/mysql/sys/host_summary_by_file_io.frm', 'wait/io/file/sql/FRM', 139767369189184, 6, 323478576, 1411128, 53913096, 273989016, 2, 276305868, 2316852, 138152656, 273989016, 2407, 0, 0, 0, 0, 0, 0, 4, 47172708, 1411128, 11792760, 32572704),
('/var/lib/mysql/sys/host_summary_by_file_io_type.frm', 'wait/io/file/sql/FRM', 139767369189888, 6, 277128192, 1311048, 46188032, 234192204, 2, 236572440, 2380236, 118286220, 234192204, 3040, 0, 0, 0, 0, 0, 0, 4, 40555752, 1311048, 10138660, 27135024),
('/var/lib/mysql/sys/host_summary_by_stages.frm', 'wait/io/file/sql/FRM', 139767369190592, 6, 264267912, 1466172, 44044652, 221892372, 2, 224295960, 2403588, 112147980, 221892372, 2822, 0, 0, 0, 0, 0, 0, 4, 39971952, 1466172, 9992988, 26359404),
('/var/lib/mysql/sys/host_summary_by_statement_latency.frm', 'wait/io/file/sql/FRM', 139767369191296, 6, 298481928, 1175940, 49746988, 246123408, 2, 249534468, 3411060, 124766956, 246123408, 4164, 0, 0, 0, 0, 0, 0, 4, 48947460, 1175940, 12236448, 35211480),
('/var/lib/mysql/sys/host_summary_by_statement_type.frm', 'wait/io/file/sql/FRM', 139767369192000, 6, 294168480, 1187616, 49028080, 248461944, 2, 251929716, 3467772, 125964580, 248461944, 4523, 0, 0, 0, 0, 0, 0, 4, 42238764, 1187616, 10559552, 29647032),
('/var/lib/mysql/sys/innodb_buffer_stats_by_schema.frm', 'wait/io/file/sql/FRM', 139767369192704, 6, 294178488, 1289364, 49029748, 250848852, 2, 252898824, 2049972, 126449412, 250848852, 2556, 0, 0, 0, 0, 0, 0, 4, 41279664, 1289364, 10319916, 29066568),
('/var/lib/mysql/sys/innodb_buffer_stats_by_table.frm', 'wait/io/file/sql/FRM', 139767369193408, 6, 312871764, 1045836, 52145016, 242792412, 2, 244942464, 2150052, 122471232, 242792412, 2846, 0, 0, 0, 0, 0, 0, 4, 67929300, 1045836, 16981908, 55367592),
('/var/lib/mysql/sys/innodb_lock_waits.frm', 'wait/io/file/sql/FRM', 139767369194112, 6, 306183084, 1354416, 51030236, 257103852, 2, 260494896, 3391044, 130247448, 257103852, 5328, 0, 0, 0, 0, 0, 0, 4, 45688188, 1354416, 11421908, 32649432),
('/var/lib/mysql/sys/sys_config.frm', 'wait/io/file/sql/FRM', 139767369194816, 13, 352103124, 438684, 27084428, 309595812, 7, 316636440, 803976, 45233380, 309595812, 1780, 0, 0, 0, 0, 0, 0, 6, 35466684, 438684, 5910836, 29612004),
('/var/lib/mysql/sys/sys_config.TRG', 'wait/io/file/sql/file_parser', 139767369195520, 24, 444959016, 1796436, 18539820, 255899556, 8, 281228136, 2934012, 35153100, 255899556, 5760, 0, 0, 0, 0, 0, 0, 16, 163730880, 1796436, 10233180, 24426192),
('/var/lib/mysql/sys/io_by_thread_by_latency.frm', 'wait/io/file/sql/FRM', 139767369196224, 6, 373406820, 1384440, 62234192, 324577788, 2, 328022208, 3444420, 164011104, 324577788, 4454, 0, 0, 0, 0, 0, 0, 4, 45384612, 1384440, 11345736, 28994844),
('/var/lib/mysql/sys/io_global_by_file_by_bytes.frm', 'wait/io/file/sql/FRM', 139767369196928, 6, 349804620, 1302708, 58300492, 291493008, 2, 296411940, 4918932, 148205692, 291493008, 4233, 0, 0, 0, 0, 0, 0, 4, 53392680, 1302708, 13347892, 34309092),
('/var/lib/mysql/sys/io_global_by_file_by_latency.frm', 'wait/io/file/sql/FRM', 139767369197632, 6, 334238844, 1154256, 55706196, 289583148, 2, 291801588, 2218440, 145900516, 289583148, 2625, 0, 0, 0, 0, 0, 0, 4, 42437256, 1154256, 10609036, 28576176),
('/var/lib/mysql/sys/io_global_by_wait_by_bytes.frm', 'wait/io/file/sql/FRM', 139767369198336, 6, 289309596, 1222644, 48217988, 247487832, 2, 250878876, 3391044, 125439160, 247487832, 5230, 0, 0, 0, 0, 0, 0, 4, 38430720, 1222644, 9607680, 25106736),
('/var/lib/mysql/sys/io_global_by_wait_by_latency.frm', 'wait/io/file/sql/FRM', 139767369199040, 6, 359175444, 1205964, 59862296, 309999468, 2, 313607352, 3607884, 156803676, 309999468, 5047, 0, 0, 0, 0, 0, 0, 4, 45568092, 1205964, 11391884, 32259120),
('/var/lib/mysql/sys/latest_file_io.frm', 'wait/io/file/sql/FRM', 139767369199744, 6, 282787716, 1174272, 47131008, 240722424, 2, 243049284, 2326860, 121524364, 240722424, 3505, 0, 0, 0, 0, 0, 0, 4, 39738432, 1174272, 9934608, 26454480),
('/var/lib/mysql/sys/memory_by_host_by_current_bytes.frm', 'wait/io/file/sql/FRM', 139767369200448, 6, 292270296, 2043300, 48711716, 241361268, 2, 244493772, 3132504, 122246608, 241361268, 3539, 0, 0, 0, 0, 0, 0, 4, 47776524, 2043300, 11943992, 28496112),
('/var/lib/mysql/sys/memory_by_thread_by_current_bytes.frm', 'wait/io/file/sql/FRM', 139767369201152, 6, 305802780, 1999932, 50966852, 257150556, 2, 260394816, 3244260, 130197408, 257150556, 3278, 0, 0, 0, 0, 0, 0, 4, 45407964, 1999932, 11351852, 26012460),
('/var/lib/mysql/sys/memory_by_user_by_current_bytes.frm', 'wait/io/file/sql/FRM', 139767369201856, 6, 313865892, 1184280, 52310704, 269088432, 2, 271293528, 2205096, 135646764, 269088432, 3539, 0, 0, 0, 0, 0, 0, 4, 42572364, 1184280, 10642952, 30024000),
('/var/lib/mysql/sys/memory_global_by_current_bytes.frm', 'wait/io/file/sql/FRM', 139767369202560, 6, 265033524, 1185948, 44171976, 226317576, 2, 228439272, 2121696, 114219636, 226317576, 3469, 0, 0, 0, 0, 0, 0, 4, 36594252, 1185948, 9148424, 24366144),
('/var/lib/mysql/sys/memory_global_total.frm', 'wait/io/file/sql/FRM', 139767369203264, 6, 658851660, 1075860, 109808332, 376959660, 2, 269116788, 1931544, 134558116, 267185244, 891, 0, 0, 0, 0, 0, 0, 4, 389734872, 1075860, 97433440, 376959660),
('/var/lib/mysql/sys/metrics.frm', 'wait/io/file/sql/FRM', 139767369203968, 6, 370666296, 1132572, 61777716, 327094800, 2, 332574180, 5479380, 166286812, 327094800, 10272, 0, 0, 0, 0, 0, 0, 4, 38092116, 1132572, 9522612, 26027472),
('/var/lib/mysql/sys/processlist.frm', 'wait/io/file/sql/FRM', 139767369204672, 6, 299642856, 1446156, 49940476, 241434660, 2, 245117604, 3682944, 122558524, 241434660, 8247, 0, 0, 0, 0, 0, 0, 4, 54525252, 1446156, 13630896, 39916908),
('/var/lib/mysql/sys/x@0024memory_by_thread_by_current_bytes.frm', 'wait/io/file/sql/FRM', 139767369205376, 6, 312182880, 1145916, 52030480, 274491084, 2, 276786252, 2295168, 138392848, 274491084, 3031, 0, 0, 0, 0, 0, 0, 4, 35396628, 1145916, 8848740, 22706484),
('/var/lib/mysql/sys/ps_check_lost_instrumentation.frm', 'wait/io/file/sql/FRM', 139767369206080, 6, 332305632, 1386108, 55384272, 280192308, 2, 282302328, 2110020, 141151164, 280192308, 1157, 0, 0, 0, 0, 0, 0, 4, 50003304, 1386108, 12500548, 36867804),
('/var/lib/mysql/sys/schema_auto_increment_columns.frm', 'wait/io/file/sql/FRM', 139767369206784, 6, 284350632, 1239324, 47391772, 241019328, 2, 244655568, 3636240, 122327784, 241019328, 6227, 0, 0, 0, 0, 0, 0, 4, 39695064, 1239324, 9923488, 25420320),
('/var/lib/mysql/sys/schema_index_statistics.frm', 'wait/io/file/sql/FRM', 139767369207488, 6, 312973512, 1217640, 52162252, 263794200, 2, 265995960, 2201760, 132997980, 263794200, 3670, 0, 0, 0, 0, 0, 0, 4, 46977552, 1217640, 11744388, 34350792),
('/var/lib/mysql/sys/schema_object_overview.frm', 'wait/io/file/sql/FRM', 139767369208192, 6, 330759396, 1351080, 55126288, 281136396, 2, 290473860, 9337464, 145236652, 281136396, 3789, 0, 0, 0, 0, 0, 0, 4, 40285536, 1351080, 10071384, 27848928),
('/var/lib/mysql/sys/schema_redundant_indexes.frm', 'wait/io/file/sql/FRM', 139767369208896, 6, 339778272, 1422804, 56629712, 281098032, 2, 284700912, 3602880, 142350456, 281098032, 5290, 0, 0, 0, 0, 0, 0, 4, 55077360, 1422804, 13769340, 42071964),
('/var/lib/mysql/sys/x@0024schema_flattened_keys.frm', 'wait/io/file/sql/FRM', 139767369209600, 6, 248255112, 1197624, 41375852, 213250464, 2, 215070252, 1819788, 107534848, 213250464, 2533, 0, 0, 0, 0, 0, 0, 4, 33184860, 1197624, 8296076, 21048492),
('/var/lib/mysql/sys/schema_table_lock_waits.frm', 'wait/io/file/sql/FRM', 139767369210304, 6, 369667164, 1190952, 61610916, 325525212, 2, 328607676, 3082464, 164303560, 325525212, 5167, 0, 0, 0, 0, 0, 0, 4, 41059488, 1190952, 10264872, 28424388),
('/var/lib/mysql/sys/schema_table_statistics.frm', 'wait/io/file/sql/FRM', 139767369211008, 6, 364468008, 1281024, 60744668, 310486524, 2, 312928476, 2441952, 156463960, 310486524, 4051, 0, 0, 0, 0, 0, 0, 4, 51539532, 1281024, 12884744, 37630080),
('/var/lib/mysql/sys/x@0024ps_schema_table_statistics_io.frm', 'wait/io/file/sql/FRM', 139767369211712, 6, 329450016, 1189284, 54908336, 287534844, 2, 289424688, 1889844, 144712344, 287534844, 2990, 0, 0, 0, 0, 0, 0, 4, 40025328, 1189284, 10006332, 27858936),
('/var/lib/mysql/sys/schema_table_statistics_with_buffer.frm', 'wait/io/file/sql/FRM', 139767369212416, 6, 334137096, 1417800, 55689516, 274289256, 2, 277982208, 3692952, 138991104, 274289256, 5464, 0, 0, 0, 0, 0, 0, 4, 56154888, 1417800, 14038444, 40502376),
('/var/lib/mysql/sys/x@0024innodb_buffer_stats_by_table.frm', 'wait/io/file/sql/FRM', 139767369213120, 6, 257827764, 1170936, 42971016, 219130164, 2, 220989984, 1859820, 110494992, 219130164, 2784, 0, 0, 0, 0, 0, 0, 4, 36837780, 1170936, 9209028, 24399504),
('/var/lib/mysql/sys/schema_tables_with_full_table_scans.frm', 'wait/io/file/sql/FRM', 139767369213824, 6, 323351808, 1160928, 53891968, 271683840, 2, 273562008, 1878168, 136781004, 271683840, 2046, 0, 0, 0, 0, 0, 0, 4, 49789800, 1160928, 12447172, 37548348),
('/var/lib/mysql/sys/schema_unused_indexes.frm', 'wait/io/file/sql/FRM', 139767369214528, 6, 308703432, 1070856, 51450572, 258218076, 2, 260199660, 1981584, 130099552, 258218076, 2358, 0, 0, 0, 0, 0, 0, 4, 48503772, 1070856, 12125804, 36814428),
('/var/lib/mysql/sys/session.frm', 'wait/io/file/sql/FRM', 139767369215232, 6, 270567948, 1482852, 45094380, 229943808, 2, 232050492, 2106684, 116024968, 229943808, 3108, 0, 0, 0, 0, 0, 0, 4, 38517456, 1482852, 9629364, 24621348),
('/var/lib/mysql/sys/session_ssl_status.frm', 'wait/io/file/sql/FRM', 139767369215936, 6, 347734632, 1341072, 57955772, 276958056, 2, 278947980, 1989924, 139473712, 276958056, 2098, 0, 0, 0, 0, 0, 0, 4, 68786652, 1341072, 17196524, 54750432),
('/var/lib/mysql/sys/statement_analysis.frm', 'wait/io/file/sql/FRM', 139767369216640, 6, 316838268, 1145916, 52806100, 268968336, 2, 272359380, 3391044, 136179412, 268968336, 7112, 0, 0, 0, 0, 0, 0, 4, 44478888, 1145916, 11119444, 32507652),
('/var/lib/mysql/sys/statements_with_errors_or_warnings.frm', 'wait/io/file/sql/FRM', 139767369217344, 6, 339546420, 1284360, 56590792, 294922416, 2, 297412740, 2490324, 148706092, 294922416, 3822, 0, 0, 0, 0, 0, 0, 4, 42133680, 1284360, 10533420, 27270132),
('/var/lib/mysql/sys/statements_with_full_table_scans.frm', 'wait/io/file/sql/FRM', 139767369218048, 6, 315507204, 1150920, 52584256, 272502828, 2, 276070680, 3567852, 138035340, 272502828, 5720, 0, 0, 0, 0, 0, 0, 4, 39436524, 1150920, 9858992, 26250984),
('/var/lib/mysql/sys/statements_with_runtimes_in_95th_percentile.frm', 'wait/io/file/sql/FRM', 139767369218752, 6, 308198028, 1129236, 51366060, 264803340, 2, 267116856, 2313516, 133558428, 264803340, 3543, 0, 0, 0, 0, 0, 0, 4, 41081172, 1129236, 10269876, 28804692),
('/var/lib/mysql/sys/x@0024ps_digest_95th_percentile_by_avg_us.frm', 'wait/io/file/sql/FRM', 139767369219456, 6, 542570376, 1207632, 90428396, 327726972, 2, 202218312, 2120028, 101109156, 200098284, 1811, 0, 0, 0, 0, 0, 0, 4, 340352064, 1207632, 85088016, 327726972);
INSERT INTO `file_summary_by_instance` (`FILE_NAME`, `EVENT_NAME`, `OBJECT_INSTANCE_BEGIN`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `COUNT_READ`, `SUM_TIMER_READ`, `MIN_TIMER_READ`, `AVG_TIMER_READ`, `MAX_TIMER_READ`, `SUM_NUMBER_OF_BYTES_READ`, `COUNT_WRITE`, `SUM_TIMER_WRITE`, `MIN_TIMER_WRITE`, `AVG_TIMER_WRITE`, `MAX_TIMER_WRITE`, `SUM_NUMBER_OF_BYTES_WRITE`, `COUNT_MISC`, `SUM_TIMER_MISC`, `MIN_TIMER_MISC`, `AVG_TIMER_MISC`, `MAX_TIMER_MISC`) VALUES
('/var/lib/mysql/sys/x@0024ps_digest_avg_latency_distribution.frm', 'wait/io/file/sql/FRM', 139767369220160, 6, 235089588, 1177608, 39181320, 201165804, 2, 202945560, 1779756, 101472780, 201165804, 908, 0, 0, 0, 0, 0, 0, 4, 32144028, 1177608, 8035868, 21045156),
('/var/lib/mysql/sys/statements_with_sorting.frm', 'wait/io/file/sql/FRM', 139767369220864, 6, 325023144, 1214304, 54170524, 282190572, 2, 285149604, 2959032, 142574524, 282190572, 4369, 0, 0, 0, 0, 0, 0, 4, 39873540, 1214304, 9967968, 27632088),
('/var/lib/mysql/sys/statements_with_temp_tables.frm', 'wait/io/file/sql/FRM', 139767369221568, 6, 278822880, 1159260, 46470480, 239411376, 2, 242423784, 3012408, 121211892, 239411376, 4389, 0, 0, 0, 0, 0, 0, 4, 36399096, 1159260, 9099496, 24180996),
('/var/lib/mysql/sys/user_summary.frm', 'wait/io/file/sql/FRM', 139767369222272, 6, 321825588, 2860620, 53637320, 267719004, 2, 270636336, 2917332, 135318168, 267719004, 4761, 0, 0, 0, 0, 0, 0, 4, 51189252, 2860620, 12796896, 28034076),
('/var/lib/mysql/sys/x@0024user_summary_by_statement_latency.frm', 'wait/io/file/sql/FRM', 139767369222976, 6, 257442456, 1155924, 42907076, 221205156, 2, 223445280, 2240124, 111722640, 221205156, 3987, 0, 0, 0, 0, 0, 0, 4, 33997176, 1155924, 8499016, 21830784),
('/var/lib/mysql/sys/x@0024user_summary_by_file_io.frm', 'wait/io/file/sql/FRM', 139767369223680, 6, 254563488, 947424, 42427248, 214741656, 2, 216746592, 2004936, 108373296, 214741656, 2348, 0, 0, 0, 0, 0, 0, 4, 37816896, 947424, 9454224, 26539548),
('/var/lib/mysql/sys/x@0024memory_by_user_by_current_bytes.frm', 'wait/io/file/sql/FRM', 139767369224384, 6, 293669748, 940752, 48944680, 259377336, 2, 261418968, 2041632, 130709484, 259377336, 3291, 0, 0, 0, 0, 0, 0, 4, 32250780, 940752, 8062556, 21176928),
('/var/lib/mysql/sys/user_summary_by_file_io.frm', 'wait/io/file/sql/FRM', 139767369225088, 6, 355550880, 1436148, 59258480, 301659468, 2, 303559320, 1899852, 151779660, 301659468, 2407, 0, 0, 0, 0, 0, 0, 4, 51991560, 1436148, 12997612, 39344784),
('/var/lib/mysql/sys/user_summary_by_file_io_type.frm', 'wait/io/file/sql/FRM', 139767369225792, 6, 365598912, 1242660, 60933152, 304917072, 2, 307377372, 2460300, 153688408, 304917072, 2988, 0, 0, 0, 0, 0, 0, 4, 58221540, 1242660, 14554968, 45703200),
('/var/lib/mysql/sys/user_summary_by_stages.frm', 'wait/io/file/sql/FRM', 139767369226496, 6, 261350580, 1040832, 43558152, 222636300, 2, 224601204, 1964904, 112300324, 222636300, 2789, 0, 0, 0, 0, 0, 0, 4, 36749376, 1040832, 9187344, 25256856),
('/var/lib/mysql/sys/user_summary_by_statement_latency.frm', 'wait/io/file/sql/FRM', 139767369227200, 6, 309288900, 1077528, 51547872, 263869260, 2, 266965068, 3095808, 133482256, 263869260, 4164, 0, 0, 0, 0, 0, 0, 4, 42323832, 1077528, 10580680, 30477696),
('/var/lib/mysql/sys/user_summary_by_statement_type.frm', 'wait/io/file/sql/FRM', 139767369227904, 6, 293734800, 1277688, 48955800, 237363072, 2, 240485568, 3122496, 120242784, 237363072, 4489, 0, 0, 0, 0, 0, 0, 4, 53249232, 1277688, 13312308, 40475688),
('/var/lib/mysql/sys/version.frm', 'wait/io/file/sql/FRM', 139767369228608, 6, 277872120, 1342740, 46312020, 238505652, 2, 240260388, 1754736, 120129916, 238505652, 525, 0, 0, 0, 0, 0, 0, 4, 37611732, 1342740, 9402516, 25737240),
('/var/lib/mysql/sys/wait_classes_global_by_avg_latency.frm', 'wait/io/file/sql/FRM', 139767369229312, 6, 276365916, 1074192, 46060708, 227351736, 2, 229913784, 2562048, 114956892, 227351736, 3644, 0, 0, 0, 0, 0, 0, 4, 46452132, 1074192, 11612616, 34816164),
('/var/lib/mysql/sys/wait_classes_global_by_latency.frm', 'wait/io/file/sql/FRM', 139767369230016, 6, 275998956, 1286028, 45999548, 235019532, 2, 237730032, 2710500, 118865016, 235019532, 3484, 0, 0, 0, 0, 0, 0, 4, 38268924, 1286028, 9567092, 23568840),
('/var/lib/mysql/sys/waits_by_host_by_latency.frm', 'wait/io/file/sql/FRM', 139767369230720, 6, 277128192, 1256004, 46188032, 233923656, 2, 235963620, 2039964, 117981532, 233923656, 3274, 0, 0, 0, 0, 0, 0, 4, 41164572, 1256004, 10291004, 27341856),
('/var/lib/mysql/sys/waits_by_user_by_latency.frm', 'wait/io/file/sql/FRM', 139767369231424, 6, 295357764, 1416132, 49226016, 243411240, 2, 245756448, 2345208, 122878224, 243411240, 3477, 0, 0, 0, 0, 0, 0, 4, 49601316, 1416132, 12399912, 24574644),
('/var/lib/mysql/sys/waits_global_by_latency.frm', 'wait/io/file/sql/FRM', 139767369232128, 6, 278102304, 1411128, 46350384, 227353404, 2, 229636896, 2283492, 114818448, 227353404, 2491, 0, 0, 0, 0, 0, 0, 4, 48465408, 1411128, 12116352, 35588448),
('/var/lib/mysql/sys/x@0024host_summary.frm', 'wait/io/file/sql/FRM', 139767369232832, 6, 270341100, 1291032, 45056572, 213677472, 2, 216166128, 2488656, 108083064, 213677472, 3715, 0, 0, 0, 0, 0, 0, 4, 54174972, 1291032, 13543604, 40190460),
('/var/lib/mysql/sys/x@0024host_summary_by_file_io_type.frm', 'wait/io/file/sql/FRM', 139767369233536, 6, 274843032, 1252668, 45807172, 232734372, 2, 234789348, 2054976, 117394396, 232734372, 2922, 0, 0, 0, 0, 0, 0, 4, 40053684, 1252668, 10013004, 27476964),
('/var/lib/mysql/sys/x@0024host_summary_by_stages.frm', 'wait/io/file/sql/FRM', 139767369234240, 6, 257502504, 1251000, 42917084, 218050968, 2, 220174332, 2123364, 110086888, 218050968, 2704, 0, 0, 0, 0, 0, 0, 4, 37328172, 1251000, 9331904, 25210152),
('/var/lib/mysql/sys/x@0024host_summary_by_statement_type.frm', 'wait/io/file/sql/FRM', 139767369234944, 6, 289531440, 1172604, 48255240, 245175984, 2, 248645424, 3469440, 124322712, 245175984, 4346, 0, 0, 0, 0, 0, 0, 4, 40886016, 1172604, 10221504, 28345992),
('/var/lib/mysql/sys/x@0024innodb_buffer_stats_by_schema.frm', 'wait/io/file/sql/FRM', 139767369235648, 6, 322421064, 1321056, 53736844, 284672556, 2, 286505688, 1833132, 143252844, 284672556, 2494, 0, 0, 0, 0, 0, 0, 4, 35915376, 1321056, 8978844, 24227700),
('/var/lib/mysql/sys/x@0024innodb_lock_waits.frm', 'wait/io/file/sql/FRM', 139767369236352, 6, 874592448, 1531224, 145765408, 590597100, 2, 269568816, 3999864, 134784408, 265568952, 5180, 0, 0, 0, 0, 0, 0, 4, 605023632, 1531224, 151255908, 590597100),
('/var/lib/mysql/sys/x@0024io_by_thread_by_latency.frm', 'wait/io/file/sql/FRM', 139767369237056, 6, 408836808, 1477848, 68139468, 360092844, 2, 363370464, 3277620, 181685232, 360092844, 4218, 0, 0, 0, 0, 0, 0, 4, 45466344, 1477848, 11366308, 29935596),
('/var/lib/mysql/sys/x@0024io_global_by_file_by_bytes.frm', 'wait/io/file/sql/FRM', 139767369237760, 6, 348998976, 1322724, 58166496, 297717984, 2, 300114900, 2396916, 150057172, 297717984, 3864, 0, 0, 0, 0, 0, 0, 4, 48884076, 1322724, 12220880, 35862000),
('/var/lib/mysql/sys/x@0024io_global_by_file_by_latency.frm', 'wait/io/file/sql/FRM', 139767369238464, 6, 258821892, 1327728, 43136704, 216891708, 2, 219083460, 2191752, 109541452, 216891708, 2330, 0, 0, 0, 0, 0, 0, 4, 39738432, 1327728, 9934608, 26242644),
('/var/lib/mysql/sys/x@0024io_global_by_wait_by_bytes.frm', 'wait/io/file/sql/FRM', 139767369239168, 6, 263574024, 1197624, 43929004, 224848068, 2, 227870484, 3022416, 113934964, 224848068, 4687, 0, 0, 0, 0, 0, 0, 4, 35703540, 1197624, 8925468, 24037548),
('/var/lib/mysql/sys/x@0024io_global_by_wait_by_latency.frm', 'wait/io/file/sql/FRM', 139767369239872, 6, 325581924, 1286028, 54263376, 285603300, 2, 288837552, 3234252, 144418776, 285603300, 4445, 0, 0, 0, 0, 0, 0, 4, 36744372, 1286028, 9185676, 23313636),
('/var/lib/mysql/sys/x@0024latest_file_io.frm', 'wait/io/file/sql/FRM', 139767369240576, 6, 264478080, 1200960, 44079680, 216531420, 2, 218661456, 2130036, 109330728, 216531420, 3325, 0, 0, 0, 0, 0, 0, 4, 45816624, 1200960, 11454156, 32617740),
('/var/lib/mysql/sys/x@0024memory_global_by_current_bytes.frm', 'wait/io/file/sql/FRM', 139767369241280, 6, 299092416, 1321056, 49848736, 251052348, 2, 253465944, 2413596, 126732972, 251052348, 3221, 0, 0, 0, 0, 0, 0, 4, 45626472, 1321056, 11406340, 30959748),
('/var/lib/mysql/sys/x@0024memory_global_total.frm', 'wait/io/file/sql/FRM', 139767369241984, 6, 286328880, 2016612, 47721480, 237273000, 2, 239943468, 2670468, 119971456, 237273000, 829, 0, 0, 0, 0, 0, 0, 4, 46385412, 2016612, 11595936, 26424456),
('/var/lib/mysql/sys/x@0024processlist.frm', 'wait/io/file/sql/FRM', 139767369242688, 6, 405517488, 1407792, 67586248, 332399040, 2, 337926792, 5527752, 168963396, 332399040, 7743, 0, 0, 0, 0, 0, 0, 4, 67590696, 1407792, 16897396, 48008376),
('/var/lib/mysql/sys/x@0024schema_index_statistics.frm', 'wait/io/file/sql/FRM', 139767369243392, 6, 342942468, 1304376, 57156800, 295327740, 2, 297521160, 2193420, 148760580, 295327740, 3434, 0, 0, 0, 0, 0, 0, 4, 45421308, 1304376, 11355188, 32050620),
('/var/lib/mysql/sys/x@0024schema_table_lock_waits.frm', 'wait/io/file/sql/FRM', 139767369244096, 6, 301312524, 1314384, 50218476, 255275724, 2, 258751836, 3476112, 129375640, 255275724, 5093, 0, 0, 0, 0, 0, 0, 4, 42560688, 1314384, 10640172, 29993976),
('/var/lib/mysql/sys/x@0024schema_table_statistics.frm', 'wait/io/file/sql/FRM', 139767369244800, 6, 310866828, 1436148, 51810860, 268959996, 2, 271517040, 2557044, 135758520, 268959996, 3455, 0, 0, 0, 0, 0, 0, 4, 39349788, 1436148, 9837308, 26893164),
('/var/lib/mysql/sys/x@0024schema_table_statistics_with_buffer.frm', 'wait/io/file/sql/FRM', 139767369245504, 6, 322202556, 2085000, 53700148, 269772312, 2, 274254228, 4481916, 137126836, 269772312, 4743, 0, 0, 0, 0, 0, 0, 4, 47948328, 2085000, 11986804, 27091656),
('/var/lib/mysql/sys/x@0024schema_tables_with_full_table_scans.frm', 'wait/io/file/sql/FRM', 139767369246208, 6, 324888036, 1249332, 54147728, 279676896, 2, 281806932, 2130036, 140903188, 279676896, 1987, 0, 0, 0, 0, 0, 0, 4, 43081104, 1249332, 10770276, 29953944),
('/var/lib/mysql/sys/x@0024session.frm', 'wait/io/file/sql/FRM', 139767369246912, 6, 254670240, 1406124, 42445040, 217463832, 2, 219535488, 2071656, 109767744, 217463832, 3234, 0, 0, 0, 0, 0, 0, 4, 35134752, 1406124, 8783688, 23387028),
('/var/lib/mysql/sys/x@0024statement_analysis.frm', 'wait/io/file/sql/FRM', 139767369247616, 6, 410868432, 1119228, 68478072, 367767312, 2, 371186712, 3419400, 185593356, 367767312, 6802, 0, 0, 0, 0, 0, 0, 4, 39681720, 1119228, 9920152, 26886492),
('/var/lib/mysql/sys/x@0024statements_with_errors_or_warnings.frm', 'wait/io/file/sql/FRM', 139767369248320, 6, 345055824, 1089204, 57509304, 278691108, 2, 280791120, 2100012, 140395560, 278691108, 3748, 0, 0, 0, 0, 0, 0, 4, 64264704, 1089204, 16066176, 52183380),
('/var/lib/mysql/sys/x@0024statements_with_full_table_scans.frm', 'wait/io/file/sql/FRM', 139767369249024, 6, 383231340, 1207632, 63871612, 331443276, 2, 334700880, 3257604, 167350440, 331443276, 5545, 0, 0, 0, 0, 0, 0, 4, 48530460, 1207632, 12132476, 36265656),
('/var/lib/mysql/sys/x@0024statements_with_runtimes_in_95th_percentile.frm', 'wait/io/file/sql/FRM', 139767369249728, 6, 400376712, 1901520, 66729452, 321460296, 2, 324414324, 2954028, 162206884, 321460296, 3292, 0, 0, 0, 0, 0, 0, 4, 75962388, 1901520, 18990180, 57400884),
('/var/lib/mysql/sys/x@0024statements_with_sorting.frm', 'wait/io/file/sql/FRM', 139767369250432, 6, 323058240, 1324392, 53843040, 280072212, 2, 283233072, 3160860, 141616536, 280072212, 4236, 0, 0, 0, 0, 0, 0, 4, 39825168, 1324392, 9956292, 26564568),
('/var/lib/mysql/sys/x@0024statements_with_temp_tables.frm', 'wait/io/file/sql/FRM', 139767369251136, 6, 296830608, 1259340, 49471768, 244887420, 2, 247996572, 3109152, 123998008, 244887420, 4256, 0, 0, 0, 0, 0, 0, 4, 48834036, 1259340, 12208092, 36789408),
('/var/lib/mysql/sys/x@0024user_summary.frm', 'wait/io/file/sql/FRM', 139767369251840, 6, 272793060, 1259340, 45465232, 233555028, 2, 236829312, 3274284, 118414656, 233555028, 4460, 0, 0, 0, 0, 0, 0, 4, 35963748, 1259340, 8990520, 24099264),
('/var/lib/mysql/sys/x@0024user_summary_by_file_io_type.frm', 'wait/io/file/sql/FRM', 139767369252544, 6, 336360540, 1232652, 56059812, 284102100, 2, 286180428, 2078328, 143089936, 284102100, 2870, 0, 0, 0, 0, 0, 0, 4, 50180112, 1232652, 12545028, 36607596),
('/var/lib/mysql/sys/x@0024user_summary_by_stages.frm', 'wait/io/file/sql/FRM', 139767369253248, 6, 272993220, 1386108, 45498592, 228332520, 2, 230575980, 2243460, 115287712, 228332520, 2671, 0, 0, 0, 0, 0, 0, 4, 42417240, 1386108, 10604032, 29186664),
('/var/lib/mysql/sys/x@0024user_summary_by_statement_type.frm', 'wait/io/file/sql/FRM', 139767369253952, 6, 311642448, 1389444, 51940408, 269787324, 2, 273016572, 3229248, 136508008, 269787324, 4312, 0, 0, 0, 0, 0, 0, 4, 38625876, 1389444, 9656052, 26269332),
('/var/lib/mysql/sys/x@0024wait_classes_global_by_avg_latency.frm', 'wait/io/file/sql/FRM', 139767369254656, 6, 258596712, 1501200, 43099452, 217385436, 2, 219492120, 2106684, 109746060, 217385436, 3300, 0, 0, 0, 0, 0, 0, 4, 39104592, 1501200, 9776148, 25717224),
('/var/lib/mysql/sys/x@0024wait_classes_global_by_latency.frm', 'wait/io/file/sql/FRM', 139767369255360, 6, 274611180, 1205964, 45768252, 234512460, 2, 236535744, 2023284, 118267872, 234512460, 3251, 0, 0, 0, 0, 0, 0, 4, 38075436, 1205964, 9518720, 25647168),
('/var/lib/mysql/sys/x@0024waits_by_host_by_latency.frm', 'wait/io/file/sql/FRM', 139767369256064, 6, 303632712, 1251000, 50605452, 263195388, 2, 265203660, 2008272, 132601552, 263195388, 3097, 0, 0, 0, 0, 0, 0, 4, 38429052, 1251000, 9607124, 26607936),
('/var/lib/mysql/sys/x@0024waits_by_user_by_latency.frm', 'wait/io/file/sql/FRM', 139767369256768, 6, 268002564, 1372764, 44666816, 221612148, 2, 223843932, 2231784, 111921688, 221612148, 3300, 0, 0, 0, 0, 0, 0, 4, 44158632, 1372764, 11039380, 31578576),
('/var/lib/mysql/sys/x@0024waits_global_by_latency.frm', 'wait/io/file/sql/FRM', 139767369257472, 6, 241609800, 1294368, 40268300, 202468512, 2, 204446760, 1978248, 102223380, 202468512, 2314, 0, 0, 0, 0, 0, 0, 4, 37163040, 1294368, 9290760, 24989976),
('/var/lib/mysql/sync/wp_commentmeta.MYI', 'wait/io/file/myisam/kfile', 139767369258176, 9, 284560800, 802308, 31617496, 237431460, 4, 243257784, 1000800, 60814168, 237431460, 986, 0, 0, 0, 0, 0, 0, 5, 41303016, 802308, 8260492, 18961824),
('/var/lib/mysql/sync/wp_commentmeta.MYD', 'wait/io/file/myisam/dfile', 139767369258880, 8, 51309348, 2125032, 6413460, 17525676, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 51309348, 2125032, 6413460, 17525676),
('/var/lib/mysql/sync/wp_comments.MYI', 'wait/io/file/myisam/kfile', 139767369259584, 9, 304354956, 695556, 33817032, 266849976, 4, 272000760, 899052, 67999912, 266849976, 1374, 0, 0, 0, 0, 0, 0, 5, 32354196, 695556, 6470728, 14508264),
('/var/lib/mysql/sync/wp_comments.MYD', 'wait/io/file/myisam/dfile', 139767369260288, 11, 414131040, 1652988, 37647872, 359021988, 2, 361935984, 2913996, 180967992, 359021988, 328, 0, 0, 0, 0, 0, 0, 9, 52195056, 1652988, 5799080, 13048764),
('/var/lib/mysql/sync/wp_links.MYI', 'wait/io/file/myisam/kfile', 139767369260992, 9, 268334496, 668868, 29814944, 224799696, 4, 229792020, 935748, 57447588, 224799696, 966, 0, 0, 0, 0, 0, 0, 5, 38542476, 668868, 7708384, 20456352),
('/var/lib/mysql/sync/wp_links.MYD', 'wait/io/file/myisam/dfile', 139767369261696, 8, 39826836, 1944888, 4977868, 10241520, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 39826836, 1944888, 4977868, 10241520),
('/var/lib/mysql/sync/wp_options.MYI', 'wait/io/file/myisam/kfile', 139767369262400, 4, 230809500, 773952, 57702236, 214673268, 2, 216209496, 1536228, 108104748, 214673268, 444, 0, 0, 0, 0, 0, 0, 2, 14600004, 773952, 7299724, 13826052),
('/var/lib/mysql/sync/wp_options.MYD', 'wait/io/file/myisam/dfile', 139767369263104, 11, 692910552, 392536, 62991464, 647050560, 1, 647050560, 647050560, 647050560, 647050560, 44148, 0, 0, 0, 0, 0, 0, 10, 45859992, 392536, 4585888, 14896908),
('/var/lib/mysql/sync/wp_postmeta.MYI', 'wait/io/file/myisam/kfile', 139767369263808, 4, 229418388, 830664, 57354180, 211005336, 2, 212566584, 1561248, 106283292, 211005336, 493, 0, 0, 0, 0, 0, 0, 2, 16851804, 830664, 8425624, 16021140),
('/var/lib/mysql/sync/wp_postmeta.MYD', 'wait/io/file/myisam/dfile', 139767369264512, 11, 3822165288, 457032, 347469420, 3770859276, 1, 3770859276, 3770859276, 3770859276, 3770859276, 10228, 0, 0, 0, 0, 0, 0, 10, 51306012, 457032, 5130212, 17285484),
('/var/lib/mysql/sync/wp_posts.MYI', 'wait/io/file/myisam/kfile', 139767369265216, 4, 233658444, 767280, 58414472, 217789092, 2, 219255264, 1466172, 109627632, 217789092, 769, 0, 0, 0, 0, 0, 0, 2, 14403180, 767280, 7201312, 13635900),
('/var/lib/mysql/sync/wp_posts.MYD', 'wait/io/file/myisam/dfile', 139767369265920, 11, 3908375868, 482052, 355306796, 3863865288, 1, 3863865288, 3863865288, 3863865288, 3863865288, 14596, 0, 0, 0, 0, 0, 0, 10, 44510580, 482052, 4450780, 12096336),
('/var/lib/mysql/sync/wp_term_relationships.MYI', 'wait/io/file/myisam/kfile', 139767369266624, 4, 192567264, 765612, 48141816, 176557800, 2, 177870516, 1312716, 88934980, 176557800, 442, 0, 0, 0, 0, 0, 0, 2, 14696748, 765612, 7348096, 13931136),
('/var/lib/mysql/sync/wp_term_relationships.MYD', 'wait/io/file/myisam/dfile', 139767369267328, 11, 287247948, 478716, 26113096, 245062560, 1, 245062560, 245062560, 245062560, 245062560, 168, 0, 0, 0, 0, 0, 0, 10, 42185388, 478716, 4218372, 10700220),
('/var/lib/mysql/sync/wp_term_taxonomy.MYI', 'wait/io/file/myisam/kfile', 139767369268032, 4, 192200304, 703896, 48050076, 174761364, 2, 175972332, 1210968, 87985888, 174761364, 498, 0, 0, 0, 0, 0, 0, 2, 16227972, 703896, 8113708, 15524076),
('/var/lib/mysql/sync/wp_term_taxonomy.MYD', 'wait/io/file/myisam/dfile', 139767369268736, 11, 625490548, 555444, 56862676, 347918112, 1, 248031600, 248031600, 248031600, 248031600, 120, 0, 0, 0, 0, 0, 0, 10, 377458948, 555444, 37745728, 347918112),
('/var/lib/mysql/sync/wp_termmeta.MYI', 'wait/io/file/myisam/kfile', 139767369269440, 4, 290985936, 890712, 72746484, 274355976, 2, 275927232, 1571256, 137963616, 274355976, 493, 0, 0, 0, 0, 0, 0, 2, 15058704, 890712, 7529352, 14167992),
('/var/lib/mysql/sync/wp_termmeta.MYD', 'wait/io/file/myisam/dfile', 139767369270144, 7, 43551480, 1874832, 6221640, 13587528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 43551480, 1874832, 6221640, 13587528),
('/var/lib/mysql/sync/wp_terms.MYI', 'wait/io/file/myisam/kfile', 139767369270848, 4, 224589528, 782292, 56147104, 204520152, 2, 206061384, 1541232, 103030692, 204520152, 486, 0, 0, 0, 0, 0, 0, 2, 18528144, 782292, 9264072, 17745852),
('/var/lib/mysql/sync/wp_terms.MYD', 'wait/io/file/myisam/dfile', 139767369271552, 11, 3984806964, 478716, 362255128, 3940876848, 1, 3940876848, 3940876848, 3940876848, 3940876848, 120, 0, 0, 0, 0, 0, 0, 10, 43930116, 478716, 4392956, 12306504),
('/var/lib/mysql/sync/wp_usermeta.MYI', 'wait/io/file/myisam/kfile', 139767369272256, 4, 253639416, 840672, 63409576, 238639092, 2, 239821704, 1182612, 119910852, 238639092, 493, 0, 0, 0, 0, 0, 0, 2, 13817712, 840672, 6908856, 12977040),
('/var/lib/mysql/sync/wp_usermeta.MYD', 'wait/io/file/myisam/dfile', 139767369272960, 11, 360661632, 475380, 32787320, 259117128, 1, 259117128, 259117128, 259117128, 259117128, 1840, 0, 0, 0, 0, 0, 0, 10, 101544504, 475380, 10154228, 72367848),
('/var/lib/mysql/sync/wp_users.MYI', 'wait/io/file/myisam/kfile', 139767369273664, 4, 204878772, 718908, 51219276, 190682424, 2, 191956776, 1274352, 95978388, 190682424, 554, 0, 0, 0, 0, 0, 0, 2, 12921996, 718908, 6460720, 12203088),
('/var/lib/mysql/sync/wp_users.MYD', 'wait/io/file/myisam/dfile', 139767369274368, 10, 335521536, 1577928, 33551820, 295025832, 2, 296857296, 1831464, 148428648, 295025832, 120, 0, 0, 0, 0, 0, 0, 8, 38664240, 1577928, 4832752, 10535088),
('/var/lib/mysql/mysql/general_log.frm', 'wait/io/file/sql/FRM', 139767369275072, 13, 478806072, 440352, 36831108, 423845472, 7, 431881896, 957432, 61697096, 423845472, 929, 0, 0, 0, 0, 0, 0, 6, 46924176, 440352, 7820696, 39554952),
('/var/lib/mysql/mysql/general_log.CSM', 'wait/io/file/csv/metadata', 139767369275776, 8, 1208802936, 757272, 151100228, 677690052, 1, 214484784, 214484784, 214484784, 214484784, 35, 1, 17984376, 17984376, 17984376, 17984376, 35, 6, 976333776, 757272, 162722296, 677690052),
('/var/lib/mysql/mysql/general_log.CSV', 'wait/io/file/csv/data', 139767369276480, 2, 24744780, 4101612, 12372112, 20643168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 24744780, 4101612, 12372112, 20643168),
('/var/lib/mysql/mysql/help_category.frm', 'wait/io/file/sql/FRM', 139767369277184, 13, 411735792, 442020, 31671984, 371458596, 7, 378414156, 852348, 54058768, 371458596, 874, 0, 0, 0, 0, 0, 0, 6, 33321636, 442020, 5553328, 26903172),
('/var/lib/mysql/mysql/help_keyword.frm', 'wait/io/file/sql/FRM', 139767369277888, 13, 265377132, 440352, 20413540, 227198280, 7, 233383224, 818988, 33339984, 227198280, 774, 0, 0, 0, 0, 0, 0, 6, 31993908, 440352, 5332040, 26582916),
('/var/lib/mysql/mysql/help_relation.frm', 'wait/io/file/sql/FRM', 139767369278592, 13, 372601176, 393648, 28661244, 335781744, 7, 341556360, 758940, 48793448, 335781744, 591, 0, 0, 0, 0, 0, 0, 6, 31044816, 393648, 5174136, 25136760),
('/var/lib/mysql/mysql/help_topic.frm', 'wait/io/file/sql/FRM', 139767369279296, 13, 511113564, 445356, 39316428, 473470140, 7, 480107112, 884040, 68586492, 473470140, 967, 0, 0, 0, 0, 0, 0, 6, 31006452, 445356, 5167464, 25020000),
('/var/lib/mysql/mysql/innodb_index_stats.frm', 'wait/io/file/sql/FRM', 139767369280000, 13, 499784508, 453696, 38444620, 425688612, 7, 433434804, 887376, 61918940, 425688612, 5135, 0, 0, 0, 0, 0, 0, 6, 66349704, 453696, 11058284, 60228144),
('/var/lib/mysql/mysql/innodb_table_stats.frm', 'wait/io/file/sql/FRM', 139767369280704, 13, 388206984, 428676, 29861648, 336120348, 7, 342692268, 844008, 48955800, 336120348, 1606, 0, 0, 0, 0, 0, 0, 6, 45514716, 428676, 7585508, 39604992),
('/var/lib/mysql/mysql/ndb_binlog_index.frm', 'wait/io/file/sql/FRM', 139767369281408, 13, 289734936, 401988, 22287260, 246395292, 7, 253230756, 860688, 36175584, 246395292, 1525, 0, 0, 0, 0, 0, 0, 6, 36504180, 401988, 6083752, 30772932),
('/var/lib/mysql/mysql/ndb_binlog_index.MYI', 'wait/io/file/myisam/kfile', 139767369282112, 5, 211282224, 823992, 42256000, 187965252, 2, 189548184, 1582932, 94774092, 187965252, 478, 0, 0, 0, 0, 0, 0, 3, 21734040, 823992, 7244680, 15907716),
('/var/lib/mysql/mysql/ndb_binlog_index.MYD', 'wait/io/file/myisam/dfile', 139767369282816, 3, 14986980, 2054976, 4995660, 10821984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 14986980, 2054976, 4995660, 10821984),
('/var/lib/mysql/mysql/slave_master_info.frm', 'wait/io/file/sql/FRM', 139767369283520, 13, 463770720, 482052, 35674628, 427585128, 7, 437613144, 1134240, 62516084, 427585128, 3435, 0, 0, 0, 0, 0, 0, 6, 26157576, 482052, 4359596, 18506460),
('/var/lib/mysql/mysql/slave_relay_log_info.frm', 'wait/io/file/sql/FRM', 139767369284224, 13, 459288804, 438684, 35329908, 422506068, 7, 429203088, 840672, 61314568, 422506068, 1662, 0, 0, 0, 0, 0, 0, 6, 30085716, 438684, 5014008, 24574644),
('/var/lib/mysql/mysql/slave_worker_info.frm', 'wait/io/file/sql/FRM', 139767369284928, 13, 397064064, 427008, 30543304, 362114460, 7, 368879868, 844008, 52697124, 362114460, 1613, 0, 0, 0, 0, 0, 0, 6, 28184196, 427008, 4697088, 22953348),
('/var/lib/mysql/mysql/slow_log.frm', 'wait/io/file/sql/FRM', 139767369285632, 13, 693275844, 432012, 53328740, 437443008, 7, 250358460, 790632, 35765256, 244033404, 2548, 0, 0, 0, 0, 0, 0, 6, 442917384, 432012, 73819564, 437443008),
('/var/lib/mysql/mysql/slow_log.CSM', 'wait/io/file/csv/metadata', 139767369286336, 8, 3470966220, 755604, 433870708, 2594505612, 1, 251030664, 251030664, 251030664, 251030664, 35, 1, 36455808, 36455808, 36455808, 36455808, 35, 6, 3183479748, 755604, 530579680, 2594505612),
('/var/lib/mysql/mysql/slow_log.CSV', 'wait/io/file/csv/data', 139767369287040, 2, 23465424, 3222576, 11732712, 20242848, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 23465424, 3222576, 11732712, 20242848),
('/var/lib/mysql/antonioarruda/cp_cidades.MYI', 'wait/io/file/myisam/kfile', 139767369287744, 4, 349807956, 854016, 87451572, 329096400, 2, 330909516, 1813116, 165454480, 329096400, 371, 0, 0, 0, 0, 0, 0, 2, 18898440, 854016, 9449220, 18044424),
('/var/lib/mysql/antonioarruda/cp_cidades.MYD', 'wait/io/file/myisam/dfile', 139767369288448, 12, 1022919348, 503736, 85243140, 971583312, 2, 980021724, 8438412, 490010584, 971583312, 148256, 0, 0, 0, 0, 0, 0, 10, 42897624, 503736, 4289540, 11934540),
('/var/lib/mysql/antonioarruda/wp_commentmeta.MYI', 'wait/io/file/myisam/kfile', 139767369289152, 4, 237448140, 909060, 59361896, 212828460, 2, 214419732, 1591272, 107209588, 212828460, 493, 0, 0, 0, 0, 0, 0, 2, 23028408, 909060, 11514204, 22119348),
('/var/lib/mysql/antonioarruda/wp_commentmeta.MYD', 'wait/io/file/myisam/dfile', 139767369289856, 6, 32480964, 2111688, 5413216, 12246456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 32480964, 2111688, 5413216, 12246456),
('/var/lib/mysql/antonioarruda/wp_comments.MYI', 'wait/io/file/myisam/kfile', 139767369290560, 4, 236665848, 900720, 59166184, 216606480, 2, 218583060, 1976580, 109291252, 216606480, 687, 0, 0, 0, 0, 0, 0, 2, 18082788, 900720, 9041116, 17182068),
('/var/lib/mysql/antonioarruda/wp_comments.MYD', 'wait/io/file/myisam/dfile', 139767369291264, 6, 30661176, 1859820, 5110196, 11946216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 30661176, 1859820, 5110196, 11946216),
('/var/lib/mysql/antonioarruda/wp_links.MYI', 'wait/io/file/myisam/kfile', 139767369291968, 4, 131546820, 737256, 32886288, 116179536, 2, 117545628, 1366092, 58772536, 116179536, 483, 0, 0, 0, 0, 0, 0, 2, 14001192, 737256, 7000596, 13263936),
('/var/lib/mysql/antonioarruda/wp_links.MYD', 'wait/io/file/myisam/dfile', 139767369292672, 6, 30592788, 2303508, 5098520, 10006332, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 30592788, 2303508, 5098520, 10006332),
('/var/lib/mysql/antonioarruda/wp_newsletter.MYI', 'wait/io/file/myisam/kfile', 139767369293376, 4, 189413076, 818988, 47352852, 167463864, 2, 168863316, 1399452, 84431380, 167463864, 399, 0, 0, 0, 0, 0, 0, 2, 20549760, 818988, 10274880, 19730772),
('/var/lib/mysql/antonioarruda/wp_newsletter.MYD', 'wait/io/file/myisam/dfile', 139767369294080, 10, 396543648, 473712, 39653920, 362908428, 1, 362908428, 362908428, 362908428, 362908428, 192, 0, 0, 0, 0, 0, 0, 9, 33635220, 473712, 3736876, 10259868),
('/var/lib/mysql/antonioarruda/wp_options.MYI', 'wait/io/file/myisam/kfile', 139767369294784, 4, 218914992, 997464, 54728748, 202101552, 2, 203706168, 1604616, 101853084, 202101552, 444, 0, 0, 0, 0, 0, 0, 2, 15208824, 997464, 7604412, 14211360),
('/var/lib/mysql/antonioarruda/wp_options.MYD', 'wait/io/file/myisam/dfile', 139767369295488, 31, 2983413156, 467040, 96238596, 1427881392, 21, 2946325176, 643848, 140301040, 1427881392, 545193, 0, 0, 0, 0, 0, 0, 10, 37087980, 467040, 3708520, 14009532),
('/var/lib/mysql/antonioarruda/wp_postmeta.MYI', 'wait/io/file/myisam/kfile', 139767369296192, 4, 215105280, 733920, 53776320, 196120104, 2, 197439492, 1319388, 98719468, 196120104, 493, 0, 0, 0, 0, 0, 0, 2, 17665788, 733920, 8832616, 16931868),
('/var/lib/mysql/antonioarruda/wp_postmeta.MYD', 'wait/io/file/myisam/dfile', 139767369296896, 10, 576489156, 568788, 57648860, 544396836, 1, 544396836, 544396836, 544396836, 544396836, 40604, 0, 0, 0, 0, 0, 0, 9, 32092320, 568788, 3565628, 9692748),
('/var/lib/mysql/antonioarruda/wp_posts.MYI', 'wait/io/file/myisam/kfile', 139767369297600, 4, 206381640, 773952, 51595132, 182257356, 2, 183666816, 1409460, 91833408, 182257356, 769, 0, 0, 0, 0, 0, 0, 2, 22714824, 773952, 11357412, 21940872),
('/var/lib/mysql/antonioarruda/wp_posts.MYD', 'wait/io/file/myisam/dfile', 139767369298304, 10, 1906994376, 472044, 190699104, 1874917068, 1, 1874917068, 1874917068, 1874917068, 1874917068, 55360, 0, 0, 0, 0, 0, 0, 9, 32077308, 472044, 3563960, 10073052),
('/var/lib/mysql/antonioarruda/wp_term_relationships.MYI', 'wait/io/file/myisam/kfile', 139767369299008, 4, 247878144, 885708, 61969536, 232984572, 2, 234422388, 1437816, 117210916, 232984572, 442, 0, 0, 0, 0, 0, 0, 2, 13455756, 885708, 6727600, 12570048),
('/var/lib/mysql/antonioarruda/wp_term_relationships.MYD', 'wait/io/file/myisam/dfile', 139767369299712, 10, 338467224, 477048, 33846500, 303714444, 1, 303714444, 303714444, 303714444, 303714444, 168, 0, 0, 0, 0, 0, 0, 9, 34752780, 477048, 3861420, 11721036),
('/var/lib/mysql/antonioarruda/wp_term_taxonomy.MYI', 'wait/io/file/myisam/kfile', 139767369300416, 4, 172958256, 778956, 43239564, 157699392, 2, 159032124, 1332732, 79515784, 157699392, 498, 0, 0, 0, 0, 0, 0, 2, 13926132, 778956, 6962788, 13147176),
('/var/lib/mysql/antonioarruda/wp_term_taxonomy.MYD', 'wait/io/file/myisam/dfile', 139767369301120, 10, 256786932, 413664, 25678304, 225371820, 1, 225371820, 225371820, 225371820, 225371820, 288, 0, 0, 0, 0, 0, 0, 9, 31415112, 413664, 3490568, 10406652),
('/var/lib/mysql/antonioarruda/wp_termmeta.MYI', 'wait/io/file/myisam/kfile', 139767369301824, 4, 954124356, 1371096, 238530672, 579790128, 2, 372963132, 2965704, 186481288, 369997428, 493, 0, 0, 0, 0, 0, 0, 2, 581161224, 1371096, 290580612, 579790128),
('/var/lib/mysql/antonioarruda/wp_termmeta.MYD', 'wait/io/file/myisam/dfile', 139767369302528, 6, 41072832, 2473644, 6845472, 20005992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 41072832, 2473644, 6845472, 20005992),
('/var/lib/mysql/antonioarruda/wp_terms.MYI', 'wait/io/file/myisam/kfile', 139767369303232, 4, 304104756, 975780, 76025772, 286832616, 2, 288600696, 1768080, 144300348, 286832616, 500, 0, 0, 0, 0, 0, 0, 2, 15504060, 975780, 7751752, 14528280),
('/var/lib/mysql/antonioarruda/wp_terms.MYD', 'wait/io/file/myisam/dfile', 139767369303936, 10, 377972136, 478716, 37796880, 344235168, 1, 344235168, 344235168, 344235168, 344235168, 328, 0, 0, 0, 0, 0, 0, 9, 33736968, 478716, 3748552, 12121356),
('/var/lib/mysql/antonioarruda/wp_usermeta.MYI', 'wait/io/file/myisam/kfile', 139767369304640, 4, 309150456, 1199292, 77287336, 284802660, 2, 287334684, 2532024, 143667064, 284802660, 493, 0, 0, 0, 0, 0, 0, 2, 21815772, 1199292, 10907608, 20616480),
('/var/lib/mysql/antonioarruda/wp_usermeta.MYD', 'wait/io/file/myisam/dfile', 139767369305344, 10, 360288000, 568788, 36028800, 318105948, 1, 318105948, 318105948, 318105948, 318105948, 7972, 0, 0, 0, 0, 0, 0, 9, 42182052, 568788, 4686524, 18057768),
('/var/lib/mysql/antonioarruda/wp_users.MYI', 'wait/io/file/myisam/kfile', 139767369306048, 4, 371168364, 915732, 92791952, 324075720, 2, 326088996, 2013276, 163044220, 324075720, 554, 0, 0, 0, 0, 0, 0, 2, 45079368, 915732, 22539684, 44163636),
('/var/lib/mysql/antonioarruda/wp_users.MYD', 'wait/io/file/myisam/dfile', 139767369306752, 9, 670048944, 2051640, 74449512, 630063648, 2, 632392176, 2328528, 316196088, 630063648, 118, 0, 0, 0, 0, 0, 0, 7, 37656768, 2051640, 5379300, 13769340),
('/var/lib/mysql/appradio/wp_commentmeta.MYI', 'wait/io/file/myisam/kfile', 139767369307456, 4, 323220036, 1454496, 80804592, 296131716, 2, 298978992, 2847276, 149489496, 296131716, 493, 0, 0, 0, 0, 0, 0, 2, 24241044, 1454496, 12120244, 22786548),
('/var/lib/mysql/appradio/wp_commentmeta.MYD', 'wait/io/file/myisam/dfile', 139767369308160, 7, 65687508, 2338536, 9383612, 28786344, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 65687508, 2338536, 9383612, 28786344),
('/var/lib/mysql/appradio/wp_comments.MYI', 'wait/io/file/myisam/kfile', 139767369308864, 4, 307325664, 1204296, 76831416, 277907148, 2, 281011296, 3104148, 140505648, 277907148, 687, 0, 0, 0, 0, 0, 0, 2, 26314368, 1204296, 13157184, 25110072),
('/var/lib/mysql/appradio/wp_comments.MYD', 'wait/io/file/myisam/dfile', 139767369309568, 7, 66187908, 2268480, 9455336, 32425920, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 66187908, 2268480, 9455336, 32425920),
('/var/lib/mysql/appradio/wp_links.MYI', 'wait/io/file/myisam/kfile', 139767369310272, 4, 309872700, 1537896, 77468036, 283539984, 2, 286492344, 2952360, 143246172, 283539984, 483, 0, 0, 0, 0, 0, 0, 2, 23380356, 1537896, 11689900, 21842460),
('/var/lib/mysql/appradio/wp_links.MYD', 'wait/io/file/myisam/dfile', 139767369310976, 7, 50568756, 1968240, 7224108, 19500588, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 50568756, 1968240, 7224108, 19500588),
('/var/lib/mysql/appradio/wp_options.MYI', 'wait/io/file/myisam/kfile', 139767369311680, 4, 294200172, 1117560, 73549904, 270085896, 2, 272609580, 2523684, 136304512, 270085896, 444, 0, 0, 0, 0, 0, 0, 2, 21590592, 1117560, 10795296, 20473032),
('/var/lib/mysql/appradio/wp_options.MYD', 'wait/io/file/myisam/dfile', 139767369312384, 11, 778155360, 453696, 70740992, 727638312, 1, 727638312, 727638312, 727638312, 727638312, 87360, 0, 0, 0, 0, 0, 0, 10, 50517048, 453696, 5051260, 17819244),
('/var/lib/mysql/appradio/wp_postmeta.MYI', 'wait/io/file/myisam/kfile', 139767369313088, 4, 298396860, 1254336, 74599076, 267218604, 2, 269760636, 2542032, 134880040, 267218604, 493, 0, 0, 0, 0, 0, 0, 2, 28636224, 1254336, 14318112, 27381888),
('/var/lib/mysql/appradio/wp_postmeta.MYD', 'wait/io/file/myisam/dfile', 139767369313792, 18, 1629714396, 562116, 90539596, 1259258268, 7, 1572145044, 795636, 224591752, 1259258268, 317480, 0, 0, 0, 0, 0, 0, 11, 57569352, 562116, 5233072, 23513796),
('/var/lib/mysql/appradio/wp_posts.MYI', 'wait/io/file/myisam/kfile', 139767369314496, 4, 288380520, 1519548, 72094852, 264459732, 2, 267056808, 2597076, 133528404, 264459732, 776, 0, 0, 0, 0, 0, 0, 2, 21323712, 1519548, 10661856, 19804164),
('/var/lib/mysql/appradio/wp_posts.MYD', 'wait/io/file/myisam/dfile', 139767369315200, 13, 1883265408, 475380, 144866356, 1730138004, 3, 1819120800, 24187668, 606373600, 1730138004, 355996, 0, 0, 0, 0, 0, 0, 10, 64144608, 475380, 6414016, 24294420),
('/var/lib/mysql/appradio/wp_term_relationships.MYI', 'wait/io/file/myisam/kfile', 139767369315904, 4, 397856364, 1199292, 99463952, 372577824, 2, 375518508, 2940684, 187758976, 372577824, 442, 0, 0, 0, 0, 0, 0, 2, 22337856, 1199292, 11168928, 21138564),
('/var/lib/mysql/appradio/wp_term_relationships.MYD', 'wait/io/file/myisam/dfile', 139767369316608, 11, 512104356, 498732, 46554436, 461942592, 1, 461942592, 461942592, 461942592, 461942592, 22785, 0, 0, 0, 0, 0, 0, 10, 50161764, 498732, 5015676, 17197080),
('/var/lib/mysql/appradio/wp_term_taxonomy.MYI', 'wait/io/file/myisam/kfile', 139767369317312, 4, 275228340, 1167600, 68806668, 249289272, 2, 252878808, 3589536, 126439404, 249289272, 498, 0, 0, 0, 0, 0, 0, 2, 22349532, 1167600, 11174488, 21181932),
('/var/lib/mysql/appradio/wp_term_taxonomy.MYD', 'wait/io/file/myisam/dfile', 139767369318016, 11, 514527960, 467040, 46775168, 454091316, 1, 454091316, 454091316, 454091316, 454091316, 13400, 0, 0, 0, 0, 0, 0, 10, 60436644, 467040, 6043164, 28175856),
('/var/lib/mysql/appradio/wp_termmeta.MYI', 'wait/io/file/myisam/kfile', 139767369318720, 4, 261854316, 955764, 65463440, 237323040, 2, 239618208, 2295168, 119809104, 237323040, 493, 0, 0, 0, 0, 0, 0, 2, 22236108, 955764, 11117776, 21280344),
('/var/lib/mysql/appradio/wp_termmeta.MYD', 'wait/io/file/myisam/dfile', 139767369319424, 7, 47846580, 1769748, 6834908, 17765868, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 47846580, 1769748, 6834908, 17765868),
('/var/lib/mysql/appradio/wp_terms.MYI', 'wait/io/file/myisam/kfile', 139767369320128, 4, 322561176, 1107552, 80640016, 296959044, 2, 299527764, 2568720, 149763604, 296959044, 486, 0, 0, 0, 0, 0, 0, 2, 23033412, 1107552, 11516428, 21925860),
('/var/lib/mysql/appradio/wp_terms.MYD', 'wait/io/file/myisam/dfile', 139767369320832, 11, 446803824, 462036, 40618024, 398765424, 1, 398765424, 398765424, 398765424, 398765424, 1476, 0, 0, 0, 0, 0, 0, 10, 48038400, 462036, 4803840, 16202952),
('/var/lib/mysql/appradio/wp_usermeta.MYI', 'wait/io/file/myisam/kfile', 139767369321536, 4, 259394016, 1165932, 64848504, 236717556, 2, 239111136, 2393580, 119555568, 236717556, 493, 0, 0, 0, 0, 0, 0, 2, 20282880, 1165932, 10141440, 19116948),
('/var/lib/mysql/appradio/wp_usermeta.MYD', 'wait/io/file/myisam/dfile', 139767369322240, 11, 383536584, 472044, 34866760, 321545364, 1, 321545364, 321545364, 321545364, 321545364, 3872, 0, 0, 0, 0, 0, 0, 10, 61991220, 472044, 6198844, 29313432),
('/var/lib/mysql/appradio/wp_users.MYI', 'wait/io/file/myisam/kfile', 139767369322944, 4, 283668420, 1112556, 70916688, 260576628, 2, 262554876, 1978248, 131277160, 260576628, 554, 0, 0, 0, 0, 0, 0, 2, 21113544, 1112556, 10556772, 20000988),
('/var/lib/mysql/appradio/wp_users.MYD', 'wait/io/file/myisam/dfile', 139767369323648, 10, 388955916, 1521216, 38895536, 343496244, 2, 345511188, 2014944, 172755316, 343496244, 120, 0, 0, 0, 0, 0, 0, 8, 43444728, 1521216, 5430452, 14024544);

-- --------------------------------------------------------

--
-- Table structure for table `global_status`
--

CREATE TABLE `global_status` (
  `VARIABLE_NAME` varchar(64) NOT NULL,
  `VARIABLE_VALUE` varchar(1024) DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `global_status`
--

INSERT INTO `global_status` (`VARIABLE_NAME`, `VARIABLE_VALUE`) VALUES
('Aborted_clients', '4'),
('Aborted_connects', '302'),
('Binlog_cache_disk_use', '0'),
('Binlog_cache_use', '0'),
('Binlog_stmt_cache_disk_use', '0'),
('Binlog_stmt_cache_use', '0'),
('Bytes_received', '4527433'),
('Bytes_sent', '45807585'),
('Com_stmt_reprepare', '0'),
('Connection_errors_accept', '0'),
('Connection_errors_internal', '0'),
('Connection_errors_max_connections', '0'),
('Connection_errors_peer_address', '0'),
('Connection_errors_select', '0'),
('Connection_errors_tcpwrap', '0'),
('Connections', '6021'),
('Created_tmp_disk_tables', '1753'),
('Created_tmp_files', '18'),
('Created_tmp_tables', '4815'),
('Delayed_errors', '0'),
('Delayed_insert_threads', '0'),
('Delayed_writes', '0'),
('Flush_commands', '1'),
('Handler_commit', '15711'),
('Handler_delete', '35'),
('Handler_discover', '0'),
('Handler_external_lock', '24520'),
('Handler_mrr_init', '0'),
('Handler_prepare', '0'),
('Handler_read_first', '2201'),
('Handler_read_key', '25310'),
('Handler_read_last', '0'),
('Handler_read_next', '90704'),
('Handler_read_prev', '2511'),
('Handler_read_rnd', '17212'),
('Handler_read_rnd_next', '433311'),
('Handler_rollback', '0'),
('Handler_savepoint', '0'),
('Handler_savepoint_rollback', '0'),
('Handler_update', '122'),
('Handler_write', '208022'),
('Innodb_buffer_pool_dump_status', 'Dumping of buffer pool not started'),
('Innodb_buffer_pool_load_status', 'Buffer pool(s) load completed at 181003 21:23:02'),
('Innodb_buffer_pool_resize_status', ''),
('Innodb_buffer_pool_pages_data', '1959'),
('Innodb_buffer_pool_bytes_data', '32096256'),
('Innodb_buffer_pool_pages_dirty', '3'),
('Innodb_buffer_pool_bytes_dirty', '49152'),
('Innodb_buffer_pool_pages_flushed', '1396'),
('Innodb_buffer_pool_pages_free', '6199'),
('Innodb_buffer_pool_pages_misc', '34'),
('Innodb_buffer_pool_pages_total', '8192'),
('Innodb_buffer_pool_read_ahead_rnd', '0'),
('Innodb_buffer_pool_read_ahead', '0'),
('Innodb_buffer_pool_read_ahead_evicted', '0'),
('Innodb_buffer_pool_read_requests', '269745'),
('Innodb_buffer_pool_reads', '1891'),
('Innodb_buffer_pool_wait_free', '0'),
('Innodb_buffer_pool_write_requests', '52320'),
('Innodb_data_fsyncs', '606'),
('Innodb_data_pending_fsyncs', '0'),
('Innodb_data_pending_reads', '0'),
('Innodb_data_pending_writes', '0'),
('Innodb_data_read', '31052288'),
('Innodb_data_reads', '2124'),
('Innodb_data_writes', '1896'),
('Innodb_data_written', '38090752'),
('Innodb_dblwr_pages_written', '860'),
('Innodb_dblwr_writes', '66'),
('Innodb_log_waits', '0'),
('Innodb_log_write_requests', '1356'),
('Innodb_log_writes', '321'),
('Innodb_os_log_fsyncs', '419'),
('Innodb_os_log_pending_fsyncs', '0'),
('Innodb_os_log_pending_writes', '0'),
('Innodb_os_log_written', '1078272'),
('Innodb_page_size', '16384'),
('Innodb_pages_created', '69'),
('Innodb_pages_read', '1890'),
('Innodb_pages_written', '1396'),
('Innodb_row_lock_current_waits', '0'),
('Innodb_row_lock_time', '0'),
('Innodb_row_lock_time_avg', '0'),
('Innodb_row_lock_time_max', '0'),
('Innodb_row_lock_waits', '0'),
('Innodb_rows_deleted', '35'),
('Innodb_rows_inserted', '7346'),
('Innodb_rows_read', '197869'),
('Innodb_rows_updated', '122'),
('Innodb_num_open_files', '225'),
('Innodb_truncated_status_writes', '0'),
('Innodb_available_undo_logs', '128'),
('Key_blocks_not_flushed', '0'),
('Key_blocks_unused', '13394'),
('Key_blocks_used', '4'),
('Key_read_requests', '426'),
('Key_reads', '7'),
('Key_write_requests', '0'),
('Key_writes', '0'),
('Locked_connects', '0'),
('Max_execution_time_exceeded', '0'),
('Max_execution_time_set', '0'),
('Max_execution_time_set_failed', '0'),
('Max_used_connections', '9'),
('Max_used_connections_time', '2018-10-04 12:12:13'),
('Not_flushed_delayed_rows', '0'),
('Ongoing_anonymous_transaction_count', '0'),
('Open_files', '160'),
('Open_streams', '0'),
('Open_table_definitions', '455'),
('Open_tables', '408'),
('Opened_files', '1305'),
('Opened_table_definitions', '455'),
('Opened_tables', '1474'),
('Performance_schema_accounts_lost', '0'),
('Performance_schema_cond_classes_lost', '0'),
('Performance_schema_cond_instances_lost', '0'),
('Performance_schema_digest_lost', '0'),
('Performance_schema_file_classes_lost', '0'),
('Performance_schema_file_handles_lost', '0'),
('Performance_schema_file_instances_lost', '0'),
('Performance_schema_hosts_lost', '0'),
('Performance_schema_index_stat_lost', '0'),
('Performance_schema_locker_lost', '0'),
('Performance_schema_memory_classes_lost', '0'),
('Performance_schema_metadata_lock_lost', '0'),
('Performance_schema_mutex_classes_lost', '0'),
('Performance_schema_mutex_instances_lost', '0'),
('Performance_schema_nested_statement_lost', '0'),
('Performance_schema_prepared_statements_lost', '0'),
('Performance_schema_program_lost', '0'),
('Performance_schema_rwlock_classes_lost', '0'),
('Performance_schema_rwlock_instances_lost', '0'),
('Performance_schema_session_connect_attrs_lost', '0'),
('Performance_schema_socket_classes_lost', '0'),
('Performance_schema_socket_instances_lost', '0'),
('Performance_schema_stage_classes_lost', '0'),
('Performance_schema_statement_classes_lost', '0'),
('Performance_schema_table_handles_lost', '0'),
('Performance_schema_table_instances_lost', '0'),
('Performance_schema_table_lock_stat_lost', '0'),
('Performance_schema_thread_classes_lost', '0'),
('Performance_schema_thread_instances_lost', '0'),
('Performance_schema_users_lost', '0'),
('Prepared_stmt_count', '0'),
('Qcache_free_blocks', '1'),
('Qcache_free_memory', '16760152'),
('Qcache_hits', '0'),
('Qcache_inserts', '0'),
('Qcache_lowmem_prunes', '0'),
('Qcache_not_cached', '12110'),
('Qcache_queries_in_cache', '0'),
('Qcache_total_blocks', '1'),
('Queries', '79102'),
('Questions', '47549'),
('Select_full_join', '131'),
('Select_full_range_join', '0'),
('Select_range', '226'),
('Select_range_check', '0'),
('Select_scan', '3535'),
('Slave_open_temp_tables', '0'),
('Slow_launch_threads', '0'),
('Slow_queries', '0'),
('Sort_merge_passes', '6'),
('Sort_range', '213'),
('Sort_rows', '17674'),
('Sort_scan', '952'),
('Ssl_accept_renegotiates', '0'),
('Ssl_accepts', '0'),
('Ssl_callback_cache_hits', '0'),
('Ssl_cipher', ''),
('Ssl_cipher_list', ''),
('Ssl_client_connects', '0'),
('Ssl_connect_renegotiates', '0'),
('Ssl_ctx_verify_depth', '0'),
('Ssl_ctx_verify_mode', '0'),
('Ssl_default_timeout', '0'),
('Ssl_finished_accepts', '0'),
('Ssl_finished_connects', '0'),
('Ssl_server_not_after', ''),
('Ssl_server_not_before', ''),
('Ssl_session_cache_hits', '0'),
('Ssl_session_cache_misses', '0'),
('Ssl_session_cache_mode', 'NONE'),
('Ssl_session_cache_overflows', '0'),
('Ssl_session_cache_size', '0'),
('Ssl_session_cache_timeouts', '0'),
('Ssl_sessions_reused', '0'),
('Ssl_used_session_cache_entries', '0'),
('Ssl_verify_depth', '0'),
('Ssl_verify_mode', '0'),
('Ssl_version', ''),
('Table_locks_immediate', '590'),
('Table_locks_waited', '0'),
('Table_open_cache_hits', '18440'),
('Table_open_cache_misses', '1474'),
('Table_open_cache_overflows', '1059'),
('Tc_log_max_pages_used', '0'),
('Tc_log_page_size', '0'),
('Tc_log_page_waits', '0'),
('Threads_cached', '2'),
('Threads_connected', '7'),
('Threads_created', '9'),
('Threads_running', '1'),
('Uptime', '53472'),
('Uptime_since_flush_status', '53472');

-- --------------------------------------------------------

--
-- Table structure for table `global_variables`
--

CREATE TABLE `global_variables` (
  `VARIABLE_NAME` varchar(64) NOT NULL,
  `VARIABLE_VALUE` varchar(1024) DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `global_variables`
--

INSERT INTO `global_variables` (`VARIABLE_NAME`, `VARIABLE_VALUE`) VALUES
('auto_increment_increment', '1'),
('auto_increment_offset', '1'),
('autocommit', 'ON'),
('automatic_sp_privileges', 'ON'),
('avoid_temporal_upgrade', 'OFF'),
('back_log', '80'),
('basedir', '/usr/'),
('big_tables', 'OFF'),
('bind_address', '0.0.0.0'),
('binlog_cache_size', '32768'),
('binlog_checksum', 'CRC32'),
('binlog_direct_non_transactional_updates', 'OFF'),
('binlog_error_action', 'ABORT_SERVER'),
('binlog_format', 'ROW'),
('binlog_group_commit_sync_delay', '0'),
('binlog_group_commit_sync_no_delay_count', '0'),
('binlog_gtid_simple_recovery', 'ON'),
('binlog_max_flush_queue_time', '0'),
('binlog_order_commits', 'ON'),
('binlog_row_image', 'FULL'),
('binlog_rows_query_log_events', 'OFF'),
('binlog_stmt_cache_size', '32768'),
('binlog_transaction_dependency_history_size', '25000'),
('binlog_transaction_dependency_tracking', 'COMMIT_ORDER'),
('block_encryption_mode', 'aes-128-ecb'),
('bulk_insert_buffer_size', '8388608'),
('character_set_client', 'latin1'),
('character_set_connection', 'latin1'),
('character_set_database', 'latin1'),
('character_set_filesystem', 'binary'),
('character_set_results', 'latin1'),
('character_set_server', 'latin1'),
('character_set_system', 'utf8'),
('character_sets_dir', '/usr/share/mysql/charsets/'),
('check_proxy_users', 'OFF'),
('collation_connection', 'latin1_swedish_ci'),
('collation_database', 'latin1_swedish_ci'),
('collation_server', 'latin1_swedish_ci'),
('completion_type', 'NO_CHAIN'),
('concurrent_insert', 'AUTO'),
('connect_timeout', '10'),
('core_file', 'OFF'),
('datadir', '/var/lib/mysql/'),
('date_format', '%Y-%m-%d'),
('datetime_format', '%Y-%m-%d %H:%i:%s'),
('default_authentication_plugin', 'mysql_native_password'),
('default_password_lifetime', '0'),
('default_storage_engine', 'InnoDB'),
('default_tmp_storage_engine', 'InnoDB'),
('default_week_format', '0'),
('delay_key_write', 'ON'),
('delayed_insert_limit', '100'),
('delayed_insert_timeout', '300'),
('delayed_queue_size', '1000'),
('disabled_storage_engines', ''),
('disconnect_on_expired_password', 'ON'),
('div_precision_increment', '4'),
('end_markers_in_json', 'OFF'),
('enforce_gtid_consistency', 'OFF'),
('eq_range_index_dive_limit', '200'),
('event_scheduler', 'OFF'),
('expire_logs_days', '10'),
('explicit_defaults_for_timestamp', 'OFF'),
('flush', 'OFF'),
('flush_time', '0'),
('foreign_key_checks', 'ON'),
('ft_boolean_syntax', '+ -><()~*:\"\"&|'),
('ft_max_word_len', '84'),
('ft_min_word_len', '4'),
('ft_query_expansion_limit', '20'),
('ft_stopword_file', '(built-in)'),
('general_log', 'OFF'),
('general_log_file', '/var/lib/mysql/cappen-dev.log'),
('group_concat_max_len', '1024'),
('gtid_executed', ''),
('gtid_executed_compression_period', '1000'),
('gtid_mode', 'OFF'),
('gtid_owned', ''),
('gtid_purged', ''),
('have_compress', 'YES'),
('have_crypt', 'YES'),
('have_dynamic_loading', 'YES'),
('have_geometry', 'YES'),
('have_openssl', 'DISABLED'),
('have_profiling', 'YES'),
('have_query_cache', 'YES'),
('have_rtree_keys', 'YES'),
('have_ssl', 'DISABLED'),
('have_statement_timeout', 'YES'),
('have_symlink', 'YES'),
('host_cache_size', '279'),
('hostname', 'cappen-dev'),
('ignore_builtin_innodb', 'OFF'),
('ignore_db_dirs', ''),
('init_connect', ''),
('init_file', ''),
('init_slave', ''),
('innodb_adaptive_flushing', 'ON'),
('innodb_adaptive_flushing_lwm', '10'),
('innodb_adaptive_hash_index', 'ON'),
('innodb_adaptive_hash_index_parts', '8'),
('innodb_adaptive_max_sleep_delay', '150000'),
('innodb_api_bk_commit_interval', '5'),
('innodb_api_disable_rowlock', 'OFF'),
('innodb_api_enable_binlog', 'OFF'),
('innodb_api_enable_mdl', 'OFF'),
('innodb_api_trx_level', '0'),
('innodb_autoextend_increment', '64'),
('innodb_autoinc_lock_mode', '1'),
('innodb_buffer_pool_chunk_size', '134217728'),
('innodb_buffer_pool_dump_at_shutdown', 'ON'),
('innodb_buffer_pool_dump_now', 'OFF'),
('innodb_buffer_pool_dump_pct', '25'),
('innodb_buffer_pool_filename', 'ib_buffer_pool'),
('innodb_buffer_pool_instances', '1'),
('innodb_buffer_pool_load_abort', 'OFF'),
('innodb_buffer_pool_load_at_startup', 'ON'),
('innodb_buffer_pool_load_now', 'OFF'),
('innodb_buffer_pool_size', '134217728'),
('innodb_change_buffer_max_size', '25'),
('innodb_change_buffering', 'all'),
('innodb_checksum_algorithm', 'crc32'),
('innodb_checksums', 'ON'),
('innodb_cmp_per_index_enabled', 'OFF'),
('innodb_commit_concurrency', '0'),
('innodb_compression_failure_threshold_pct', '5'),
('innodb_compression_level', '6'),
('innodb_compression_pad_pct_max', '50'),
('innodb_concurrency_tickets', '5000'),
('innodb_data_file_path', 'ibdata1:12M:autoextend'),
('innodb_data_home_dir', ''),
('innodb_deadlock_detect', 'ON'),
('innodb_default_row_format', 'dynamic'),
('innodb_disable_sort_file_cache', 'OFF'),
('innodb_doublewrite', 'ON'),
('innodb_fast_shutdown', '1'),
('innodb_file_format', 'Barracuda'),
('innodb_file_format_check', 'ON'),
('innodb_file_format_max', 'Barracuda'),
('innodb_file_per_table', 'ON'),
('innodb_fill_factor', '100'),
('innodb_flush_log_at_timeout', '1'),
('innodb_flush_log_at_trx_commit', '1'),
('innodb_flush_method', ''),
('innodb_flush_neighbors', '1'),
('innodb_flush_sync', 'ON'),
('innodb_flushing_avg_loops', '30'),
('innodb_force_load_corrupted', 'OFF'),
('innodb_force_recovery', '0'),
('innodb_ft_aux_table', ''),
('innodb_ft_cache_size', '8000000'),
('innodb_ft_enable_diag_print', 'OFF'),
('innodb_ft_enable_stopword', 'ON'),
('innodb_ft_max_token_size', '84'),
('innodb_ft_min_token_size', '3'),
('innodb_ft_num_word_optimize', '2000'),
('innodb_ft_result_cache_limit', '2000000000'),
('innodb_ft_server_stopword_table', ''),
('innodb_ft_sort_pll_degree', '2'),
('innodb_ft_total_cache_size', '640000000'),
('innodb_ft_user_stopword_table', ''),
('innodb_io_capacity', '200'),
('innodb_io_capacity_max', '2000'),
('innodb_large_prefix', 'ON'),
('innodb_lock_wait_timeout', '50'),
('innodb_locks_unsafe_for_binlog', 'OFF'),
('innodb_log_buffer_size', '16777216'),
('innodb_log_checksums', 'ON'),
('innodb_log_compressed_pages', 'ON'),
('innodb_log_file_size', '50331648'),
('innodb_log_files_in_group', '2'),
('innodb_log_group_home_dir', './'),
('innodb_log_write_ahead_size', '8192'),
('innodb_lru_scan_depth', '1024'),
('innodb_max_dirty_pages_pct', '75.000000'),
('innodb_max_dirty_pages_pct_lwm', '0.000000'),
('innodb_max_purge_lag', '0'),
('innodb_max_purge_lag_delay', '0'),
('innodb_max_undo_log_size', '1073741824'),
('innodb_monitor_disable', ''),
('innodb_monitor_enable', ''),
('innodb_monitor_reset', ''),
('innodb_monitor_reset_all', ''),
('innodb_numa_interleave', 'OFF'),
('innodb_old_blocks_pct', '37'),
('innodb_old_blocks_time', '1000'),
('innodb_online_alter_log_max_size', '134217728'),
('innodb_open_files', '431'),
('innodb_optimize_fulltext_only', 'OFF'),
('innodb_page_cleaners', '1'),
('innodb_page_size', '16384'),
('innodb_print_all_deadlocks', 'OFF'),
('innodb_purge_batch_size', '300'),
('innodb_purge_rseg_truncate_frequency', '128'),
('innodb_purge_threads', '4'),
('innodb_random_read_ahead', 'OFF'),
('innodb_read_ahead_threshold', '56'),
('innodb_read_io_threads', '4'),
('innodb_read_only', 'OFF'),
('innodb_replication_delay', '0'),
('innodb_rollback_on_timeout', 'OFF'),
('innodb_rollback_segments', '128'),
('innodb_sort_buffer_size', '1048576'),
('innodb_spin_wait_delay', '6'),
('innodb_stats_auto_recalc', 'ON'),
('innodb_stats_include_delete_marked', 'OFF'),
('innodb_stats_method', 'nulls_equal'),
('innodb_stats_on_metadata', 'OFF'),
('innodb_stats_persistent', 'ON'),
('innodb_stats_persistent_sample_pages', '20'),
('innodb_stats_sample_pages', '8'),
('innodb_stats_transient_sample_pages', '8'),
('innodb_status_output', 'OFF'),
('innodb_status_output_locks', 'OFF'),
('innodb_strict_mode', 'ON'),
('innodb_support_xa', 'ON'),
('innodb_sync_array_size', '1'),
('innodb_sync_spin_loops', '30'),
('innodb_table_locks', 'ON'),
('innodb_temp_data_file_path', 'ibtmp1:12M:autoextend'),
('innodb_thread_concurrency', '0'),
('innodb_thread_sleep_delay', '10000'),
('innodb_tmpdir', ''),
('innodb_undo_directory', './'),
('innodb_undo_log_truncate', 'OFF'),
('innodb_undo_logs', '128'),
('innodb_undo_tablespaces', '0'),
('innodb_use_native_aio', 'ON'),
('innodb_version', '5.7.23'),
('innodb_write_io_threads', '4'),
('interactive_timeout', '28800'),
('internal_tmp_disk_storage_engine', 'InnoDB'),
('join_buffer_size', '262144'),
('keep_files_on_create', 'OFF'),
('key_buffer_size', '16777216'),
('key_cache_age_threshold', '300'),
('key_cache_block_size', '1024'),
('key_cache_division_limit', '100'),
('keyring_operations', 'ON'),
('large_files_support', 'ON'),
('large_page_size', '0'),
('large_pages', 'OFF'),
('lc_messages', 'en_US'),
('lc_messages_dir', '/usr/share/mysql/'),
('lc_time_names', 'en_US'),
('license', 'GPL'),
('local_infile', 'ON'),
('lock_wait_timeout', '31536000'),
('locked_in_memory', 'OFF'),
('log_bin', 'OFF'),
('log_bin_basename', ''),
('log_bin_index', ''),
('log_bin_trust_function_creators', 'OFF'),
('log_bin_use_v1_row_events', 'OFF'),
('log_builtin_as_identified_by_password', 'OFF'),
('log_error', '/var/log/mysql/error.log'),
('log_error_verbosity', '3'),
('log_output', 'FILE'),
('log_queries_not_using_indexes', 'OFF'),
('log_slave_updates', 'OFF'),
('log_slow_admin_statements', 'OFF'),
('log_slow_slave_statements', 'OFF'),
('log_statements_unsafe_for_binlog', 'ON'),
('log_syslog', 'OFF'),
('log_syslog_facility', 'daemon'),
('log_syslog_include_pid', 'ON'),
('log_syslog_tag', ''),
('log_throttle_queries_not_using_indexes', '0'),
('log_timestamps', 'UTC'),
('log_warnings', '2'),
('long_query_time', '10.000000'),
('low_priority_updates', 'OFF'),
('lower_case_file_system', 'OFF'),
('lower_case_table_names', '0'),
('master_info_repository', 'FILE'),
('master_verify_checksum', 'OFF'),
('max_allowed_packet', '52428800'),
('max_binlog_cache_size', '18446744073709547520'),
('max_binlog_size', '104857600'),
('max_binlog_stmt_cache_size', '18446744073709547520'),
('max_connect_errors', '100'),
('max_connections', '151'),
('max_delayed_threads', '20'),
('max_digest_length', '1024'),
('max_error_count', '64'),
('max_execution_time', '0'),
('max_heap_table_size', '16777216'),
('max_insert_delayed_threads', '20'),
('max_join_size', '18446744073709551615'),
('max_length_for_sort_data', '1024'),
('max_points_in_geometry', '65536'),
('max_prepared_stmt_count', '16382'),
('max_relay_log_size', '0'),
('max_seeks_for_key', '18446744073709551615'),
('max_sort_length', '1024'),
('max_sp_recursion_depth', '0'),
('max_tmp_tables', '32'),
('max_user_connections', '0'),
('max_write_lock_count', '18446744073709551615'),
('metadata_locks_cache_size', '1024'),
('metadata_locks_hash_instances', '8'),
('min_examined_row_limit', '0'),
('multi_range_count', '256'),
('myisam_data_pointer_size', '6'),
('myisam_max_sort_file_size', '9223372036853727232'),
('myisam_mmap_size', '18446744073709551615'),
('myisam_recover_options', 'BACKUP'),
('myisam_repair_threads', '1'),
('myisam_sort_buffer_size', '8388608'),
('myisam_stats_method', 'nulls_unequal'),
('myisam_use_mmap', 'OFF'),
('mysql_native_password_proxy_users', 'OFF'),
('net_buffer_length', '16384'),
('net_read_timeout', '30'),
('net_retry_count', '10'),
('net_write_timeout', '60'),
('new', 'OFF'),
('ngram_token_size', '2'),
('offline_mode', 'OFF'),
('old', 'OFF'),
('old_alter_table', 'OFF'),
('old_passwords', '0'),
('open_files_limit', '1024'),
('optimizer_prune_level', '1'),
('optimizer_search_depth', '62'),
('optimizer_switch', 'index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,engine_condition_pushdown=on,index_condition_pushdown=on,mrr=on,mrr_cost_based=on,block_nested_loop=on,batched_key_access=off,materialization=on,semijoin=on,loosescan=on,firstmatch=on,duplicateweedout=on,subquery_materialization_cost_based=on,use_index_extensions=on,condition_fanout_filter=on,derived_merge=on'),
('optimizer_trace', 'enabled=off,one_line=off'),
('optimizer_trace_features', 'greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on'),
('optimizer_trace_limit', '1'),
('optimizer_trace_max_mem_size', '16384'),
('optimizer_trace_offset', '-1'),
('parser_max_mem_size', '18446744073709551615'),
('performance_schema', 'ON'),
('performance_schema_accounts_size', '-1'),
('performance_schema_digests_size', '5000'),
('performance_schema_events_stages_history_long_size', '1000'),
('performance_schema_events_stages_history_size', '10'),
('performance_schema_events_statements_history_long_size', '1000'),
('performance_schema_events_statements_history_size', '10'),
('performance_schema_events_transactions_history_long_size', '1000'),
('performance_schema_events_transactions_history_size', '10'),
('performance_schema_events_waits_history_long_size', '1000'),
('performance_schema_events_waits_history_size', '10'),
('performance_schema_hosts_size', '-1'),
('performance_schema_max_cond_classes', '80'),
('performance_schema_max_cond_instances', '-1'),
('performance_schema_max_digest_length', '1024'),
('performance_schema_max_file_classes', '80'),
('performance_schema_max_file_handles', '32768'),
('performance_schema_max_file_instances', '-1'),
('performance_schema_max_index_stat', '-1'),
('performance_schema_max_memory_classes', '320'),
('performance_schema_max_metadata_locks', '-1'),
('performance_schema_max_mutex_classes', '210'),
('performance_schema_max_mutex_instances', '-1'),
('performance_schema_max_prepared_statements_instances', '-1'),
('performance_schema_max_program_instances', '-1'),
('performance_schema_max_rwlock_classes', '40'),
('performance_schema_max_rwlock_instances', '-1'),
('performance_schema_max_socket_classes', '10'),
('performance_schema_max_socket_instances', '-1'),
('performance_schema_max_sql_text_length', '1024'),
('performance_schema_max_stage_classes', '150'),
('performance_schema_max_statement_classes', '193'),
('performance_schema_max_statement_stack', '10'),
('performance_schema_max_table_handles', '-1'),
('performance_schema_max_table_instances', '-1'),
('performance_schema_max_table_lock_stat', '-1'),
('performance_schema_max_thread_classes', '50'),
('performance_schema_max_thread_instances', '-1'),
('performance_schema_session_connect_attrs_size', '512'),
('performance_schema_setup_actors_size', '-1'),
('performance_schema_setup_objects_size', '-1'),
('performance_schema_users_size', '-1'),
('pid_file', '/var/run/mysqld/mysqld.pid'),
('plugin_dir', '/usr/lib/mysql/plugin/'),
('port', '3306'),
('preload_buffer_size', '32768'),
('profiling', 'OFF'),
('profiling_history_size', '15'),
('protocol_version', '10'),
('query_alloc_block_size', '8192'),
('query_cache_limit', '1048576'),
('query_cache_min_res_unit', '4096'),
('query_cache_size', '16777216'),
('query_cache_type', 'OFF'),
('query_cache_wlock_invalidate', 'OFF'),
('query_prealloc_size', '8192'),
('range_alloc_block_size', '4096'),
('range_optimizer_max_mem_size', '8388608'),
('rbr_exec_mode', 'STRICT'),
('read_buffer_size', '131072'),
('read_only', 'OFF'),
('read_rnd_buffer_size', '262144'),
('relay_log', ''),
('relay_log_basename', '/var/lib/mysql/cappen-dev-relay-bin'),
('relay_log_index', '/var/lib/mysql/cappen-dev-relay-bin.index'),
('relay_log_info_file', 'relay-log.info'),
('relay_log_info_repository', 'FILE'),
('relay_log_purge', 'ON'),
('relay_log_recovery', 'OFF'),
('relay_log_space_limit', '0'),
('report_host', ''),
('report_password', ''),
('report_port', '3306'),
('report_user', ''),
('require_secure_transport', 'OFF'),
('rpl_stop_slave_timeout', '31536000'),
('secure_auth', 'ON'),
('secure_file_priv', '/var/lib/mysql-files/'),
('server_id', '0'),
('server_id_bits', '32'),
('server_uuid', 'f784e833-6350-11e7-a26d-22982673de1b'),
('session_track_gtids', 'OFF'),
('session_track_schema', 'ON'),
('session_track_state_change', 'OFF'),
('session_track_system_variables', 'time_zone,autocommit,character_set_client,character_set_results,character_set_connection'),
('session_track_transaction_info', 'OFF'),
('sha256_password_proxy_users', 'OFF'),
('show_compatibility_56', 'OFF'),
('show_create_table_verbosity', 'OFF'),
('show_old_temporals', 'OFF'),
('skip_external_locking', 'ON'),
('skip_name_resolve', 'ON'),
('skip_networking', 'OFF'),
('skip_show_database', 'OFF'),
('slave_allow_batching', 'OFF'),
('slave_checkpoint_group', '512'),
('slave_checkpoint_period', '300'),
('slave_compressed_protocol', 'OFF'),
('slave_exec_mode', 'STRICT'),
('slave_load_tmpdir', '/tmp'),
('slave_max_allowed_packet', '1073741824'),
('slave_net_timeout', '60'),
('slave_parallel_type', 'DATABASE'),
('slave_parallel_workers', '0'),
('slave_pending_jobs_size_max', '16777216'),
('slave_preserve_commit_order', 'OFF'),
('slave_rows_search_algorithms', 'TABLE_SCAN,INDEX_SCAN'),
('slave_skip_errors', 'OFF'),
('slave_sql_verify_checksum', 'ON'),
('slave_transaction_retries', '10'),
('slave_type_conversions', ''),
('slow_launch_time', '2'),
('slow_query_log', 'OFF'),
('slow_query_log_file', '/var/lib/mysql/cappen-dev-slow.log'),
('socket', '/var/run/mysqld/mysqld.sock'),
('sort_buffer_size', '262144'),
('sql_auto_is_null', 'OFF'),
('sql_big_selects', 'ON'),
('sql_buffer_result', 'OFF'),
('sql_log_off', 'OFF'),
('sql_mode', 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'),
('sql_notes', 'ON'),
('sql_quote_show_create', 'ON'),
('sql_safe_updates', 'OFF'),
('sql_select_limit', '18446744073709551615'),
('sql_slave_skip_counter', '0'),
('sql_warnings', 'OFF'),
('ssl_ca', ''),
('ssl_capath', ''),
('ssl_cert', ''),
('ssl_cipher', ''),
('ssl_crl', ''),
('ssl_crlpath', ''),
('ssl_key', ''),
('stored_program_cache', '256'),
('super_read_only', 'OFF'),
('sync_binlog', '1'),
('sync_frm', 'ON'),
('sync_master_info', '10000'),
('sync_relay_log', '10000'),
('sync_relay_log_info', '10000'),
('system_time_zone', 'UTC'),
('table_definition_cache', '615'),
('table_open_cache', '431'),
('table_open_cache_instances', '16'),
('thread_cache_size', '8'),
('thread_handling', 'one-thread-per-connection'),
('thread_stack', '196608'),
('time_format', '%H:%i:%s'),
('time_zone', 'SYSTEM'),
('tls_version', 'TLSv1,TLSv1.1'),
('tmp_table_size', '16777216'),
('tmpdir', '/tmp'),
('transaction_alloc_block_size', '8192'),
('transaction_isolation', 'REPEATABLE-READ'),
('transaction_prealloc_size', '4096'),
('transaction_read_only', 'OFF'),
('transaction_write_set_extraction', 'OFF'),
('tx_isolation', 'REPEATABLE-READ'),
('tx_read_only', 'OFF'),
('unique_checks', 'ON'),
('updatable_views_with_limit', 'YES'),
('version', '5.7.23-0ubuntu0.16.04.1'),
('version_comment', '(Ubuntu)'),
('version_compile_machine', 'x86_64'),
('version_compile_os', 'Linux'),
('wait_timeout', '28800');

-- --------------------------------------------------------

--
-- Table structure for table `hosts`
--

CREATE TABLE `hosts` (
  `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `CURRENT_CONNECTIONS` bigint(20) NOT NULL,
  `TOTAL_CONNECTIONS` bigint(20) NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `hosts`
--

INSERT INTO `hosts` (`HOST`, `CURRENT_CONNECTIONS`, `TOTAL_CONNECTIONS`) VALUES
(NULL, 25, 329),
('localhost', 3, 5612),
('201.182.174.227', 0, 1),
('179.180.156.171', 0, 33),
('67.205.129.192', 0, 41),
('191.177.184.88', 4, 30);

-- --------------------------------------------------------

--
-- Table structure for table `host_cache`
--

CREATE TABLE `host_cache` (
  `IP` varchar(64) NOT NULL,
  `HOST` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `HOST_VALIDATED` enum('YES','NO') NOT NULL,
  `SUM_CONNECT_ERRORS` bigint(20) NOT NULL,
  `COUNT_HOST_BLOCKED_ERRORS` bigint(20) NOT NULL,
  `COUNT_NAMEINFO_TRANSIENT_ERRORS` bigint(20) NOT NULL,
  `COUNT_NAMEINFO_PERMANENT_ERRORS` bigint(20) NOT NULL,
  `COUNT_FORMAT_ERRORS` bigint(20) NOT NULL,
  `COUNT_ADDRINFO_TRANSIENT_ERRORS` bigint(20) NOT NULL,
  `COUNT_ADDRINFO_PERMANENT_ERRORS` bigint(20) NOT NULL,
  `COUNT_FCRDNS_ERRORS` bigint(20) NOT NULL,
  `COUNT_HOST_ACL_ERRORS` bigint(20) NOT NULL,
  `COUNT_NO_AUTH_PLUGIN_ERRORS` bigint(20) NOT NULL,
  `COUNT_AUTH_PLUGIN_ERRORS` bigint(20) NOT NULL,
  `COUNT_HANDSHAKE_ERRORS` bigint(20) NOT NULL,
  `COUNT_PROXY_USER_ERRORS` bigint(20) NOT NULL,
  `COUNT_PROXY_USER_ACL_ERRORS` bigint(20) NOT NULL,
  `COUNT_AUTHENTICATION_ERRORS` bigint(20) NOT NULL,
  `COUNT_SSL_ERRORS` bigint(20) NOT NULL,
  `COUNT_MAX_USER_CONNECTIONS_ERRORS` bigint(20) NOT NULL,
  `COUNT_MAX_USER_CONNECTIONS_PER_HOUR_ERRORS` bigint(20) NOT NULL,
  `COUNT_DEFAULT_DATABASE_ERRORS` bigint(20) NOT NULL,
  `COUNT_INIT_CONNECT_ERRORS` bigint(20) NOT NULL,
  `COUNT_LOCAL_ERRORS` bigint(20) NOT NULL,
  `COUNT_UNKNOWN_ERRORS` bigint(20) NOT NULL,
  `FIRST_SEEN` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `LAST_SEEN` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `FIRST_ERROR_SEEN` timestamp NULL DEFAULT '0000-00-00 00:00:00',
  `LAST_ERROR_SEEN` timestamp NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `memory_summary_by_account_by_event_name`
--

CREATE TABLE `memory_summary_by_account_by_event_name` (
  `USER` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_ALLOC` bigint(20) UNSIGNED NOT NULL,
  `COUNT_FREE` bigint(20) UNSIGNED NOT NULL,
  `SUM_NUMBER_OF_BYTES_ALLOC` bigint(20) UNSIGNED NOT NULL,
  `SUM_NUMBER_OF_BYTES_FREE` bigint(20) UNSIGNED NOT NULL,
  `LOW_COUNT_USED` bigint(20) NOT NULL,
  `CURRENT_COUNT_USED` bigint(20) NOT NULL,
  `HIGH_COUNT_USED` bigint(20) NOT NULL,
  `LOW_NUMBER_OF_BYTES_USED` bigint(20) NOT NULL,
  `CURRENT_NUMBER_OF_BYTES_USED` bigint(20) NOT NULL,
  `HIGH_NUMBER_OF_BYTES_USED` bigint(20) NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `memory_summary_by_account_by_event_name`
--

INSERT INTO `memory_summary_by_account_by_event_name` (`USER`, `HOST`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
(NULL, NULL, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, NULL, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'localhost', 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `memory_summary_by_account_by_event_name` (`USER`, `HOST`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
('ambassador', 'localhost', 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'localhost', 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', '201.182.174.227', 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `memory_summary_by_account_by_event_name` (`USER`, `HOST`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
('cbx', '179.180.156.171', 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '179.180.156.171', 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', '67.205.129.192', 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `memory_summary_by_account_by_event_name` (`USER`, `HOST`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
('forge', '191.177.184.88', 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', '191.177.184.88', 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `memory_summary_by_account_by_event_name` (`USER`, `HOST`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
('debian-sys-maint', 'localhost', 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'localhost', 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'localhost', 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'localhost', 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `memory_summary_by_account_by_event_name` (`USER`, `HOST`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
('forge', 'localhost', 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'localhost', 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `memory_summary_by_host_by_event_name`
--

CREATE TABLE `memory_summary_by_host_by_event_name` (
  `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_ALLOC` bigint(20) UNSIGNED NOT NULL,
  `COUNT_FREE` bigint(20) UNSIGNED NOT NULL,
  `SUM_NUMBER_OF_BYTES_ALLOC` bigint(20) UNSIGNED NOT NULL,
  `SUM_NUMBER_OF_BYTES_FREE` bigint(20) UNSIGNED NOT NULL,
  `LOW_COUNT_USED` bigint(20) NOT NULL,
  `CURRENT_COUNT_USED` bigint(20) NOT NULL,
  `HIGH_COUNT_USED` bigint(20) NOT NULL,
  `LOW_NUMBER_OF_BYTES_USED` bigint(20) NOT NULL,
  `CURRENT_NUMBER_OF_BYTES_USED` bigint(20) NOT NULL,
  `HIGH_NUMBER_OF_BYTES_USED` bigint(20) NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `memory_summary_by_host_by_event_name`
--

INSERT INTO `memory_summary_by_host_by_event_name` (`HOST`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
(NULL, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('localhost', 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `memory_summary_by_host_by_event_name` (`HOST`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
('201.182.174.227', 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('201.182.174.227', 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('179.180.156.171', 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `memory_summary_by_host_by_event_name` (`HOST`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
('67.205.129.192', 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('67.205.129.192', 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('191.177.184.88', 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `memory_summary_by_thread_by_event_name`
--

CREATE TABLE `memory_summary_by_thread_by_event_name` (
  `THREAD_ID` bigint(20) UNSIGNED NOT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_ALLOC` bigint(20) UNSIGNED NOT NULL,
  `COUNT_FREE` bigint(20) UNSIGNED NOT NULL,
  `SUM_NUMBER_OF_BYTES_ALLOC` bigint(20) UNSIGNED NOT NULL,
  `SUM_NUMBER_OF_BYTES_FREE` bigint(20) UNSIGNED NOT NULL,
  `LOW_COUNT_USED` bigint(20) NOT NULL,
  `CURRENT_COUNT_USED` bigint(20) NOT NULL,
  `HIGH_COUNT_USED` bigint(20) NOT NULL,
  `LOW_NUMBER_OF_BYTES_USED` bigint(20) NOT NULL,
  `CURRENT_NUMBER_OF_BYTES_USED` bigint(20) NOT NULL,
  `HIGH_NUMBER_OF_BYTES_USED` bigint(20) NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `memory_summary_by_thread_by_event_name`
--

INSERT INTO `memory_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
(1, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(1, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `memory_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
(3, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(3, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `memory_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
(6, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(7, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(8, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `memory_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
(9, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(9, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(10, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `memory_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
(11, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(11, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(12, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(13, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `memory_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
(15, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(15, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(16, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `memory_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
(17, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(18, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `memory_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
(20, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(21, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(22, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `memory_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
(23, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(23, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `memory_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
(25, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(25, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(26, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6037, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `memory_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
(6044, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6044, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(6045, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5695, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `memory_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
(5696, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5696, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5712, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `memory_summary_by_thread_by_event_name` (`THREAD_ID`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
(5713, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(5713, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `memory_summary_by_user_by_event_name`
--

CREATE TABLE `memory_summary_by_user_by_event_name` (
  `USER` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_ALLOC` bigint(20) UNSIGNED NOT NULL,
  `COUNT_FREE` bigint(20) UNSIGNED NOT NULL,
  `SUM_NUMBER_OF_BYTES_ALLOC` bigint(20) UNSIGNED NOT NULL,
  `SUM_NUMBER_OF_BYTES_FREE` bigint(20) UNSIGNED NOT NULL,
  `LOW_COUNT_USED` bigint(20) NOT NULL,
  `CURRENT_COUNT_USED` bigint(20) NOT NULL,
  `HIGH_COUNT_USED` bigint(20) NOT NULL,
  `LOW_NUMBER_OF_BYTES_USED` bigint(20) NOT NULL,
  `CURRENT_NUMBER_OF_BYTES_USED` bigint(20) NOT NULL,
  `HIGH_NUMBER_OF_BYTES_USED` bigint(20) NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `memory_summary_by_user_by_event_name`
--

INSERT INTO `memory_summary_by_user_by_event_name` (`USER`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
(NULL, 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
(NULL, 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('root', 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `memory_summary_by_user_by_event_name` (`USER`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
('ambassador', 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('ambassador', 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('5coisas', 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `memory_summary_by_user_by_event_name` (`USER`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
('cbx', 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('cbx', 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('forge', 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('debian-sys-maint', 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `memory_summary_by_user_by_event_name` (`USER`, `EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
('beliv', 'memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('beliv', 'memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `memory_summary_global_by_event_name`
--

CREATE TABLE `memory_summary_global_by_event_name` (
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_ALLOC` bigint(20) UNSIGNED NOT NULL,
  `COUNT_FREE` bigint(20) UNSIGNED NOT NULL,
  `SUM_NUMBER_OF_BYTES_ALLOC` bigint(20) UNSIGNED NOT NULL,
  `SUM_NUMBER_OF_BYTES_FREE` bigint(20) UNSIGNED NOT NULL,
  `LOW_COUNT_USED` bigint(20) NOT NULL,
  `CURRENT_COUNT_USED` bigint(20) NOT NULL,
  `HIGH_COUNT_USED` bigint(20) NOT NULL,
  `LOW_NUMBER_OF_BYTES_USED` bigint(20) NOT NULL,
  `CURRENT_NUMBER_OF_BYTES_USED` bigint(20) NOT NULL,
  `HIGH_NUMBER_OF_BYTES_USED` bigint(20) NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `memory_summary_global_by_event_name`
--

INSERT INTO `memory_summary_global_by_event_name` (`EVENT_NAME`, `COUNT_ALLOC`, `COUNT_FREE`, `SUM_NUMBER_OF_BYTES_ALLOC`, `SUM_NUMBER_OF_BYTES_FREE`, `LOW_COUNT_USED`, `CURRENT_COUNT_USED`, `HIGH_COUNT_USED`, `LOW_NUMBER_OF_BYTES_USED`, `CURRENT_NUMBER_OF_BYTES_USED`, `HIGH_NUMBER_OF_BYTES_USED`) VALUES
('memory/performance_schema/mutex_instances', 2, 0, 262144, 0, 0, 2, 2, 0, 262144, 262144),
('memory/performance_schema/rwlock_instances', 2, 0, 262144, 0, 0, 2, 2, 0, 262144, 262144),
('memory/performance_schema/cond_instances', 1, 0, 16384, 0, 0, 1, 1, 0, 16384, 16384),
('memory/performance_schema/file_instances', 1, 0, 2883584, 0, 0, 1, 1, 0, 2883584, 2883584),
('memory/performance_schema/socket_instances', 1, 0, 81920, 0, 0, 1, 1, 0, 81920, 81920),
('memory/performance_schema/metadata_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/performance_schema/file_handle', 1, 0, 262144, 0, 0, 1, 1, 0, 262144, 262144),
('memory/performance_schema/accounts', 1, 0, 90112, 0, 0, 1, 1, 0, 90112, 90112),
('memory/performance_schema/events_waits_summary_by_account_by_event_name', 1, 0, 1736704, 0, 0, 1, 1, 0, 1736704, 1736704),
('memory/performance_schema/events_stages_summary_by_account_by_event_name', 1, 0, 614400, 0, 0, 1, 1, 0, 614400, 614400),
('memory/performance_schema/events_statements_summary_by_account_by_event_name', 1, 0, 4545536, 0, 0, 1, 1, 0, 4545536, 4545536),
('memory/performance_schema/events_transactions_summary_by_account_by_event_name', 1, 0, 11264, 0, 0, 1, 1, 0, 11264, 11264),
('memory/performance_schema/memory_summary_by_account_by_event_name', 1, 0, 2949120, 0, 0, 1, 1, 0, 2949120, 2949120),
('memory/performance_schema/events_stages_summary_global_by_event_name', 1, 0, 4800, 0, 0, 1, 1, 0, 4800, 4800),
('memory/performance_schema/events_statements_summary_global_by_event_name', 1, 0, 35512, 0, 0, 1, 1, 0, 35512, 35512),
('memory/performance_schema/memory_summary_global_by_event_name', 1, 0, 23040, 0, 0, 1, 1, 0, 23040, 23040),
('memory/performance_schema/hosts', 1, 0, 73728, 0, 0, 1, 1, 0, 73728, 73728),
('memory/performance_schema/events_waits_summary_by_host_by_event_name', 1, 0, 1736704, 0, 0, 1, 1, 0, 1736704, 1736704),
('memory/performance_schema/events_stages_summary_by_host_by_event_name', 1, 0, 614400, 0, 0, 1, 1, 0, 614400, 614400),
('memory/performance_schema/events_statements_summary_by_host_by_event_name', 1, 0, 4545536, 0, 0, 1, 1, 0, 4545536, 4545536),
('memory/performance_schema/events_transactions_summary_by_host_by_event_name', 1, 0, 11264, 0, 0, 1, 1, 0, 11264, 11264),
('memory/performance_schema/memory_summary_by_host_by_event_name', 1, 0, 2949120, 0, 0, 1, 1, 0, 2949120, 2949120),
('memory/performance_schema/threads', 1, 0, 950272, 0, 0, 1, 1, 0, 950272, 950272),
('memory/performance_schema/events_waits_summary_by_thread_by_event_name', 1, 0, 3473408, 0, 0, 1, 1, 0, 3473408, 3473408),
('memory/performance_schema/events_stages_summary_by_thread_by_event_name', 1, 0, 1228800, 0, 0, 1, 1, 0, 1228800, 1228800),
('memory/performance_schema/events_statements_summary_by_thread_by_event_name', 1, 0, 9091072, 0, 0, 1, 1, 0, 9091072, 9091072),
('memory/performance_schema/events_transactions_summary_by_thread_by_event_name', 1, 0, 22528, 0, 0, 1, 1, 0, 22528, 22528),
('memory/performance_schema/memory_summary_by_thread_by_event_name', 1, 0, 5898240, 0, 0, 1, 1, 0, 5898240, 5898240),
('memory/performance_schema/events_waits_history', 1, 0, 450560, 0, 0, 1, 1, 0, 450560, 450560),
('memory/performance_schema/events_stages_history', 1, 0, 266240, 0, 0, 1, 1, 0, 266240, 266240),
('memory/performance_schema/events_statements_history', 1, 0, 3665920, 0, 0, 1, 1, 0, 3665920, 3665920),
('memory/performance_schema/events_statements_history.tokens', 1, 0, 2621440, 0, 0, 1, 1, 0, 2621440, 2621440),
('memory/performance_schema/events_statements_history.sqltext', 1, 0, 2621440, 0, 0, 1, 1, 0, 2621440, 2621440),
('memory/performance_schema/events_statements_current', 1, 0, 3665920, 0, 0, 1, 1, 0, 3665920, 3665920),
('memory/performance_schema/events_statements_current.tokens', 1, 0, 2621440, 0, 0, 1, 1, 0, 2621440, 2621440),
('memory/performance_schema/events_statements_current.sqltext', 1, 0, 2621440, 0, 0, 1, 1, 0, 2621440, 2621440),
('memory/performance_schema/events_transactions_history', 1, 0, 880640, 0, 0, 1, 1, 0, 880640, 880640),
('memory/performance_schema/session_connect_attrs', 1, 0, 131072, 0, 0, 1, 1, 0, 131072, 131072),
('memory/performance_schema/users', 1, 0, 81920, 0, 0, 1, 1, 0, 81920, 81920),
('memory/performance_schema/events_waits_summary_by_user_by_event_name', 1, 0, 1736704, 0, 0, 1, 1, 0, 1736704, 1736704),
('memory/performance_schema/events_stages_summary_by_user_by_event_name', 1, 0, 614400, 0, 0, 1, 1, 0, 614400, 614400),
('memory/performance_schema/events_statements_summary_by_user_by_event_name', 1, 0, 4545536, 0, 0, 1, 1, 0, 4545536, 4545536),
('memory/performance_schema/events_transactions_summary_by_user_by_event_name', 1, 0, 11264, 0, 0, 1, 1, 0, 11264, 11264),
('memory/performance_schema/memory_summary_by_user_by_event_name', 1, 0, 2949120, 0, 0, 1, 1, 0, 2949120, 2949120),
('memory/performance_schema/mutex_class', 1, 0, 53760, 0, 0, 1, 1, 0, 53760, 53760),
('memory/performance_schema/rwlock_class', 1, 0, 10240, 0, 0, 1, 1, 0, 10240, 10240),
('memory/performance_schema/cond_class', 1, 0, 20480, 0, 0, 1, 1, 0, 20480, 20480),
('memory/performance_schema/thread_class', 1, 0, 9600, 0, 0, 1, 1, 0, 9600, 9600),
('memory/performance_schema/file_class', 1, 0, 25600, 0, 0, 1, 1, 0, 25600, 25600),
('memory/performance_schema/socket_class', 1, 0, 3200, 0, 0, 1, 1, 0, 3200, 3200),
('memory/performance_schema/stage_class', 1, 0, 38400, 0, 0, 1, 1, 0, 38400, 38400),
('memory/performance_schema/statement_class', 1, 0, 37056, 0, 0, 1, 1, 0, 37056, 37056),
('memory/performance_schema/memory_class', 1, 0, 61440, 0, 0, 1, 1, 0, 61440, 61440),
('memory/performance_schema/setup_actors', 1, 0, 40960, 0, 0, 1, 1, 0, 40960, 40960),
('memory/performance_schema/setup_objects', 1, 0, 57344, 0, 0, 1, 1, 0, 57344, 57344),
('memory/performance_schema/events_statements_summary_by_digest', 1, 0, 2560000, 0, 0, 1, 1, 0, 2560000, 2560000),
('memory/performance_schema/events_statements_summary_by_digest.tokens', 1, 0, 5120000, 0, 0, 1, 1, 0, 5120000, 5120000),
('memory/performance_schema/events_stages_history_long', 1, 0, 104000, 0, 0, 1, 1, 0, 104000, 104000),
('memory/performance_schema/events_statements_history_long', 1, 0, 1432000, 0, 0, 1, 1, 0, 1432000, 1432000),
('memory/performance_schema/events_statements_history_long.tokens', 1, 0, 1024000, 0, 0, 1, 1, 0, 1024000, 1024000),
('memory/performance_schema/events_statements_history_long.sqltext', 1, 0, 1024000, 0, 0, 1, 1, 0, 1024000, 1024000),
('memory/performance_schema/events_transactions_history_long', 1, 0, 344000, 0, 0, 1, 1, 0, 344000, 344000),
('memory/performance_schema/events_waits_history_long', 1, 0, 176000, 0, 0, 1, 1, 0, 176000, 176000),
('memory/performance_schema/table_handles', 1, 0, 9502720, 0, 0, 1, 1, 0, 9502720, 9502720),
('memory/performance_schema/table_shares', 1, 0, 4194304, 0, 0, 1, 1, 0, 4194304, 4194304),
('memory/performance_schema/table_io_waits_summary_by_index_usage', 1, 0, 2883584, 0, 0, 1, 1, 0, 2883584, 2883584),
('memory/performance_schema/table_lock_waits_summary_by_table', 1, 0, 1409024, 0, 0, 1, 1, 0, 1409024, 1409024),
('memory/performance_schema/events_statements_summary_by_program', 1, 0, 458752, 0, 0, 1, 1, 0, 458752, 458752),
('memory/performance_schema/prepared_statements_instances', 1, 0, 1703936, 0, 0, 1, 1, 0, 1703936, 1703936),
('memory/performance_schema/scalable_buffer', 19, 0, 2064, 0, 0, 19, 19, 0, 2064, 2064),
('memory/sql/Locked_tables_list::m_locked_tables_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/display_table_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/THD::transactions::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Delegate::memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/sql_acl_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/sql_acl_memex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/acl_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/thd::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/help', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/new_frm_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/TABLE_SHARE::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/gdl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Table_triggers_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/servers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Prepared_statement_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Prepared_statement::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Protocol_local::m_rset_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Warning_info::m_warn_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/THD::sp_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/sp_head::main_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/sp_head::execute_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/sp_head::call_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/table_mapping::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/QUICK_RANGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/QUICK_ROR_UNION_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/test_quick_select', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/prune_partitions::exec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/MYSQL_BIN_LOG::recover', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Blob_mem_storage::storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/NAMED_ILINK::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/String::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Sys_var_charptr::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Queue::queue_item', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/THD::db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/user_var_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Slave_job_group::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Relay_log_info::group_relay_log_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/binlog_cache_mngr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Row_data_memory::memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Gtid_set::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Gtid_state::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Owned_gtids::to_string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Log_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Incident_log_event::message', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Rows_query_log_event::rows_query', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Sort_param::tmp_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Filesort_info::merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Filesort_info::record_pointers', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Filesort_buffer::sort_keys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/handler::errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/handlerton', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/XID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/host_cache::hostname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/user_var_entry::value', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/User_level_lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/MYSQL_LOG::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/TC_LOG_MMAP::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/my_bitmap_map', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Event_queue_element_for_exec::names', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/my_str_malloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/MYSQL_BIN_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/MYSQL_BIN_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/MYSQL_RELAY_LOG::basename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/MYSQL_RELAY_LOG::index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/rpl_filter memory', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/errmsgs', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Gis_read_stream::err_msg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Geometry::ptr_and_wkb_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/MYSQL_LOCK', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/NET::buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/NET::compress_packet', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Event_scheduler::scheduler_param', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Gtid_set::Interval_chunk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Owned_gtids::sidno_to_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Sid_map::Node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Gtid_state::group_commit_sidno_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Mutex_cond_array::Mutex_cond', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/TABLE_RULE_ENT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Rpl_info_table', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Rpl_info_file::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/db_worker_hash_entry', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/rpl_slave::check_temp_dir', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/rpl_slave::command_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/binlog_ver_1_event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/SLAVE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/binlog_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/HASH_ROW_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/binlog_statement_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/partition_syntax_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/READ_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/JOIN_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/TABLE::sort_io_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Unique::sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Unique::merge_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/frm::extra_segment_buff', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/frm::form_pos', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/frm::string', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/LOG_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/DATE_TIME_FORMAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/DDL_LOG_MEMORY_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/ST_SCHEMA_TABLE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/ignored_db', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/PROFILE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/global_system_variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/THD::variables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Security_context', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Shared_memory_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/bison_stack', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/THD::handler_tables_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/hash_index_key_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/dboptions_hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/user_conn', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/LOG_POS_COORD', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/XID_STATE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/MPVIO_EXT::auth_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/opt_bin_logname', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Query_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/READ_RECORD_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Quick_ranges', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/File_query_log::name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Table_trigger_dispatcher::m_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/thd_timer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/THD::Session_tracker', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/THD::Session_sysvar_resource_manager', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/show_slave_status_io_gtid_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/write_set_extraction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/get_all_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/fill_schema_schemata', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/native_functions', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/JSON', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/client/mysql_options', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/client/MYSQL_DATA', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/client/MYSQL', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/client/MYSQL_RES', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/client/MYSQL_ROW', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/client/MYSQL_STATE_CHANGE_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/client/MYSQL_HANDSHAKE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/vio/ssl_fd', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/vio/vio', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/vio/read_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/mysys/max_alloca', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/mysys/charset_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/mysys/charset_loader', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/mysys/lf_node', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/mysys/lf_dynarray', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/mysys/lf_slist', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/mysys/LIST', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/mysys/IO_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/mysys/KEY_CACHE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/mysys/SAFE_HASH_ENTRY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/mysys/MY_TMPDIR::full_list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/mysys/MY_BITMAP::bitmap', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/mysys/my_compress_alloc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/mysys/pack_frm', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/mysys/my_err_head', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/mysys/my_file_info', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/mysys/MY_DIR', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/mysys/MY_STAT', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/mysys/QUEUE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/mysys/DYNAMIC_STRING', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/mysys/TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Event_basic::mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/load_env_plugins', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/MDL_context::acquire_locks', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Partition_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/partition_sort_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/Partition_admin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/plugin_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/plugin_init_tmp', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/plugin_int_mem_root', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/mysql_plugin_dl', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/mysql_plugin', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/plugin_bookmark', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/csv/TINA_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/csv/blobroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/csv/tina_set', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/csv/row', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/csv/Transparent_file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisam/MYISAM_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisam/MI_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisam/MI_INFO::ft1_to_ft2', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisam/MI_INFO::bulk_insert', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisam/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisam/FTB', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisam/FT_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisam/FTPARSER_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisam/ft_memroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisam/ft_stopwords', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisam/MI_SORT_PARAM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisam/MI_SORT_PARAM::wordroot', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisam/SORT_FT_BUF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisam/SORT_KEY_BLOCKS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisam/filecopy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisam/SORT_INFO::buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisam/MI_DECODE_TREE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisam/MYISAM_SHARE::decode_tables', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisam/preload_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisam/stPageList::pages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisam/keycache_thread_var', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/adaptive hash index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/buf_buf_pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/dict_stats_bg_recalc_pool_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/dict_stats_index_map_t', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/dict_stats_n_diff_on_level', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/other', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/row_log_buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/row_merge_sort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/std', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/trx_sys_t::rw_trx_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/partitioning', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/api0api', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/btr0btr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/btr0bulk', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/btr0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/btr0pcur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/btr0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/buf0buf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/buf0dblwr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/buf0dump', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/buf0flu', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/buf0lru', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/dict0dict', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/dict0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/dict0stats', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/dict0stats_bg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/eval0eval', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/fil0fil', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/fsp0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/fsp0space', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/fsp0sysspace', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/fts0ast', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/fts0config', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/fts0fts', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/fts0opt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/fts0pars', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/fts0que', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/fts0sql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/gis0sea', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/ha0ha', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/ha_innodb', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/handler0alter', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/hash0hash', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/ibuf0ibuf', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/lexyy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/lock0lock', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/log0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/log0recv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/mem0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/os0event', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/os0file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/page0cur', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/page0zip', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/pars0lex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/read0read', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/rem0rec', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/row0ftsort', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/row0import', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/row0log', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/row0merge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/row0mysql', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/row0sel', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/row0trunc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/srv0conc', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/srv0srv', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/srv0start', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/sync0arr', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/sync0debug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/sync0rw', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/sync0types', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/trx0i_s', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/trx0purge', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/trx0roll', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/trx0rseg', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/trx0sys', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/trx0trx', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/trx0undo', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/usr0sess', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/ut0list', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/ut0mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/ut0mutex', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/ut0pool', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/ut0rbt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/innodb/ut0wqueue', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisammrg/MYRG_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/myisammrg/children', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/memory/HP_SHARE', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/memory/HP_INFO', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/memory/HP_PTRS', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/memory/HP_KEYDEF', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/archive/FRM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/archive/record_buffer', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/blackhole/blackhole_share', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/partition/ha_partition::file', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/partition/ha_partition::engine_array', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/partition/ha_partition::part_ids', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/tz_storage', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/servers_cache', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('memory/sql/udf_mem', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `metadata_locks`
--

CREATE TABLE `metadata_locks` (
  `OBJECT_TYPE` varchar(64) NOT NULL,
  `OBJECT_SCHEMA` varchar(64) DEFAULT NULL,
  `OBJECT_NAME` varchar(64) DEFAULT NULL,
  `OBJECT_INSTANCE_BEGIN` bigint(20) UNSIGNED NOT NULL,
  `LOCK_TYPE` varchar(32) NOT NULL,
  `LOCK_DURATION` varchar(32) NOT NULL,
  `LOCK_STATUS` varchar(32) NOT NULL,
  `SOURCE` varchar(64) DEFAULT NULL,
  `OWNER_THREAD_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `OWNER_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `mutex_instances`
--

CREATE TABLE `mutex_instances` (
  `NAME` varchar(128) NOT NULL,
  `OBJECT_INSTANCE_BEGIN` bigint(20) UNSIGNED NOT NULL,
  `LOCKED_BY_THREAD_ID` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `mutex_instances`
--

INSERT INTO `mutex_instances` (`NAME`, `OBJECT_INSTANCE_BEGIN`, `LOCKED_BY_THREAD_ID`) VALUES
('wait/synch/mutex/mysys/THR_LOCK_heap', 31962464, NULL),
('wait/synch/mutex/mysys/THR_LOCK_net', 31962208, NULL),
('wait/synch/mutex/mysys/THR_LOCK_myisam', 31962144, NULL),
('wait/synch/mutex/mysys/THR_LOCK_malloc', 31962272, NULL),
('wait/synch/mutex/mysys/THR_LOCK_open', 31962528, NULL),
('wait/synch/mutex/mysys/THR_LOCK_charset', 31962592, NULL),
('wait/synch/mutex/sql/LOCK_error_log', 31259776, NULL),
('wait/synch/mutex/sql/LOCK_audit_mask', 31206816, NULL),
('wait/synch/mutex/session/LOCK_srv_session_threads', 31206888, NULL),
('wait/synch/mutex/sql/LOG::LOCK_log', 53949632, NULL),
('wait/synch/mutex/sql/LOG::LOCK_log', 53950696, NULL),
('wait/synch/mutex/sql/LOCK_status', 31195168, NULL),
('wait/synch/mutex/sql/LOCK_manager', 31276416, NULL),
('wait/synch/mutex/sql/LOCK_crypt', 31195040, NULL),
('wait/synch/mutex/sql/LOCK_user_conn', 31194912, NULL),
('wait/synch/mutex/sql/LOCK_global_system_variables', 31194976, NULL),
('wait/synch/mutex/sql/LOCK_prepared_stmt_count', 31194656, NULL),
('wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 31194592, NULL),
('wait/synch/mutex/sql/LOCK_slave_net_timeout', 31194528, NULL),
('wait/synch/mutex/sql/LOCK_error_messages', 31194784, NULL),
('wait/synch/mutex/sql/LOCK_uuid_generator', 31195104, NULL),
('wait/synch/mutex/sql/LOCK_sql_rand', 31194720, NULL),
('wait/synch/mutex/sql/LOCK_log_throttle_qni', 31194464, NULL),
('wait/synch/mutex/sql/LOCK_offline_mode', 31194400, NULL),
('wait/synch/mutex/sql/LOCK_default_password_lifetime', 31205568, NULL),
('wait/synch/mutex/sql/LOCK_des_key_file', 31194336, NULL),
('wait/synch/mutex/sql/LOCK_server_started', 31194016, NULL),
('wait/synch/mutex/sql/LOCK_keyring_operations', 31193376, NULL),
('wait/synch/mutex/sql/LOCK_reset_gtid_table', 31193888, NULL),
('wait/synch/mutex/sql/LOCK_compress_gtid_table', 31193824, NULL),
('wait/synch/mutex/sql/LOCK_group_replication_handler', 31193696, NULL),
('wait/synch/mutex/sql/LOCK_socket_listener_active', 31193632, NULL),
('wait/synch/mutex/sql/LOCK_start_signal_handler', 31193504, NULL),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 31403624, NULL),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 31404752, NULL),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 31404800, NULL),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 31404848, NULL),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 31404896, NULL),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 31404944, NULL),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 31407816, NULL),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 31407568, NULL),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 31407640, NULL),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 31407712, NULL),
('wait/synch/mutex/mysys/TMPDIR_mutex', 31195408, NULL),
('wait/synch/mutex/sql/LOCK_thread_cache', 31402336, NULL),
('wait/synch/mutex/sql/LOCK_connection_count', 31252224, NULL),
('wait/synch/mutex/sql/LOCK_thd_list', 54010216, NULL),
('wait/synch/mutex/sql/LOCK_thd_remove', 54010264, NULL),
('wait/synch/mutex/sql/LOCK_thread_ids', 54010312, NULL),
('wait/synch/mutex/sql/LOCK_load_client_plugin', 31402016, NULL),
('wait/synch/mutex/sql/LOCK_item_func_sleep', 31256224, NULL),
('wait/synch/mutex/mysys/BITMAP::mutex', 53978080, NULL),
('wait/synch/mutex/sql/LOCK_open', 31262240, NULL),
('wait/synch/mutex/sql/LOCK_table_cache', 31388960, NULL),
('wait/synch/mutex/sql/LOCK_table_cache', 31389136, NULL),
('wait/synch/mutex/sql/LOCK_table_cache', 31389312, NULL),
('wait/synch/mutex/sql/LOCK_table_cache', 31389488, NULL),
('wait/synch/mutex/sql/LOCK_table_cache', 31389664, NULL),
('wait/synch/mutex/sql/LOCK_table_cache', 31389840, NULL),
('wait/synch/mutex/sql/LOCK_table_cache', 31390016, NULL),
('wait/synch/mutex/sql/LOCK_table_cache', 31390192, NULL),
('wait/synch/mutex/sql/LOCK_table_cache', 31390368, NULL),
('wait/synch/mutex/sql/LOCK_table_cache', 31390544, NULL),
('wait/synch/mutex/sql/LOCK_table_cache', 31390720, NULL),
('wait/synch/mutex/sql/LOCK_table_cache', 31390896, NULL),
('wait/synch/mutex/sql/LOCK_table_cache', 31391072, NULL),
('wait/synch/mutex/sql/LOCK_table_cache', 31391248, NULL),
('wait/synch/mutex/sql/LOCK_table_cache', 31391424, NULL),
('wait/synch/mutex/sql/LOCK_table_cache', 31391600, NULL),
('wait/synch/mutex/sql/hash_filo::lock', 54255184, NULL),
('wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 31192752, NULL),
('wait/synch/mutex/sql/LOCK_slave_list', 31194848, NULL),
('wait/synch/mutex/sql/LOCK_transaction_cache', 31401920, NULL),
('wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 53970464, NULL),
('wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 54297992, NULL),
('wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 54298192, NULL),
('wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 54298392, NULL),
('wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 54298592, NULL),
('wait/synch/mutex/sql/LOCK_plugin', 31277216, NULL),
('wait/synch/mutex/sql/LOCK_plugin_delete', 31277280, NULL),
('wait/synch/mutex/csv/tina', 31727360, NULL),
('wait/synch/mutex/innodb/rw_lock_list_mutex', 31902848, NULL),
('wait/synch/mutex/innodb/sync_array_mutex', 54415392, NULL),
('wait/synch/mutex/innodb/thread_mutex', 31827648, NULL),
('wait/synch/mutex/innodb/trx_pool_manager_mutex', 54415680, NULL),
('wait/synch/mutex/innodb/trx_pool_mutex', 54416096, NULL),
('wait/synch/mutex/innodb/trx_mutex', 139767315771440, NULL),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315772056, NULL),
('wait/synch/mutex/innodb/trx_mutex', 139767315772360, NULL),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315772976, NULL),
('wait/synch/mutex/innodb/trx_mutex', 139767315773280, NULL),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315773896, NULL),
('wait/synch/mutex/innodb/trx_mutex', 139767315774200, NULL),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315774816, NULL),
('wait/synch/mutex/innodb/trx_mutex', 139767315775120, NULL),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315775736, NULL),
('wait/synch/mutex/innodb/trx_mutex', 139767315776040, NULL),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315776656, NULL),
('wait/synch/mutex/innodb/trx_mutex', 139767315776960, NULL),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315777576, NULL),
('wait/synch/mutex/innodb/trx_mutex', 139767315777880, NULL),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315778496, NULL),
('wait/synch/mutex/innodb/trx_mutex', 139767315778800, NULL),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315779416, NULL),
('wait/synch/mutex/innodb/trx_mutex', 139767315779720, NULL),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315780336, NULL),
('wait/synch/mutex/innodb/trx_mutex', 139767315780640, NULL),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315781256, NULL),
('wait/synch/mutex/innodb/trx_mutex', 139767315781560, NULL),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315782176, NULL),
('wait/synch/mutex/innodb/trx_mutex', 139767315782480, NULL),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315783096, NULL),
('wait/synch/mutex/innodb/trx_mutex', 139767315783400, NULL),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315784016, NULL),
('wait/synch/mutex/innodb/trx_mutex', 139767315784320, NULL),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315784936, NULL),
('wait/synch/mutex/innodb/trx_mutex', 139767315785240, NULL),
('wait/synch/mutex/innodb/trx_undo_mutex', 139767315785856, NULL),
('wait/synch/mutex/innodb/row_drop_list_mutex', 31828128, NULL),
('wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 31853408, NULL),
('wait/synch/mutex/innodb/srv_sys_mutex', 54507680, NULL),
('wait/synch/mutex/innodb/srv_threads_mutex', 54507592, NULL),
('wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 31853344, NULL),
('wait/synch/mutex/innodb/cache_last_read_mutex', 31940816, NULL),
('wait/synch/mutex/innodb/srv_monitor_file_mutex', 31853280, NULL),
('wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 31853216, NULL),
('wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 31853152, NULL),
('wait/synch/mutex/innodb/fil_system_mutex', 57608152, NULL),
('wait/synch/mutex/innodb/buf_pool_mutex', 57608904, NULL),
('wait/synch/mutex/innodb/buf_pool_zip_mutex', 57608960, NULL),
('wait/synch/mutex/innodb/flush_list_mutex', 57609488, NULL),
('wait/synch/mutex/innodb/log_sys_mutex', 61265480, NULL),
('wait/synch/mutex/innodb/log_sys_write_mutex', 61265536, NULL),
('wait/synch/mutex/innodb/log_flush_order_mutex', 61265656, NULL),
('wait/synch/mutex/innodb/recv_sys_mutex', 61267992, NULL),
('wait/synch/mutex/innodb/recv_writer_mutex', 61268048, NULL),
('wait/synch/mutex/innodb/lock_mutex', 61270744, NULL),
('wait/synch/mutex/innodb/lock_wait_mutex', 61270888, NULL),
('wait/synch/mutex/innodb/page_cleaner_mutex', 61394456, NULL),
('wait/synch/mutex/innodb/buf_dblwr_mutex', 61428696, NULL),
('wait/synch/mutex/innodb/recalc_pool_mutex', 31956256, NULL),
('wait/synch/mutex/innodb/file_format_max_mutex', 31944016, NULL),
('wait/synch/mutex/innodb/trx_sys_mutex', 61407576, NULL),
('wait/synch/mutex/innodb/dict_sys_mutex', 63798616, NULL),
('wait/synch/mutex/innodb/dict_foreign_err_mutex', 31956096, NULL),
('wait/synch/mutex/innodb/ibuf_mutex', 31728640, NULL),
('wait/synch/mutex/innodb/ibuf_bitmap_mutex', 31728576, NULL),
('wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 31728704, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64376832, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64378144, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64379456, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64380768, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64382080, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64383392, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64384704, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64386016, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64387328, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64388784, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64390096, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64391040, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64392352, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64393664, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64394976, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64396288, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64397600, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64399072, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64400384, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64401696, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64402640, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64403952, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64405264, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64406576, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64407888, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64409200, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64410512, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64411824, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64413136, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64414448, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64415760, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64417072, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64418384, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64420112, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64421280, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64422592, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64423536, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64424848, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64426160, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64427472, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64428784, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64429728, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64431040, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64432352, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64433664, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64434976, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64436288, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64437600, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64438912, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64439856, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64441168, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64442112, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64443424, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64444736, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64446048, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64447360, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64448672, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64449984, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64451296, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64452608, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64453920, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64455232, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64456544, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64457856, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64459168, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64461040, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64462352, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64463664, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64464976, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64466288, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64467600, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64468544, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64469856, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64471168, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64472480, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64473424, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64474736, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64476048, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64477360, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64478672, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64479984, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64481296, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64482608, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64483920, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64485232, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64486544, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64487856, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64489168, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64490480, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64491792, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64493104, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64494416, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64495360, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64496672, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64497616, NULL),
('wait/synch/mutex/innodb/redo_rseg_mutex', 64498560, NULL),
('wait/synch/mutex/innodb/purge_sys_pq_mutex', 64500560, NULL),
('wait/synch/mutex/innodb/fts_bg_threads_mutex', 62304120, NULL),
('wait/synch/mutex/innodb/fts_delete_mutex', 62310080, NULL),
('wait/synch/mutex/innodb/fts_optimize_mutex', 62310024, NULL),
('wait/synch/mutex/innodb/fts_doc_id_mutex', 62310136, NULL),
('wait/synch/mutex/innodb/fts_bg_threads_mutex', 62513320, NULL),
('wait/synch/mutex/innodb/fts_delete_mutex', 62514944, NULL),
('wait/synch/mutex/innodb/fts_optimize_mutex', 62514888, NULL),
('wait/synch/mutex/innodb/fts_doc_id_mutex', 62515000, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61808320, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 62144464, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 62138928, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 62130816, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 62124112, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 62136160, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 62097936, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 62100768, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61881776, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 62023232, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61953792, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61738464, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61724800, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61587264, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61679696, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61680160, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61680624, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 62666592, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 62667024, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 62667600, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61771472, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61772048, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61772624, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61773200, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61773776, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61993312, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61993888, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61994464, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61995040, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61995616, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61996192, NULL),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 61996768, NULL),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 139766825748888, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 139766825751936, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 139766825751984, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 139766825752032, NULL),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 139766825752080, NULL),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 139766825753408, NULL),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 139766758639960, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 139766758643008, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 139766758643056, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 139766758643104, NULL),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 139766758643152, NULL),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 139766758644480, NULL),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 139766624422232, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 139766624425280, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 139766624425328, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 139766624425376, NULL),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 139766624425424, NULL),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 139766624426752, NULL),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 139766691531096, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 139766691534144, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 139766691534192, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 139766691534240, NULL),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 139766691534288, NULL),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 139766691535616, NULL),
('wait/synch/mutex/innodb/master_key_id_mutex', 31728000, NULL),
('wait/synch/mutex/innodb/innobase_share_mutex', 31728480, NULL),
('wait/synch/mutex/innodb/commit_cond_mutex', 31728352, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766423298712, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766423325736, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766423317784, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766423363112, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766423359800, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766770447208, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62198056, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31720728, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31714552, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31714360, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31714168, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31715224, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31714776, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31715448, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31715672, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31715000, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31715896, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31716120, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31717880, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31717656, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31718776, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31721112, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31719224, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31719448, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31720920, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31719640, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31719864, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31720088, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31720312, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31720536, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31723800, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31724024, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31724248, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31723576, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31712728, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31712536, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31712344, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31708760, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31708312, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31708984, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31708536, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31709208, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31713336, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31713144, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31712952, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31710552, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31709432, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31710776, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31709656, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31711000, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31709880, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31710104, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31713944, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31713752, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31713560, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31711672, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31711224, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31711896, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31711448, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31712120, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31724472, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31708088, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31719000, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31718104, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31718328, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31718552, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31724920, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31725144, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31716568, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31716760, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31716984, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31717208, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31717432, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31723352, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31716344, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31725368, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31725592, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31725816, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31726040, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31726264, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31726488, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31726712, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31726936, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31710328, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31724696, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31721336, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31721560, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31721784, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31722008, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31722232, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31722456, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31722680, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31722904, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 31723128, NULL),
('wait/synch/mutex/blackhole/blackhole', 31727872, NULL),
('wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 61954088, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759250712, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759259160, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759309736, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759335912, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759325672, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766423384504, NULL),
('wait/synch/mutex/sql/Gtid_state', 62230640, NULL),
('wait/synch/mutex/sql/Gtid_state', 62230784, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766423387896, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766423433496, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766423407080, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759339000, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759371016, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759398552, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62158760, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759449624, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759444856, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759433864, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759486792, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759518552, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759503832, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62296664, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62764584, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759514312, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759587128, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759563912, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759599688, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759579352, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759642712, NULL),
('wait/synch/mutex/sql/hash_filo::lock', 62770144, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759665912, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759687640, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766490650360, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492715672, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491853320, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492513688, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 54310488, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766490944648, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492067336, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62854648, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492153672, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435938584, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62885624, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766435650808, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491640008, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492199240, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766493126984, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492101400, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766493204056, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492225192, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766490421816, NULL),
('wait/synch/mutex/sql/tz_LOCK', 31401184, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62991608, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62965576, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63033016, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 63040888, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63052600, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63102376, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766490439512, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766490758184, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766490788136, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766490583624, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766490783000, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492133608, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63062616, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491799976, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766490819848, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62975704, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491296920, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766490995128, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63066072, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766490996840, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491025000, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766490683992, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491427352, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766490421416, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491420616, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491407864, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491277320, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63170696, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491288408, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491264680, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491274552, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492569736, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492582232, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492583144, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63164360, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492661384, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492638472, NULL),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 139766367781912, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 139766367784960, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 139766367785008, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 139766367785056, NULL),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 139766367785104, NULL),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 139766367786432, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63193080, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63201528, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63233592, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63266568, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63292184, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63303416, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63322632, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63333624, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63344696, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63359240, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63378696, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63393480, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63411864, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63444808, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63468728, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63478808, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63509800, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62284152, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62789496, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62275176, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62781736, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62896888, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62813576, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63137000, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63038248, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62883672, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63221288, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63196328, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63212760, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63244936, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63278088, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63288680, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63308856, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63328056, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63339048, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63352200, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63364920, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63385016, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63403432, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63423048, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63457752, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63473160, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63486552, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63514248, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63520072, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62773720, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62778248, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62892360, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62903080, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62829592, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62909592, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63073848, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63119016, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62849560, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63186600, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63522152, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63251272, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63283112, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63539928, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63545544, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63551688, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63558088, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63562120, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63585992, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63630440, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63409336, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63664376, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63466664, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63690264, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63704504, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63714392, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63765352, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63772792, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63796248, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 64523736, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 64545256, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 64552312, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 64566680, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 64569944, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63113944, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 62837512, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63189832, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63228440, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63256232, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 64612360, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 64624200, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 64633672, NULL),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 139766423128504, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 139766423131552, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 139766423131600, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 139766423131648, NULL),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 139766423131696, NULL),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 139766423133024, NULL),
('wait/synch/mutex/sql/LOCK_gdl', 31280192, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492654104, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368099160, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766367951720, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379561864, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492689624, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766490849160, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491042488, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491510600, NULL),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 139766491206672, NULL),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 139766369594952, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 63578872, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 63533288, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 63533456, NULL),
('wait/synch/mutex/sql/LOCK_event_queue', 64643408, NULL),
('wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 62913568, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491517832, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491531256, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491274648, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492819848, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492827592, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491361496, NULL),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 62244616, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 62247664, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 62247712, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 62247760, NULL),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 62247808, NULL),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 62249136, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492287160, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491361848, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766493234600, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492488552, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766493295448, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766493296264, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766370018648, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373907144, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766371021656, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766375233944, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766370048168, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766377140680, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766356043880, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766356050680, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766377136696, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766377137704, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766371307248, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 139766369598000, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 139766369598048, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 139766369598096, NULL),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 139766369598144, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766367405112, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766356012232, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766356012400, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368632696, NULL),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 139766369599472, NULL),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 139766758750488, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 139766758753536, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 139766758753584, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 139766758753632, NULL),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 139766758753680, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766370038888, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766370039056, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368238392, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766375204760, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766375204928, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766367410872, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766356025784, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766356025952, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766356028424, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766379433288, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766379433456, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759874040, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380400024, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766368305848, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766375127240, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766374984888, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370766776, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766370788712, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376601400, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766375206712, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376355464, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766376374040, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376564888, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766376621176, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376908776, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766625761608, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766625005832, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759224168, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376660696, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766376668808, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759844616, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766770461816, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759145816, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760574968, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760559448, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759056392, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759385496, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379435208, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766370731992, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766758695224, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766758725864, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491473720, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766490729400, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491492216, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491519720, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491672520, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491696872, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491749032, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491757464, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491801928, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491773816, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491815400, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766624703080, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766625103832, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766625104000, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692110072, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692123000, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692167176, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692117576, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692105416, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692117480, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692103944, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692116536, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692244536, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692193032, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692220776, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692115240, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766691585016, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692252568, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692318888, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692345320, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692351448, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692338088, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692403880, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692412200, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491816472, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491853720, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491886424, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491904440, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766491881800, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492079496, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492091000, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492167640, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492140008, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492164904, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492157720, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492187304, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492203832, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492216712, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435450536, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766423906152, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435494520, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435539976, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692391320, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692289368, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692433880, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766692443240, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766692443408, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692448168, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766423787384, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435557640, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692476568, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492231112, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492241512, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692495864, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692460568, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692097656, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492290168, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492302616, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766691967336, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766492316664, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766492519816, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692503640, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692505960, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766691985384, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692475992, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766691945848, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692475560, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766691655240, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766693986888, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692056632, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766691910888, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692183176, NULL);
INSERT INTO `mutex_instances` (`NAME`, `OBJECT_INSTANCE_BEGIN`, `LOCKED_BY_THREAD_ID`) VALUES
('wait/synch/mutex/innodb/autoinc_mutex', 139766693984408, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692025880, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766693986280, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694020680, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692041912, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692029000, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766694034424, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766694034592, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694050952, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766691616472, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694011384, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766694057240, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692112360, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692160936, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692208264, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692138136, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766435560728, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435588616, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766435561352, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435613016, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766435616200, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435633112, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766435634088, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435677096, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766435680152, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435695944, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766435727496, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435740008, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766435743512, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435786232, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435811576, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766435831880, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435839240, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766435826408, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435851464, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435884072, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766423161272, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766423164824, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435969576, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766435965704, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766435954408, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766436021464, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766436053640, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766436026264, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766436081848, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766436007560, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766436100280, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766436131528, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766368594184, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766368594352, NULL),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 139766758755008, NULL),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 139766491202152, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759690872, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760756968, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760034632, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759635000, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 139766491205200, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 139766491205248, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 139766491205296, NULL),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 139766491205344, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368752728, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379884952, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379935288, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379963592, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380026808, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368436776, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766368295128, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380544968, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380599688, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380637064, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380670984, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380678392, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368931896, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368953544, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369499000, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368961048, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766423169544, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766423176104, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369174168, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370011592, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370059848, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370198008, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370298376, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370389048, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370395464, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370409256, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370422440, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368259832, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368079736, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766367758648, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379957784, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369645592, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369648584, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371263864, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380005608, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380012264, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380020424, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371633880, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371657192, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370415000, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379641080, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368039608, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766372178360, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766372128440, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766372133656, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766372531704, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371016312, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370792152, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370795032, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373119416, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373206296, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371001688, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368081896, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368084088, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370950584, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371655160, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371649064, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369176360, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371641240, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373685304, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373867336, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369317496, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369403288, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371652776, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371800440, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766372026776, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766372032472, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371658344, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380002728, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766374293928, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371466024, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379924072, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380631256, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371261112, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766374453704, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766374455880, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371246232, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370397672, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766375094296, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379121048, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379799000, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766367479432, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370988216, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766367459032, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371812216, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369313448, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369643784, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766374393272, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766374400904, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376374472, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376544360, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376547224, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376550120, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376674360, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766375029640, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766375032504, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766377176216, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371266056, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766375212744, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371172664, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766377309496, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766374198120, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766374200328, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373284008, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373546120, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376894200, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766377113560, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766377082776, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766377109880, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766377171400, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368087912, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766367559256, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371440952, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766368332696, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373224296, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766371255224, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766367429640, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370009448, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379990856, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766368730872, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380629112, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380625896, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766377233528, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380658984, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766370732160, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766371307080, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371442264, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766371455464, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766371455632, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371458088, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766379778328, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766379778496, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379781432, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766372006168, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766372006336, NULL),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 139766490276968, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 139766490280016, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 139766490280064, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 139766490280112, NULL),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 139766490280160, NULL),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 139766490281488, NULL),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 139766624919736, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 139766624922784, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 139766624922832, NULL),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 139766624922880, NULL),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 139766624922928, NULL),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 139766624924256, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379900008, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766379908360, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766379908528, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379919976, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766372144232, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766372144400, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766372156296, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766372995096, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766372995264, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373011672, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766373028056, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766373028224, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373032344, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766373243864, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766373244032, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373246968, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766373826584, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766373826752, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766369404664, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766367571896, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766379933064, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766423211896, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766423214936, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379196936, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766380388056, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766380379176, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766373863048, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766379197944, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368313448, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766371177240, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766370050856, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766491023064, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766758974264, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759059608, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766770421320, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766423123624, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766423124440, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766423274200, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766423280936, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759174600, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760674456, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766760623016, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759880616, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759624440, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759754856, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766770436312, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759827272, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766759843032, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766759798440, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766760338040, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760314456, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766760318328, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760333448, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766760334280, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760405800, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760422232, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766760418312, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760466072, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766760523304, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760536472, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766760537800, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760772568, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766760776328, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760822552, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766760797992, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766760863688, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766760868968, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766761037944, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766761042584, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766692046104, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766694244040, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694141144, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766691589000, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694681992, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766691621432, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766691622280, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692529784, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766691590664, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766691640536, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694771352, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766694789080, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694832392, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766694772616, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766691832616, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694854120, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766691784184, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766691845752, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766692403096, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694924808, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766694401896, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694897672, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766694898520, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694943928, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766694920360, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766695008728, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766691648616, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766694981704, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368052920, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766376369480, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766367655544, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766376881480, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368356520, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766369202168, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369200424, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766367434648, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766375086088, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766375093896, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766375075336, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766375087368, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371291768, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371239240, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369278232, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766371225160, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371195096, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766371220888, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371217128, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766369274568, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369271432, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766379277816, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369016776, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766369000792, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766376344584, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766367557880, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766367558048, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369209640, NULL),
('wait/synch/mutex/innodb/autoinc_mutex', 139766372038392, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766371437256, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766372150888, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766372151056, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368696216, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766368242872, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766368243040, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766377299160, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766377317640, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766377317808, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766372988232, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766367486184, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766367486352, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368697368, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766379615912, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766379616080, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368717256, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766368289912, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766368290080, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368747752, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766373251640, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766373251808, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368683832, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766368768984, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766368769152, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766368773976, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766379566712, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766379566880, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379572808, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766379107448, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766379107616, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379828376, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766379117832, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766379118000, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766368731040, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766377233696, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766369337512, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766369337680, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766374949944, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766368566024, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766368566192, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766372978040, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766367580248, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766367580416, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766367582248, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766368985192, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766368985360, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379881704, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766379299256, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766379299424, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766369264376, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766375223192, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766375223360, NULL),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 139766379847288, NULL),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 139766377268136, NULL),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 139766377268304, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `objects_summary_global_by_type`
--

CREATE TABLE `objects_summary_global_by_type` (
  `OBJECT_TYPE` varchar(64) DEFAULT NULL,
  `OBJECT_SCHEMA` varchar(64) DEFAULT NULL,
  `OBJECT_NAME` varchar(64) DEFAULT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `objects_summary_global_by_type`
--

INSERT INTO `objects_summary_global_by_type` (`OBJECT_TYPE`, `OBJECT_SCHEMA`, `OBJECT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`) VALUES
('TABLE', 'mysql', 'plugin', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'gtid_executed', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'server_cost', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'engine_cost', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'user', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'db', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'proxies_priv', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'time_zone_leap_second', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'time_zone_name', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'time_zone', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'time_zone_transition_type', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'time_zone_transition', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'tables_priv', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'columns_priv', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'procs_priv', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'servers', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'func', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'cond_instances', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_waits_current', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_waits_history', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_waits_history_long', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_waits_summary_by_host_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_waits_summary_by_instance', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_waits_summary_by_thread_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_waits_summary_by_user_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_waits_summary_by_account_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_waits_summary_global_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'file_instances', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'file_summary_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'file_summary_by_instance', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'host_cache', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'mutex_instances', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'objects_summary_global_by_type', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'performance_timers', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'rwlock_instances', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'setup_actors', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'setup_consumers', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'setup_instruments', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'setup_objects', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'setup_timers', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'table_io_waits_summary_by_index_usage', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'table_io_waits_summary_by_table', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'table_lock_waits_summary_by_table', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'threads', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_stages_current', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_stages_history', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_stages_history_long', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_stages_summary_by_thread_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_stages_summary_by_account_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_stages_summary_by_user_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_stages_summary_by_host_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_stages_summary_global_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_statements_current', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_statements_history', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_statements_history_long', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_statements_summary_by_thread_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_statements_summary_by_account_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_statements_summary_by_user_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_statements_summary_by_host_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_statements_summary_global_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_statements_summary_by_digest', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_statements_summary_by_program', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_transactions_current', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_transactions_history', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_transactions_history_long', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_transactions_summary_by_thread_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_transactions_summary_by_account_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_transactions_summary_by_user_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_transactions_summary_by_host_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'events_transactions_summary_global_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'users', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'accounts', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'hosts', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'socket_instances', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'socket_summary_by_instance', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'socket_summary_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'session_connect_attrs', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'session_account_connect_attrs', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'memory_summary_global_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'memory_summary_by_account_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'memory_summary_by_host_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'memory_summary_by_thread_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'memory_summary_by_user_by_event_name', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'table_handles', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'metadata_locks', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'replication_connection_configuration', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'replication_group_members', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'replication_connection_status', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'replication_applier_configuration', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'replication_applier_status', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'replication_applier_status_by_coordinator', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'replication_applier_status_by_worker', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'replication_group_member_stats', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'prepared_statements_instances', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'user_variables_by_thread', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'status_by_account', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'status_by_host', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'status_by_thread', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'status_by_user', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'global_status', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'session_status', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'variables_by_thread', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'global_variables', 0, 0, 0, 0, 0),
('TABLE', 'performance_schema', 'session_variables', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'event', 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'jobs', 5268, 19845581552, 522084, 3766900, 2308878960),
('TABLE', '5coisas', 'cp_cidades', 15, 220861548, 1461168, 14723992, 58021380),
('TABLE', 'cbx', 'wp_options', 35072, 109632094456, 638288, 3125832, 6100581564),
('TABLE', 'cbx', 'wp_posts', 17348, 206717431752, 221844, 11915636, 66852972960),
('TABLE', 'cbx', 'wp_postmeta', 78584, 169675811588, 185148, 2158948, 30893294880),
('TABLE', 'cbx', 'wp_terms', 759, 2188680656, 805644, 2883416, 63992820),
('TABLE', 'cbx', 'wp_term_taxonomy', 1388, 7685091492, 88404, 5536648, 119160252),
('TABLE', 'cbx', 'wp_term_relationships', 1774, 3678269152, 63384, 2073324, 1618005036),
('TABLE', 'cbx', 'wp_users', 288, 2546345448, 697224, 8840956, 77807196),
('TABLE', 'cbx', 'wp_usermeta', 5185, 14939241284, 590472, 2881192, 953026256),
('TABLE', 'mysql', 'proc', 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_clientes', 100, 362901756, 1087536, 3629012, 164424768),
('TABLE', '5coisas', 'cp_log', 2652, 6035499540, 899052, 2275708, 3052219824),
('TABLE', '5coisas', 'cp_perfil', 16, 130164048, 1099212, 8134836, 44056884),
('TABLE', '5coisas', 'cp_permissoes', 100, 239743308, 929076, 2396916, 95456304),
('TABLE', '5coisas', 'cp_shows', 24, 197889852, 922404, 8244924, 95691492),
('TABLE', '5coisas', 'cp_shows_tags', 16, 121937472, 947424, 7621092, 44298744),
('TABLE', '5coisas', 'cp_tags', 12, 130601064, 768948, 10883144, 53199192),
('TABLE', '5coisas', 'cp_tela', 36, 161195520, 812316, 4477468, 64006164),
('TABLE', '5coisas', 'cp_usuarios', 56, 1763878308, 877368, 31497400, 1574258400),
('TABLE', '5coisas', 'cp_usuarios_cidades', 16, 126417720, 994128, 7900760, 54561948),
('TABLE', 'ior', 'cp_banner', 20, 31199940, 1439484, 1559580, 29760456),
('TABLE', 'ior', 'cp_cidades', 1002, 1555975452, 770616, 1552352, 1553274960),
('TABLE', 'ior', 'cp_convenios', 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_equipe', 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_equipe_has_cp_especialidades', 2, 14196348, 1004136, 7097896, 13192212),
('TABLE', 'ior', 'cp_especialidades', 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_especialistas', 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_especialistas_has_cp_especialidades', 81, 35026332, 1175940, 432012, 33850392),
('TABLE', 'ior', 'cp_estados', 28, 33406704, 957432, 1192620, 32449272),
('TABLE', 'ior', 'cp_imagens', 11, 18790020, 935748, 1708032, 17854272),
('TABLE', 'ior', 'cp_log', 291, 598194840, 783960, 2055532, 597410880),
('TABLE', 'ior', 'cp_noticias', 4, 14920260, 822324, 3729648, 14097936),
('TABLE', 'ior', 'cp_paginas', 9, 18644904, 887376, 2071656, 17757528),
('TABLE', 'ior', 'cp_perfil', 4, 16566576, 1177608, 4141644, 15388968),
('TABLE', 'ior', 'cp_permissoes', 25, 32591052, 974112, 1303264, 31616940),
('TABLE', 'ior', 'cp_residenciamedica', 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_residenciamedica_has_cp_unidades', 6, 15622488, 954096, 2603748, 14668392),
('TABLE', 'ior', 'cp_tela', 13, 18754992, 892380, 1442264, 17862612),
('TABLE', 'ior', 'cp_unidades', 6, 16563240, 887376, 2760540, 15675864),
('TABLE', 'ior', 'cp_usuarios', 5, 331691808, 1019148, 66338028, 330672660),
('TABLE', 'ambassador', 'candidates', 1861, 10477777188, 198492, 5630056, 3729251016),
('TABLE', 'ambassador', 'photos', 11136, 46121567760, 215172, 4141644, 25091520504),
('TABLE', 'ambassador', 'admins', 33, 507268824, 1401120, 15371732, 405135516),
('TABLE', 'ambassador', 'admins_password_resets', 3, 2213436, 350280, 737812, 932412),
('TABLE', 'ambassador', 'candidate_category', 3642, 5621230056, 401988, 1542900, 3405170292),
('TABLE', 'ambassador', 'candidate_comment', 132, 671807016, 290232, 5089068, 571413432),
('TABLE', 'ambassador', 'candidate_notification', 30, 605058660, 243528, 20168344, 559181988),
('TABLE', 'ambassador', 'candidate_program', 201, 695394204, 310248, 3459432, 558012720),
('TABLE', 'ambassador', 'candidate_tag', 42, 1168010328, 345276, 27809452, 654614940),
('TABLE', 'ambassador', 'categories', 39, 84037176, 205164, 2154500, 32450940),
('TABLE', 'ambassador', 'clients', 9, 64041192, 140112, 7115688, 26354400),
('TABLE', 'ambassador', 'comments', 132, 198100020, 303576, 1500644, 87660072),
('TABLE', 'ambassador', 'failed_jobs', 6, 1208064012, 118428, 201343724, 1134727056),
('TABLE', 'ambassador', 'migrations', 99, 110605080, 115092, 1117004, 36737700),
('TABLE', 'ambassador', 'notifications', 48, 112503264, 240192, 2343540, 43805016),
('TABLE', 'ambassador', 'oauth_access_tokens', 546, 3756951492, 143448, 6880500, 1811519724),
('TABLE', 'ambassador', 'oauth_auth_codes', 3, 2161728, 206832, 720576, 1094208),
('TABLE', 'ambassador', 'oauth_clients', 9, 344378616, 205164, 38263920, 295482864),
('TABLE', 'ambassador', 'oauth_personal_access_clients', 6, 317517144, 316920, 52919524, 279395004),
('TABLE', 'ambassador', 'oauth_refresh_tokens', 546, 4200222492, 208500, 7692260, 1967089080),
('TABLE', 'ambassador', 'password_resets', 9, 370089168, 218508, 41120648, 317603880),
('TABLE', 'ambassador', 'programs', 33, 503208912, 390312, 15248300, 399686160),
('TABLE', 'ambassador', 'tags', 114, 146380344, 120096, 1283804, 61776048),
('TABLE', 'ambassador', 'users', 51, 432502392, 131772, 8480112, 313754136),
('TABLE', 'beliv', 'cp_clientes', 3, 26284344, 1961568, 8761448, 24322776),
('TABLE', 'beliv', 'cp_brands', 43, 212711700, 168468, 4946732, 37024596),
('TABLE', 'beliv', 'cp_products', 104, 175511964, 136776, 1687460, 81708648),
('TABLE', 'beliv', 'cp_welcome', 2, 15043692, 890712, 7521568, 14152980),
('TABLE', 'cbx', 'wp_comments', 12, 426781152, 803976, 35565096, 346320168),
('TABLE', 'cbx', 'smackuci_events', 51, 686090100, 758940, 13452420, 397512756),
('TABLE', 'cbx', 'wp_termmeta', 6, 5407656, 728916, 901276, 1109220),
('TABLE', 'vinz', 'wp_commentmeta', 2, 3175872, 1282692, 1587936, 1893180),
('TABLE', 'vinz', 'wp_comments', 2, 2537028, 1160928, 1268236, 1376100),
('TABLE', 'vinz', 'wp_contact', 102, 216236184, 1100880, 2119472, 151756308),
('TABLE', 'vinz', 'wp_links', 2, 2507004, 1140912, 1253224, 1366092),
('TABLE', 'vinz', 'wp_newsletter', 384, 233223096, 932412, 607152, 153387612),
('TABLE', 'vinz', 'wp_options', 342, 4257491604, 825660, 12448284, 4161970248),
('TABLE', 'vinz', 'wp_postmeta', 7438, 33715709340, 972444, 4532512, 30219611364),
('TABLE', 'vinz', 'wp_posts', 862, 2325071904, 895716, 2697156, 1725789528),
('TABLE', 'vinz', 'wp_term_relationships', 38, 980535468, 965772, 25803404, 903005160),
('TABLE', 'vinz', 'wp_term_taxonomy', 6, 69719064, 957432, 11619844, 45626472),
('TABLE', 'vinz', 'wp_termmeta', 2, 2603748, 1004136, 1301596, 1599612),
('TABLE', 'vinz', 'wp_terms', 6, 75974064, 887376, 12662344, 52190052),
('TABLE', 'vinz', 'wp_usermeta', 256, 1841023308, 957432, 7191304, 1754490804),
('TABLE', 'vinz', 'wp_users', 12, 96537168, 1064184, 8044764, 66491484),
('TABLE', 'vinz', 'wp_vp_id', 252, 1667893248, 884040, 6618624, 1524158352),
('TABLE', 'vinz', 'wp_yoast_seo_links', 12, 85408272, 995796, 7117356, 59776116),
('TABLE', 'vinz', 'wp_yoast_seo_meta', 184, 1046604948, 917400, 5687880, 977292876),
('TABLE', 'sys', 'sys_config', 14, 900636600, 1639644, 64330868, 853982640),
('TABLE', 'sync', 'wp_commentmeta', 3, 2388576, 483720, 796192, 1132572),
('TABLE', 'sync', 'wp_comments', 3, 370627932, 400320, 123542644, 369241824),
('TABLE', 'sync', 'wp_links', 3, 2044968, 373632, 681656, 994128),
('TABLE', 'sync', 'wp_options', 138, 4953538552, 359176, 35894804, 4952338704),
('TABLE', 'sync', 'wp_postmeta', 79, 3835742808, 301908, 48553256, 3834575208),
('TABLE', 'sync', 'wp_posts', 27, 3934930428, 515412, 145738164, 3933530976),
('TABLE', 'sync', 'wp_term_relationships', 10, 256356588, 455364, 25635492, 255033864),
('TABLE', 'sync', 'wp_term_taxonomy', 5, 262718340, 460368, 52543668, 261052008),
('TABLE', 'sync', 'wp_termmeta', 3, 2680476, 482052, 893492, 1100880),
('TABLE', 'sync', 'wp_terms', 5, 3954756276, 465372, 790951144, 3953343480),
('TABLE', 'sync', 'wp_usermeta', 24, 282904476, 437016, 11787200, 281651808),
('TABLE', 'sync', 'wp_users', 3, 303864564, 570456, 101288188, 302411736),
('TABLE', 'rosamaster', 'wp_commentmeta', 2, 2952360, 1311048, 1476180, 1641312),
('TABLE', 'rosamaster', 'wp_comments', 4, 463804080, 1097544, 115951020, 427435008),
('TABLE', 'rosamaster', 'wp_links', 2, 2125032, 845676, 1062516, 1279356),
('TABLE', 'rosamaster', 'wp_options', 330, 5873224824, 839004, 17797560, 5792058276),
('TABLE', 'rosamaster', 'wp_postmeta', 210, 199946496, 932412, 951872, 132437532),
('TABLE', 'rosamaster', 'wp_posts', 62, 500531772, 894048, 8072564, 370379400),
('TABLE', 'rosamaster', 'wp_term_relationships', 24, 708211116, 900720, 29508588, 643472700),
('TABLE', 'rosamaster', 'wp_term_taxonomy', 6, 85476660, 962436, 14245832, 53662896),
('TABLE', 'rosamaster', 'wp_termmeta', 2, 1891512, 887376, 945756, 1004136),
('TABLE', 'rosamaster', 'wp_terms', 6, 69056868, 962436, 11509200, 51065820),
('TABLE', 'rosamaster', 'wp_usermeta', 94, 126386028, 895716, 1344408, 70161084),
('TABLE', 'rosamaster', 'wp_users', 4, 62191380, 830664, 15547428, 42061956),
('TABLE', 'rosamaster', 'wp_yoast_seo_links', 2, 2331864, 979116, 1165932, 1352748),
('TABLE', 'rosamaster', 'wp_yoast_seo_meta', 2, 1969908, 915732, 984676, 1054176),
('TABLE', 'pcr_roteiros', 'wp_commentmeta', 1, 1769748, 1769748, 1769748, 1769748),
('TABLE', 'pcr_roteiros', 'wp_comments', 2, 418079196, 1155924, 209039320, 416923272),
('TABLE', 'pcr_roteiros', 'wp_links', 1, 1256004, 1256004, 1256004, 1256004),
('TABLE', 'pcr_roteiros', 'wp_newsletter', 13, 19275408, 830664, 1482296, 18444744),
('TABLE', 'pcr_roteiros', 'wp_options', 187, 135164712, 1099212, 722800, 134065500),
('TABLE', 'pcr_roteiros', 'wp_postmeta', 7948, 8821753428, 1276020, 1109776, 8820477408),
('TABLE', 'pcr_roteiros', 'wp_posts', 960, 1253637108, 1382772, 1305488, 1252254336),
('TABLE', 'pcr_roteiros', 'wp_term_relationships', 966, 1657044576, 935748, 1715260, 1656108828),
('TABLE', 'pcr_roteiros', 'wp_term_taxonomy', 56, 58661892, 1024152, 1047504, 57637740),
('TABLE', 'pcr_roteiros', 'wp_termmeta', 1, 1035828, 1035828, 1035828, 1035828),
('TABLE', 'pcr_roteiros', 'wp_terms', 56, 70434636, 967440, 1257672, 69467196),
('TABLE', 'pcr_roteiros', 'wp_usermeta', 56, 385151208, 813984, 6877164, 384337224),
('TABLE', 'pcr_roteiros', 'wp_users', 3, 56098176, 1437816, 18699392, 54660360),
('TABLE', 'pcr_roteiros', 'wp_wdi_feeds', 2, 55044000, 1601280, 27522000, 53442720),
('TABLE', 'pcr_roteiros', 'wp_wdi_themes', 3, 60056340, 1207632, 20018780, 58848708),
('TABLE', 'mzs', 'wp_commentmeta', 1, 2043300, 2043300, 2043300, 2043300),
('TABLE', 'mzs', 'wp_comments', 2, 661707276, 1079196, 330853360, 660628080),
('TABLE', 'mzs', 'wp_links', 1, 1144248, 1144248, 1144248, 1144248),
('TABLE', 'mzs', 'wp_options', 131, 74402808, 970776, 567676, 73432032),
('TABLE', 'mzs', 'wp_postmeta', 56, 58368324, 974112, 1041944, 57394212),
('TABLE', 'mzs', 'wp_posts', 33, 532609080, 1099212, 16139568, 531509868),
('TABLE', 'mzs', 'wp_term_relationships', 2, 920670948, 1175940, 460335196, 919495008),
('TABLE', 'mzs', 'wp_term_taxonomy', 3, 46160232, 972444, 15386744, 45187788),
('TABLE', 'mzs', 'wp_termmeta', 1, 1119228, 1119228, 1119228, 1119228),
('TABLE', 'mzs', 'wp_terms', 3, 52647084, 1205964, 17549028, 51441120),
('TABLE', 'mzs', 'wp_usermeta', 26, 55439316, 1012476, 2132260, 54426840),
('TABLE', 'mzs', 'wp_users', 2, 46323696, 840672, 23161848, 45483024),
('TABLE', 'mysql', 'general_log', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'help_category', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'help_keyword', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'help_relation', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'help_topic', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'innodb_index_stats', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'innodb_table_stats', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'ndb_binlog_index', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'slave_master_info', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'slave_relay_log_info', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'slave_worker_info', 0, 0, 0, 0, 0),
('TABLE', 'mysql', 'slow_log', 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_commentmeta', 1, 1983252, 1983252, 1983252, 1983252),
('TABLE', 'kanecountyhealth_web', 'wp_comments', 2, 379418292, 1005804, 189708868, 378412488),
('TABLE', 'kanecountyhealth_web', 'wp_links', 1, 917400, 917400, 917400, 917400),
('TABLE', 'kanecountyhealth_web', 'wp_options', 147, 76599564, 904056, 520972, 75695508),
('TABLE', 'kanecountyhealth_web', 'wp_postmeta', 630, 170558004, 790632, 270216, 169767372),
('TABLE', 'kanecountyhealth_web', 'wp_posts', 102, 421159992, 897384, 4128856, 420262608),
('TABLE', 'kanecountyhealth_web', 'wp_term_relationships', 16, 696927096, 910728, 43557596, 696016368),
('TABLE', 'kanecountyhealth_web', 'wp_term_taxonomy', 6, 46452132, 818988, 7741744, 45633144),
('TABLE', 'kanecountyhealth_web', 'wp_termmeta', 1, 813984, 813984, 813984, 813984),
('TABLE', 'kanecountyhealth_web', 'wp_terms', 6, 46231956, 897384, 7705048, 45334572),
('TABLE', 'kanecountyhealth_web', 'wp_usermeta', 45, 76626252, 834000, 1702472, 75792252),
('TABLE', 'kanecountyhealth_web', 'wp_users', 2, 42525660, 895716, 21262552, 41629944),
('TABLE', 'heatcontent_dev', 'wp_commentmeta', 1, 1522884, 1522884, 1522884, 1522884),
('TABLE', 'heatcontent_dev', 'wp_comments', 1, 1045836, 1045836, 1045836, 1045836),
('TABLE', 'heatcontent_dev', 'wp_links', 1, 975780, 975780, 975780, 975780),
('TABLE', 'heatcontent_dev', 'wp_options', 154, 81096492, 1065852, 526532, 80030640),
('TABLE', 'heatcontent_dev', 'wp_postmeta', 173, 81615240, 1094208, 471488, 80521032),
('TABLE', 'heatcontent_dev', 'wp_posts', 31, 476701056, 1000800, 15377292, 475700256),
('TABLE', 'heatcontent_dev', 'wp_term_relationships', 3, 939207432, 980784, 313069144, 938226648),
('TABLE', 'heatcontent_dev', 'wp_term_taxonomy', 2, 43381344, 957432, 21690672, 42423912),
('TABLE', 'heatcontent_dev', 'wp_termmeta', 1, 914064, 914064, 914064, 914064),
('TABLE', 'heatcontent_dev', 'wp_terms', 2, 43771656, 937416, 21885828, 42834240),
('TABLE', 'heatcontent_dev', 'wp_usermeta', 22, 50365260, 854016, 2289052, 49511244),
('TABLE', 'heatcontent_dev', 'wp_users', 2, 85073004, 899052, 42536224, 84173952),
('TABLE', 'goshortlist', 'agencies', 11, 58798668, 1576260, 5344828, 57222408),
('TABLE', 'goshortlist', 'availabilities', 101, 65233812, 907392, 645516, 64326420),
('TABLE', 'goshortlist', 'awards', 101, 63690912, 934080, 630504, 62756832),
('TABLE', 'goshortlist', 'education', 101, 73937436, 985788, 731696, 72951648),
('TABLE', 'goshortlist', 'freelancer_data', 1, 909060, 909060, 909060, 909060),
('TABLE', 'goshortlist', 'freelancers', 11, 49429512, 920736, 4493592, 48508776),
('TABLE', 'goshortlist', 'links', 101, 65519040, 885708, 648296, 64633332),
('TABLE', 'goshortlist', 'migrations', 34, 21183600, 832332, 622720, 20351268),
('TABLE', 'goshortlist', 'password_resets', 1, 813984, 813984, 813984, 813984),
('TABLE', 'goshortlist', 'press', 101, 74424492, 867360, 736700, 73557132),
('TABLE', 'goshortlist', 'request_messages', 1, 954096, 954096, 954096, 954096),
('TABLE', 'goshortlist', 'requests', 102, 76601232, 803976, 750600, 75797256),
('TABLE', 'goshortlist', 'reviews', 101, 98325264, 828996, 973000, 97496268),
('TABLE', 'goshortlist', 'users', 22, 62628396, 867360, 2846720, 61761036),
('TABLE', 'goshortlist', 'work_experience', 101, 65147076, 880704, 644960, 64266372),
('TABLE', 'goshortlist', 'work_samples', 101, 64758432, 875700, 641068, 63882732),
('TABLE', 'flanaganbilton', 'ts_redirects', 30, 27925656, 1337736, 930744, 26587920),
('TABLE', 'flanaganbilton', 'wp_commentmeta', 1, 912396, 912396, 912396, 912396),
('TABLE', 'flanaganbilton', 'wp_comments', 1, 885708, 885708, 885708, 885708),
('TABLE', 'flanaganbilton', 'wp_links', 1, 927408, 927408, 927408, 927408),
('TABLE', 'flanaganbilton', 'wp_options', 176, 92440560, 828996, 524864, 91611564),
('TABLE', 'flanaganbilton', 'wp_postmeta', 3310, 3519716856, 930744, 1063072, 3518786112),
('TABLE', 'flanaganbilton', 'wp_posts', 368, 690857244, 907392, 1877056, 689949852),
('TABLE', 'flanaganbilton', 'wp_term_relationships', 34, 953038488, 937416, 28030184, 952101072),
('TABLE', 'flanaganbilton', 'wp_term_taxonomy', 5, 50078364, 1497864, 10015228, 48580500),
('TABLE', 'flanaganbilton', 'wp_termmeta', 1, 924072, 924072, 924072, 924072),
('TABLE', 'flanaganbilton', 'wp_terms', 5, 44762448, 839004, 8952156, 43923444),
('TABLE', 'flanaganbilton', 'wp_usermeta', 65, 69927564, 890712, 1075304, 69036852),
('TABLE', 'flanaganbilton', 'wp_users', 3, 45724884, 932412, 15241628, 44792472),
('TABLE', 'flanaganbilton', 'wp_yoast_seo_links', 1, 859020, 859020, 859020, 859020),
('TABLE', 'flanaganbilton', 'wp_yoast_seo_meta', 59, 756628152, 1209300, 12824140, 755418852),
('TABLE', 'elpescador', 'wp_commentmeta', 1, 1347744, 1347744, 1347744, 1347744),
('TABLE', 'elpescador', 'wp_comments', 2, 474239088, 892380, 237119544, 473346708),
('TABLE', 'elpescador', 'wp_links', 1, 1160928, 1160928, 1160928, 1160928),
('TABLE', 'elpescador', 'wp_options', 137, 75435300, 899052, 550440, 74536248),
('TABLE', 'elpescador', 'wp_postmeta', 181, 92677416, 954096, 511520, 91723320),
('TABLE', 'elpescador', 'wp_posts', 81, 620172408, 949092, 7656120, 619223316),
('TABLE', 'elpescador', 'wp_rp4wp_cache', 592, 1432691904, 1080864, 2419712, 1431611040),
('TABLE', 'elpescador', 'wp_term_relationships', 14, 654351396, 1414464, 46739028, 652936932),
('TABLE', 'elpescador', 'wp_term_taxonomy', 5, 68359644, 987456, 13671484, 67372188),
('TABLE', 'elpescador', 'wp_termmeta', 1, 1027488, 1027488, 1027488, 1027488),
('TABLE', 'elpescador', 'wp_terms', 5, 45594780, 857352, 9118956, 44737428),
('TABLE', 'elpescador', 'wp_usermeta', 23, 49808148, 1055844, 2165064, 48752304),
('TABLE', 'elpescador', 'wp_users', 2, 54627000, 805644, 27313500, 53821356),
('TABLE', 'antonioarruda', 'cp_cidades', 5572, 7321595928, 490392, 1313828, 7320224832),
('TABLE', 'antonioarruda', 'cp_estados', 56, 90190428, 1354416, 1610176, 46438788),
('TABLE', 'antonioarruda', 'wp_commentmeta', 3, 2725512, 652188, 908504, 1097544),
('TABLE', 'antonioarruda', 'wp_comments', 3, 1763632, 460368, 587692, 819544),
('TABLE', 'antonioarruda', 'wp_links', 3, 2036628, 482052, 678876, 813984),
('TABLE', 'antonioarruda', 'wp_newsletter', 6, 377561808, 492060, 62926968, 376225740),
('TABLE', 'antonioarruda', 'wp_options', 204, 7465499292, 598812, 36595364, 7463971404),
('TABLE', 'antonioarruda', 'wp_postmeta', 423, 2362513500, 583800, 5585020, 2360712060),
('TABLE', 'antonioarruda', 'wp_posts', 144, 2218154772, 450360, 15403424, 2216575176),
('TABLE', 'antonioarruda', 'wp_term_relationships', 10, 314968440, 503736, 31496844, 313632372),
('TABLE', 'antonioarruda', 'wp_term_taxonomy', 10, 239800020, 452028, 23979724, 238667448),
('TABLE', 'antonioarruda', 'wp_termmeta', 3, 2201760, 593808, 733920, 947424),
('TABLE', 'antonioarruda', 'wp_terms', 10, 359747568, 401988, 35974312, 358468212),
('TABLE', 'antonioarruda', 'wp_usermeta', 48, 365035128, 547104, 7604412, 363478884),
('TABLE', 'antonioarruda', 'wp_users', 3, 641614548, 635508, 213871516, 639746388),
('TABLE', 'appradio', 'wp_commentmeta', 3, 2178408, 423672, 726136, 895716),
('TABLE', 'appradio', 'wp_comments', 3, 2063316, 488724, 687772, 892380),
('TABLE', 'appradio', 'wp_links', 3, 1978248, 360288, 659416, 834000),
('TABLE', 'appradio', 'wp_options', 274, 3349048764, 413664, 12222548, 3347657652),
('TABLE', 'appradio', 'wp_postmeta', 4479, 8334345480, 413664, 1860376, 8332987728),
('TABLE', 'appradio', 'wp_posts', 1149, 34803273696, 351948, 30289768, 34801797516),
('TABLE', 'appradio', 'wp_term_relationships', 1086, 820876176, 378636, 755604, 819643524),
('TABLE', 'appradio', 'wp_term_taxonomy', 36, 494688768, 418668, 13740984, 493332684),
('TABLE', 'appradio', 'wp_termmeta', 3, 2191752, 452028, 730584, 985788),
('TABLE', 'appradio', 'wp_terms', 36, 427623492, 545436, 11878384, 425967168),
('TABLE', 'appradio', 'wp_usermeta', 32, 347501112, 351948, 10859236, 346238436),
('TABLE', 'appradio', 'wp_users', 3, 357842712, 415332, 119280904, 356568360),
('FUNCTION', 'sys', 'extract_schema_from_file_name', 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'extract_table_from_file_name', 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'format_bytes', 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'format_path', 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'format_statement', 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'format_time', 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'list_add', 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'list_drop', 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'ps_is_account_enabled', 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'ps_is_consumer_enabled', 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'ps_is_instrument_default_enabled', 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'ps_is_instrument_default_timed', 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'ps_is_thread_instrumented', 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'ps_thread_account', 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'ps_thread_id', 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'ps_thread_stack', 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'ps_thread_trx_info', 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'quote_identifier', 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'sys_get_config', 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'version_major', 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'version_minor', 0, 0, 0, 0, 0),
('FUNCTION', 'sys', 'version_patch', 0, 0, 0, 0, 0),
('TRIGGER', 'sys', 'sys_config_insert_set_user', 0, 0, 0, 0, 0),
('TRIGGER', 'sys', 'sys_config_update_set_user', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'create_synonym_db', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'diagnostics', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'execute_prepared_stmt', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_disable_background_threads', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_disable_consumer', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_disable_instrument', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_disable_thread', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_enable_background_threads', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_enable_consumer', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_enable_instrument', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_enable_thread', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_reload_saved', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_reset_to_default', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_save', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_show_disabled', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_show_disabled_consumers', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_show_disabled_instruments', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_show_enabled', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_show_enabled_consumers', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_setup_show_enabled_instruments', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_statement_avg_latency_histogram', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_trace_statement_digest', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_trace_thread', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'ps_truncate_all_tables', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'statement_performance_analyzer', 0, 0, 0, 0, 0),
('PROCEDURE', 'sys', 'table_exists', 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `performance_timers`
--

CREATE TABLE `performance_timers` (
  `TIMER_NAME` enum('CYCLE','NANOSECOND','MICROSECOND','MILLISECOND','TICK') NOT NULL,
  `TIMER_FREQUENCY` bigint(20) DEFAULT NULL,
  `TIMER_RESOLUTION` bigint(20) DEFAULT NULL,
  `TIMER_OVERHEAD` bigint(20) DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `performance_timers`
--

INSERT INTO `performance_timers` (`TIMER_NAME`, `TIMER_FREQUENCY`, `TIMER_RESOLUTION`, `TIMER_OVERHEAD`) VALUES
('CYCLE', 1797119402, 1, 18),
('NANOSECOND', 1000000000, 1, 57),
('MICROSECOND', 1000000, 1, 54),
('MILLISECOND', 983, 1, 57),
('TICK', 97, 1, 957);

-- --------------------------------------------------------

--
-- Table structure for table `prepared_statements_instances`
--

CREATE TABLE `prepared_statements_instances` (
  `OBJECT_INSTANCE_BEGIN` bigint(20) UNSIGNED NOT NULL,
  `STATEMENT_ID` bigint(20) UNSIGNED NOT NULL,
  `STATEMENT_NAME` varchar(64) DEFAULT NULL,
  `SQL_TEXT` longtext NOT NULL,
  `OWNER_THREAD_ID` bigint(20) UNSIGNED NOT NULL,
  `OWNER_EVENT_ID` bigint(20) UNSIGNED NOT NULL,
  `OWNER_OBJECT_TYPE` enum('EVENT','FUNCTION','PROCEDURE','TABLE','TRIGGER') DEFAULT NULL,
  `OWNER_OBJECT_SCHEMA` varchar(64) DEFAULT NULL,
  `OWNER_OBJECT_NAME` varchar(64) DEFAULT NULL,
  `TIMER_PREPARE` bigint(20) UNSIGNED NOT NULL,
  `COUNT_REPREPARE` bigint(20) UNSIGNED NOT NULL,
  `COUNT_EXECUTE` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_EXECUTE` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_EXECUTE` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_EXECUTE` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_EXECUTE` bigint(20) UNSIGNED NOT NULL,
  `SUM_LOCK_TIME` bigint(20) UNSIGNED NOT NULL,
  `SUM_ERRORS` bigint(20) UNSIGNED NOT NULL,
  `SUM_WARNINGS` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_AFFECTED` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_SENT` bigint(20) UNSIGNED NOT NULL,
  `SUM_ROWS_EXAMINED` bigint(20) UNSIGNED NOT NULL,
  `SUM_CREATED_TMP_DISK_TABLES` bigint(20) UNSIGNED NOT NULL,
  `SUM_CREATED_TMP_TABLES` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_FULL_JOIN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_FULL_RANGE_JOIN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_RANGE` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_RANGE_CHECK` bigint(20) UNSIGNED NOT NULL,
  `SUM_SELECT_SCAN` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_MERGE_PASSES` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_RANGE` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_ROWS` bigint(20) UNSIGNED NOT NULL,
  `SUM_SORT_SCAN` bigint(20) UNSIGNED NOT NULL,
  `SUM_NO_INDEX_USED` bigint(20) UNSIGNED NOT NULL,
  `SUM_NO_GOOD_INDEX_USED` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `replication_applier_configuration`
--

CREATE TABLE `replication_applier_configuration` (
  `CHANNEL_NAME` char(64) NOT NULL,
  `DESIRED_DELAY` int(11) NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `replication_applier_status`
--

CREATE TABLE `replication_applier_status` (
  `CHANNEL_NAME` char(64) NOT NULL,
  `SERVICE_STATE` enum('ON','OFF') NOT NULL,
  `REMAINING_DELAY` int(10) UNSIGNED DEFAULT NULL,
  `COUNT_TRANSACTIONS_RETRIES` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `replication_applier_status_by_coordinator`
--

CREATE TABLE `replication_applier_status_by_coordinator` (
  `CHANNEL_NAME` char(64) NOT NULL,
  `THREAD_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `SERVICE_STATE` enum('ON','OFF') NOT NULL,
  `LAST_ERROR_NUMBER` int(11) NOT NULL,
  `LAST_ERROR_MESSAGE` varchar(1024) NOT NULL,
  `LAST_ERROR_TIMESTAMP` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `replication_applier_status_by_worker`
--

CREATE TABLE `replication_applier_status_by_worker` (
  `CHANNEL_NAME` char(64) NOT NULL,
  `WORKER_ID` bigint(20) UNSIGNED NOT NULL,
  `THREAD_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `SERVICE_STATE` enum('ON','OFF') NOT NULL,
  `LAST_SEEN_TRANSACTION` char(57) NOT NULL,
  `LAST_ERROR_NUMBER` int(11) NOT NULL,
  `LAST_ERROR_MESSAGE` varchar(1024) NOT NULL,
  `LAST_ERROR_TIMESTAMP` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `replication_connection_configuration`
--

CREATE TABLE `replication_connection_configuration` (
  `CHANNEL_NAME` char(64) NOT NULL,
  `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
  `PORT` int(11) NOT NULL,
  `USER` char(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
  `NETWORK_INTERFACE` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
  `AUTO_POSITION` enum('1','0') NOT NULL,
  `SSL_ALLOWED` enum('YES','NO','IGNORED') NOT NULL,
  `SSL_CA_FILE` varchar(512) NOT NULL,
  `SSL_CA_PATH` varchar(512) NOT NULL,
  `SSL_CERTIFICATE` varchar(512) NOT NULL,
  `SSL_CIPHER` varchar(512) NOT NULL,
  `SSL_KEY` varchar(512) NOT NULL,
  `SSL_VERIFY_SERVER_CERTIFICATE` enum('YES','NO') NOT NULL,
  `SSL_CRL_FILE` varchar(255) NOT NULL,
  `SSL_CRL_PATH` varchar(255) NOT NULL,
  `CONNECTION_RETRY_INTERVAL` int(11) NOT NULL,
  `CONNECTION_RETRY_COUNT` bigint(20) UNSIGNED NOT NULL,
  `HEARTBEAT_INTERVAL` double(10,3) UNSIGNED NOT NULL COMMENT 'Number of seconds after which a heartbeat will be sent .',
  `TLS_VERSION` varchar(255) NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `replication_connection_status`
--

CREATE TABLE `replication_connection_status` (
  `CHANNEL_NAME` char(64) NOT NULL,
  `GROUP_NAME` char(36) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
  `SOURCE_UUID` char(36) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
  `THREAD_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `SERVICE_STATE` enum('ON','OFF','CONNECTING') NOT NULL,
  `COUNT_RECEIVED_HEARTBEATS` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `LAST_HEARTBEAT_TIMESTAMP` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Shows when the most recent heartbeat signal was received.',
  `RECEIVED_TRANSACTION_SET` longtext NOT NULL,
  `LAST_ERROR_NUMBER` int(11) NOT NULL,
  `LAST_ERROR_MESSAGE` varchar(1024) NOT NULL,
  `LAST_ERROR_TIMESTAMP` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `replication_group_members`
--

CREATE TABLE `replication_group_members` (
  `CHANNEL_NAME` char(64) NOT NULL,
  `MEMBER_ID` char(36) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
  `MEMBER_HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
  `MEMBER_PORT` int(11) DEFAULT NULL,
  `MEMBER_STATE` char(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `replication_group_member_stats`
--

CREATE TABLE `replication_group_member_stats` (
  `CHANNEL_NAME` char(64) NOT NULL,
  `VIEW_ID` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
  `MEMBER_ID` char(36) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
  `COUNT_TRANSACTIONS_IN_QUEUE` bigint(20) UNSIGNED NOT NULL,
  `COUNT_TRANSACTIONS_CHECKED` bigint(20) UNSIGNED NOT NULL,
  `COUNT_CONFLICTS_DETECTED` bigint(20) UNSIGNED NOT NULL,
  `COUNT_TRANSACTIONS_ROWS_VALIDATING` bigint(20) UNSIGNED NOT NULL,
  `TRANSACTIONS_COMMITTED_ALL_MEMBERS` longtext NOT NULL,
  `LAST_CONFLICT_FREE_TRANSACTION` text NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `rwlock_instances`
--

CREATE TABLE `rwlock_instances` (
  `NAME` varchar(128) NOT NULL,
  `OBJECT_INSTANCE_BEGIN` bigint(20) UNSIGNED NOT NULL,
  `WRITE_LOCKED_BY_THREAD_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `READ_LOCKED_BY_COUNT` int(10) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `rwlock_instances`
--

INSERT INTO `rwlock_instances` (`NAME`, `OBJECT_INSTANCE_BEGIN`, `WRITE_LOCKED_BY_THREAD_ID`, `READ_LOCKED_BY_COUNT`) VALUES
('wait/synch/rwlock/session/LOCK_srv_session_collection', 31207064, NULL, 0),
('wait/synch/rwlock/sql/LOGGER::LOCK_logger', 31259616, NULL, 0),
('wait/synch/rwlock/sql/LOCK_system_variables_hash', 31194144, NULL, 0),
('wait/synch/rwlock/sql/LOCK_sys_init_connect', 31194272, NULL, 0),
('wait/synch/rwlock/sql/LOCK_sys_init_slave', 31194208, NULL, 0),
('wait/synch/rwlock/mysys/SAFE_HASH::lock', 31432416, NULL, 0),
('wait/synch/rwlock/sql/LOCK_dboptions', 31263808, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 54236984, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 54237592, NULL, 0),
('wait/synch/rwlock/sql/Trans_delegate::lock', 31261080, NULL, 0),
('wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 31260888, NULL, 0),
('wait/synch/rwlock/sql/Server_state_delegate::lock', 31260696, NULL, 0),
('wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 31260504, NULL, 0),
('wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 31260312, NULL, 0),
('wait/synch/rwlock/sql/gtid_commit_rollback', 54297048, NULL, 0),
('wait/synch/rwlock/sql/gtid_mode_lock', 54297128, NULL, 0),
('wait/synch/sxlock/innodb/trx_i_s_cache_lock', 54515224, NULL, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61150024, NULL, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61150152, NULL, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61150280, NULL, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61150408, NULL, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61150536, NULL, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61150664, NULL, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61150792, NULL, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61150920, NULL, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61151048, NULL, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61151176, NULL, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61151304, NULL, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61151432, NULL, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61151560, NULL, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61151688, NULL, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61151816, NULL, 0),
('wait/synch/sxlock/innodb/hash_table_locks', 61151944, NULL, 0),
('wait/synch/sxlock/innodb/btr_search_latch', 61226296, NULL, 0),
('wait/synch/sxlock/innodb/btr_search_latch', 61226744, NULL, 0),
('wait/synch/sxlock/innodb/btr_search_latch', 61227192, NULL, 0),
('wait/synch/sxlock/innodb/btr_search_latch', 61227640, NULL, 0),
('wait/synch/sxlock/innodb/btr_search_latch', 61228088, NULL, 0),
('wait/synch/sxlock/innodb/btr_search_latch', 61228536, NULL, 0),
('wait/synch/sxlock/innodb/btr_search_latch', 61228984, NULL, 0),
('wait/synch/sxlock/innodb/btr_search_latch', 61229432, NULL, 0),
('wait/synch/sxlock/innodb/checkpoint_lock', 61265952, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61396040, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61397400, NULL, 0),
('wait/synch/sxlock/innodb/dict_operation_lock', 63798456, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 61438096, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 64356128, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 64361056, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 64366384, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 64371312, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 64370400, NULL, 0),
('wait/synch/sxlock/innodb/trx_purge_latch', 64500136, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 61621504, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 61659184, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 61661712, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 61664144, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 61626432, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61619320, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61624856, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61628024, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61629512, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61631064, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61632616, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61634168, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61635672, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61637160, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61638376, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61639688, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61641176, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61642488, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61644040, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61645576, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61646744, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61648216, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61649704, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61651256, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61652808, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61654360, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61584744, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61586232, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61588168, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61589640, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61591192, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61592424, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61593672, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61595240, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61596248, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61597640, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61599096, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61600664, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61602216, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61603496, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61604984, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61606536, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61608088, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61609640, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61610872, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61612408, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61613960, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61615192, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61616408, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61666024, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61667576, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61668808, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61670296, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61671528, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61673064, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61674296, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61675832, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61677384, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61678616, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61681256, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61682792, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61684344, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61685576, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61687112, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61688344, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61689880, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61691048, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61692520, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61693768, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61695272, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61696824, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61698376, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61699928, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61701480, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61703032, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61704584, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61706136, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61707368, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61708616, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61710184, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61711736, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61713288, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61714840, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61716152, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61717512, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61718648, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61720344, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61722008, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61723672, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61725336, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61726808, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61728264, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61729720, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61731176, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61732424, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61734008, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61735672, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61737336, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61739000, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61740584, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61741816, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61743304, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61744856, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61746408, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61747640, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61749128, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61750632, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61752184, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61753704, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61755272, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61756504, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61758072, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61759304, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61760808, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61762136, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61763368, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61764856, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61766408, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61767640, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61768808, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61770376, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61774536, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61775768, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61777256, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61778488, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61779752, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61781048, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61782344, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61783640, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61785416, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61784936, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61786712, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61788488, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61788008, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61789784, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61791368, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61792952, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61794536, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61796120, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61797704, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61799288, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61800872, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61802456, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61804232, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61805832, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61803752, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61807192, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61808856, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61810184, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61811416, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61812648, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61813880, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61814984, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61816216, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61817576, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61818936, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61820296, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61821528, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61822632, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61823736, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61824840, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61826360, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61827912, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61829144, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61830312, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61831560, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61832824, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61834104, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61835400, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61836568, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61838056, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61839608, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61840920, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61842472, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61843928, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61845464, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61847000, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61848536, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61849784, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61851048, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61852520, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61853976, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61855432, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61856888, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61858136, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61859624, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61861176, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61862728, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61864280, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61865832, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61867384, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61868616, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61870184, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61871736, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61873288, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61874840, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61876392, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61877912, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61879432, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61880760, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61882296, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61883976, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61885656, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61887336, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61889016, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61890696, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61892376, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61894056, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61895736, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61897416, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61899096, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61900776, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61902456, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61904136, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61905816, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61907496, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61909176, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61910984, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61910472, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61912264, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61913704, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61914968, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61916456, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61917944, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61919432, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61920920, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61922408, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61923896, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61925416, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61926648, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61927912, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61929416, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61930904, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61932392, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61933880, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61935112, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61936360, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61937832, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61939336, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61940632, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61941864, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61943368, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61944680, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61946168, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61947560, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61948840, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61950072, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61951576, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61952664, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61954328, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61955848, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61957304, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61958808, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61960072, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61961528, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61963032, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61964296, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61969976, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61971208, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61972712, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61973944, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61975448, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61976936, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61978424, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61979656, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61981160, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61982616, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61984088, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61985528, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61986536, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61988008, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61989512, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61990600, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61992184, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 61999384, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62000888, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62002344, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62003768, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62004776, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62005960, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62007560, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62008840, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62010008, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62011176, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62012344, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62013512, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62014680, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62016168, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62017480, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62018520, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62019688, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62020856, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62022104, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62023768, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62025112, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62026584, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62027528, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62028872, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62029816, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62031096, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62032616, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62034104, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62035288, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62036632, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62037992, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62039336, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62040824, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62042312, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62043800, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62045288, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62046776, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62048264, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62049496, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62050920, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62052152, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62053640, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62054872, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62056360, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62057368, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62058536, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62060104, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62061400, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62062936, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62064504, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62065736, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62066904, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62068072, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62069240, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62070408, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62071976, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62073384, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62074616, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62075832, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62077048, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62078264, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62079480, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62080824, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62082152, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62083384, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62084952, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62086504, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62088056, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62089288, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62090840, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62092184, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62093736, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62095288, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62096840, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62098424, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62099656, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62101256, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62102584, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62104136, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62105688, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62107240, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62108792, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62110104, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62111656, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62113144, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62114696, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62116248, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62117800, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62119032, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62120280, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62121528, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62123016, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62124568, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62125800, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62126968, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62128504, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62129736, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62131272, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62132504, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62133720, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62135288, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62136616, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62137848, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62139384, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62140616, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62141832, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62143368, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62144920, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62305536, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62227720, NULL, 0),
('wait/synch/sxlock/innodb/fts_cache_rw_lock', 62309768, NULL, 0),
('wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 62309896, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62316544, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62318976, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62321408, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62323840, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62326272, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62328704, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62370448, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62372880, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62375568, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62226872, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62384368, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62315272, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62390400, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62383608, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62395936, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62389128, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62401728, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62395176, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62407520, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62400552, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62413168, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62406504, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62418960, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62411992, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62424608, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62417944, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62430400, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62423432, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62436048, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62429384, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62441840, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62434872, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62447488, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62440824, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62453280, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62446312, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62458928, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62452264, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62464720, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62457752, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62470368, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62463704, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62476160, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62469192, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62481808, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62475144, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62487344, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62480536, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62493136, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62486584, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62498672, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62491864, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62504464, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62497912, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62510000, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62503192, NULL, 0),
('wait/synch/sxlock/innodb/fts_cache_rw_lock', 62514632, NULL, 0),
('wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 62514760, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62520784, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62523216, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62525648, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62528080, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62530512, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62532944, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62535376, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62537808, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62540240, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62501880, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62548784, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62519512, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62554720, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62548024, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62560512, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62553544, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62566160, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62559496, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62571952, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62564984, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62577600, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62570936, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62583392, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62576424, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62589040, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62582376, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62594832, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62587864, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62600480, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62593816, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62606272, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62599304, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62611920, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62605256, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62617712, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62610744, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62623360, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62616696, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62629152, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62622184, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62634800, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62628136, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62640592, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62633624, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62646240, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62639576, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62651776, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62644968, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62657568, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62651016, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62663104, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62656296, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62668896, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62662344, NULL, 0),
('wait/synch/sxlock/innodb/fil_space_latch', 62226248, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62215440, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62220224, NULL, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 139766825749040, NULL, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 139766758640112, NULL, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 139766624422384, NULL, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 139766691531248, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435567200, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62197512, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62260752, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62210456, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435569488, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435571920, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62158216, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62281584, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62259768, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435509800, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62296040, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62797200, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62298984, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62796088, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62792032, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62786008, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435565336, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54307424, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54307488, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54307552, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54307616, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54307680, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54307744, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54307808, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54307872, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54307936, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308000, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308064, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308128, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308192, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308256, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308320, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308384, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308448, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308512, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308576, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308640, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308704, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308768, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308832, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308896, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54308960, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54309024, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54309088, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54309152, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54309216, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54309280, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54309344, NULL, 0),
('wait/synch/rwlock/sql/LOCK_grant', 54309408, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435565864, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 54309944, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435557096, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435560568, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62854104, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435588072, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435612264, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435611640, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62885080, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435616040, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435632216, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435652392, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435651928, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62991064, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 62967184, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62961096, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62965032, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 63064032, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62980024, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62982088, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 63046512, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 63040440, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63044488, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 63104240, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 63045144, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63101832, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 63084160, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 63078072, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435728400, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62231352, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435726952, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435695400, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435716464, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63098488, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435721792, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435764000, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62960104, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435769904, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435772192, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435774624, NULL, 0),
('wait/synch/rwlock/sql/THR_LOCK_servers', 31279712, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435710632, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63170152, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 63223568, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 62960344, NULL, 0),
('wait/synch/rwlock/sql/THR_LOCK_udf', 31297280, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435768632, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63222600, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435760528, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435743352, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379480776, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63168728, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63200984, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63206808, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63239144, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63291640, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63302872, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63322088, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63333080, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63344152, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63358696, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63378152, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63392936, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63411320, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63444264, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63451112, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63478184, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63509256, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62283608, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62804488, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62790776, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62803528, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62857976, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62901304, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63070456, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62972440, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62883128, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63051528, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62971640, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62853176, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62843688, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63232760, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63288136, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63308312, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63327512, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63338504, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63351656, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63364376, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63384472, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63397304, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63416744, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63435192, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63472616, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63486008, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63513704, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63519528, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63758488, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62277512, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63798152, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62902536, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62829048, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62913000, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63076696, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62880680, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63095352, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63521608, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63217192, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63183896, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63282568, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63301176, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63301848, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63551144, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63557544, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63560456, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63575112, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63600344, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63631784, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63613208, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63460152, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63467960, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63489992, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63713848, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63727880, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63772248, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63795704, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63792856, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62906520, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 64547624, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62763064, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63110328, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63113400, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63177656, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 62840888, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63227896, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63255688, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63286504, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63543320, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 64633128, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379319552, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379637152, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766372025976, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379779640, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379779704, NULL, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 139766369595104, NULL, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 139766758750640, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 63321064, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 63535120, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 63533528, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379528304, NULL, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 62244768, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368204144, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379461248, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766356054168, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766357858256, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766357860400, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766357866080, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766357870864, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766357869240, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766357869688, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766357857048, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368064336, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368206112, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368208544, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368210976, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368213408, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368221360, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368223792, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368226224, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368228656, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379229008, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379231296, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379233728, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379236160, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379243376, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379245664, NULL, 0);
INSERT INTO `rwlock_instances` (`NAME`, `OBJECT_INSTANCE_BEGIN`, `WRITE_LOCKED_BY_THREAD_ID`, `READ_LOCKED_BY_COUNT`) VALUES
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379248096, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379250528, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379257808, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379260096, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766379646696, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379256536, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766379256776, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435758120, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435833120, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435758360, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435830712, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435827520, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435830952, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435825112, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435854000, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435825352, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435866520, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435920384, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435922672, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766624702536, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766625105680, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423169000, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423227712, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766423171896, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766625104072, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435886376, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423201368, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423163552, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435914872, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423164440, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435971440, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692109528, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692198144, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692122840, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435973584, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766423162120, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692166632, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692185456, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692187888, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692115416, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435969032, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435949408, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692117096, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692253680, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692252776, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435951696, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435943560, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692192552, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692236464, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423211352, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423113664, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423115808, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766423214312, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692116376, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435953864, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423123080, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423273656, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423331808, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423334096, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423336528, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766423280776, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423330392, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423320320, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423322848, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423319456, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766423314504, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423325016, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423361664, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423364208, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423366640, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766423355896, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423359256, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423422112, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423424544, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766423388248, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766436031584, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692191272, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692307488, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692248440, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766436033872, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423420952, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423234016, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423236800, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423428000, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423430144, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766423387736, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423232120, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423536288, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423538720, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766423541152, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766423232360, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766436016520, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692115000, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692291184, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692306616, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766436030216, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766436008704, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692303848, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692349552, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692252408, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766436010992, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766436025464, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692318344, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692339136, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692289640, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766436014200, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766436014792, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692347656, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692413088, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692415520, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692347896, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766436081304, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766436132480, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692336984, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692384432, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692412040, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766436130952, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766436099736, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766436131368, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491889744, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491892176, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491884328, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766758711176, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759090736, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766770375448, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692390776, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692465504, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692289208, NULL, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 139766491202304, NULL, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 139766367782064, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692411080, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766692444024, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766692443480, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491885032, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491873408, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692460008, NULL, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 139766423128656, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492136168, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766490944480, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491384392, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692463608, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491523168, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491525312, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491527600, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491452152, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692495320, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692541504, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692539992, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491521880, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491697744, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692464280, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491699888, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491702320, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491704752, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491707184, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692505048, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491709616, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491519560, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491696136, NULL, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 139766490277120, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692505720, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766691979392, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692097016, NULL, 0),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 139766624919888, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368411144, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692087512, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766693988096, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692475832, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368518016, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368520304, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766691618216, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766691652816, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692475400, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368522736, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766368294968, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766691654696, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692051632, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692053776, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766693986728, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491774928, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491696712, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692056088, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692008288, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692017544, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766625006728, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766625077040, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766693967640, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692027296, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692184136, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766625078928, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766624825808, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692027896, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694013664, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766693986120, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766624828240, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766624830672, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766694020136, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766691584464, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692475048, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766624833104, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766625005672, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766691617352, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766694035568, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766694034664, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491773032, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491826800, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692049736, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692131840, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694057336, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491828944, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491757304, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766691966344, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692161504, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694012200, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491825512, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491817264, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692111816, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694110368, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692114216, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491825752, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491814856, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692207720, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694092784, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694095072, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692130984, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766423199608, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435586096, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766435739080, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491887216, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766490502360, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766490789456, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766490439352, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766490787560, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766490783920, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766490784376, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766490781512, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766490705296, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766490781752, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435449992, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435510736, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766435512880, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766423905992, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766435493976, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491875936, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491878480, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491867528, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491870952, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492103024, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492105168, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492107600, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492110032, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492112464, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491925688, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492101160, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492093536, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492095968, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492092680, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492098136, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492166192, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492168736, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492171168, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492098536, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492164328, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492159296, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492205744, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492208032, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492164680, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492157176, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492242352, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492244784, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492247216, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492187144, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492203288, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492233648, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492236080, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492238512, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492216552, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492240872, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492322048, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492324336, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492326768, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492329200, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492231928, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492320184, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492305152, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492307440, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492309872, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492320536, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492316232, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492521424, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492523856, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492303448, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492519272, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492501776, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492495688, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766367829816, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368781560, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379827560, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368766728, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379123256, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380026264, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380411816, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380389080, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380599144, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380636520, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380670440, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380677848, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368931352, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368953000, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369405992, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369406664, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369407336, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369656928, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766369407576, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369179480, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369651288, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369316280, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370011048, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370059304, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370197464, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370297832, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370400232, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370394920, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370408712, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370421896, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368259288, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368079192, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379643288, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379495176, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766367489224, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369648040, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371263320, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380005064, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380011720, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380019880, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380025272, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369989128, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371815272, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371661304, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766367756696, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766367757368, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766367758040, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379642376, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766372136248, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766372127896, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766372133112, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766372531160, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371015768, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370791608, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370794488, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370797368, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373205752, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371001144, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371000136, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370994568, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370950040, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373285912, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371656456, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371650344, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370196552, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371648056, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373866792, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369316952, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369402744, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371652232, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371799896, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370420328, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370421000, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766372039112, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380002184, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766374293384, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380635240, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371471288, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380630712, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380633592, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371262408, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380634264, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766374460296, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371255928, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370398968, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368765496, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379122344, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766367761976, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766367760936, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371167544, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766375237528, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371814536, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370191112, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766372800744, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766374400360, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766374403256, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376543816, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376546680, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376549576, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376673816, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376677768, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766375031960, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766377175672, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766375156968, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371464536, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371465208, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766377308952, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766372038072, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369642200, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373283464, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373545576, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766367913576, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379150392, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766375072152, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766356013568, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766356013632, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766356013696, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766356012472, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379797256, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379140296, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766370041312, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766370041376, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766380669768, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766371456536, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766371456600, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766371455704, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379779768, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766379778568, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368661704, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372008968, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372009032, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372009096, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372009160, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372009224, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766372006408, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766372023928, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379909464, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379909528, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766379908600, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379919432, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372145632, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372145696, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372145760, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766372144472, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379923320, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372996408, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372996472, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372996536, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766372995336, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373011128, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373029296, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373029360, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373029424, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766373028296, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373031800, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373245176, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373245240, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373245304, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766373244104, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373033608, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373828288, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373828352, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373828416, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373828480, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766373826824, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766770486120, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766770448512, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766770450656, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766770453088, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766770453544, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766770446968, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759275584, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759277872, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759280304, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759282736, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759285168, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759287600, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766770483000, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759274040, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759339616, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759341760, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759259000, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759338328, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759327536, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759329968, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759274664, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759325128, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759399712, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759402144, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759404576, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759338840, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759398008, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759451200, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759453632, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759456128, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759458560, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759460992, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759398392, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759449080, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759439568, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759441856, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759433464, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759444312, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759519840, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759522272, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759524704, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759433704, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759517976, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759506368, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759508656, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759511088, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759500936, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759513592, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759588704, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759590992, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759593424, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759504664, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759586584, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759581072, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759627744, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759629888, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759582808, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759578952, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759666960, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759669392, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759671824, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759674256, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759579192, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759665672, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759662112, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759709216, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759656936, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759660104, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759700640, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759660632, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766370041440, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766370041504, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766370041568, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766370041632, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766370039128, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373101560, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766375206240, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766375206304, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766375205000, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379846264, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766356026872, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766356026936, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766356026024, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368538904, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379434616, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491671720, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766490224720, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766490652384, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491077280, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491296760, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492078824, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766490996416, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491004640, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491006528, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491008672, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491010960, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491013392, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766490370920, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766490831864, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491429376, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491431520, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766490832360, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491443000, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491409360, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491443576, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491407464, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491279344, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491281632, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491407704, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491288008, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491266208, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491268640, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491271072, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491288248, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491264136, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492600288, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492602576, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492605072, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492607504, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492609936, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491274744, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492598360, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492584096, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492586384, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492578248, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492581688, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492662944, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492665376, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492667808, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492594808, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492660840, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492655632, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492702384, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492704672, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492649880, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492653560, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492688176, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492690704, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492693136, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491383704, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492686264, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491513136, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491515424, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491512016, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491518424, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491517592, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491533536, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491535824, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491538256, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491540688, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492738184, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491338184, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492821520, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492826304, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491532440, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492827048, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492964736, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492980656, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492827432, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379434680, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379434744, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766379433528, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373091320, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368597032, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368597096, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368597160, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368597224, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368597288, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766368594424, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491442064, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491419808, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491419976, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491247752, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492616128, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491852864, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492440384, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492442528, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492444960, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492447392, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491897928, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491910744, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492068944, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492071088, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491910984, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766492066792, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491642288, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766491641424, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492072792, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491085032, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493129264, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493131552, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493133984, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491640824, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766493145384, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493146320, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493207008, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493209152, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493211584, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493214016, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491350120, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491113448, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493179840, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493181728, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492133448, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766493178552, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492118016, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493190624, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493193056, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766490926424, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766493188056, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766492288576, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493249616, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493251504, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491361336, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491667640, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493236624, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493238768, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493241056, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766492315368, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766491668600, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493297056, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493299488, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493301920, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766493235704, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766493294904, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493285936, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493288224, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493285072, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766493291808, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766491668984, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766356014296, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368567136, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368567200, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766368566264, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379171672, NULL, 0);
INSERT INTO `rwlock_instances` (`NAME`, `OBJECT_INSTANCE_BEGIN`, `WRITE_LOCKED_BY_THREAD_ID`, `READ_LOCKED_BY_COUNT`) VALUES
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766367581648, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766367581712, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766367581776, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766367580488, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766356091544, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368986520, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368986584, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368986648, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759037272, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759624968, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759423120, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759089888, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759037592, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759234504, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759058848, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759533424, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759871272, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759303144, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759335632, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766758933768, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759694824, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766758985552, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759699440, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759159576, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759309048, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766770443400, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759359400, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766368985432, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368307624, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379300496, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379300560, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379300624, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766379299496, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368991160, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766375224520, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759641896, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759370208, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759704408, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759153944, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759432496, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759347560, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759419704, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760738448, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759419944, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759243320, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766375224584, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766375224648, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766375223432, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766374392648, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766377269840, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766377269904, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766377269968, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766377270032, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766377268376, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379318856, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373250296, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369319840, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368085376, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766367973728, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766367809448, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766367611832, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766373285296, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379120560, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368262144, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766371660672, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369645072, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766370008672, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766372155672, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373229544, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379899408, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368167568, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766370801576, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379932552, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766367573920, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368263424, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766369404152, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371813496, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379199472, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379342080, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379344368, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766379199640, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370999064, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766380380592, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766380382480, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766380384912, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766380387344, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766373842496, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766379197784, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766373281240, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766373865328, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368297312, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766373281480, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766372885336, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368314800, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368316944, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368319088, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766379359832, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368312904, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766370052464, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766370054752, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766370057184, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766371177080, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370050312, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766373909376, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766373911808, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766373914240, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766370018200, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766375236488, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766370027312, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766370029600, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766370032032, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766372896200, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766370025416, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766374189472, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766374191616, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766374194048, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766374196480, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766373908232, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368293488, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379535376, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766380399440, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766379561256, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368054200, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379623952, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368384704, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377188352, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379859904, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766370765968, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766375189920, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766376881320, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766374983288, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369202960, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369205104, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766374983528, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369211144, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766375088624, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766375090912, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766369211752, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766375093080, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766375077872, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766375080160, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766375076752, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766375083016, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766375082184, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371291224, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766371226480, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766371300056, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371224072, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369279840, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369282128, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766371224568, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369277688, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766371196704, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766371198992, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766371201424, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766369295112, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371194552, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766371218992, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368964752, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368967040, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766371220728, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766371216584, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369273968, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369002640, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369004928, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766369255832, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379277320, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369019312, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369021600, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766369024032, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766368381144, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369030616, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766372943072, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766372945504, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766372947936, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766372950368, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766369000568, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766367529384, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766380401312, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766368305680, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766373855504, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766374968712, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766374954936, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766379795248, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766374183200, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376324832, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376326720, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376328608, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376331040, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766368270664, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376320984, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376587760, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376590048, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766370788552, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376586216, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376357328, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376359616, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766376356344, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376354920, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376567088, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376569376, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376571808, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766376373576, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376583208, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376910496, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376912640, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376915072, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376917504, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376919936, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766376583784, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376908232, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376662560, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376664848, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766376656456, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376660152, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376895920, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376898208, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766376900640, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766376656760, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376893656, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377111568, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377110704, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377120912, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766377113400, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766377109160, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377104384, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377155776, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377158208, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766377105832, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766377170856, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377139232, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377141760, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377144192, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766377133800, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766377154216, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377286208, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377288496, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377290928, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766377293360, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766377137544, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766758765064, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759875312, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766770436000, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766760550472, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759141560, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759882640, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759882032, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759393608, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766760711928, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759126496, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759128640, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759885096, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759124952, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759814144, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759816288, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759776776, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759813432, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759784432, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766759786576, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759779000, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766759783160, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760340880, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760343168, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760345600, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760352048, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760354480, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760360672, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760363104, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760369296, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760371728, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760377920, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760380352, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766759801480, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766760376792, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766760318168, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766760332904, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760434384, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766760432856, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766760431976, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760424096, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760426528, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760468704, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766760432680, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766760421688, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766760418152, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766760464888, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760524176, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760526608, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760529040, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766760538520, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766760535928, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760800416, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760802704, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760805136, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760812352, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760814912, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760817344, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760819776, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766760498136, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766760772024, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766760773736, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766760797752, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760889600, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760891888, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766760894320, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766760830632, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766760888008, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766760888600, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766760883736, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766761042424, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766370733320, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766370733384, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766370733448, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766370732232, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766371309488, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766371309552, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766371309616, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766371309680, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766371309744, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766371309808, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766371307320, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766369338992, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766369339056, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766369337752, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379610680, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766367558688, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766367558120, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379222120, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766372980608, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766368362264, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766377326840, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372152240, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372152304, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766372152368, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766372151128, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766377149848, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368245304, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368245368, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368245432, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368245496, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368245560, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368245624, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766368243112, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766379414392, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766377319144, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766377319208, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766377317880, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376643064, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766367487200, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766367486424, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766376352440, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379617008, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379617072, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766379616152, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766375211992, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368291248, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368291312, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368291376, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766368290152, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368718536, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373254464, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373254528, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373254592, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373254656, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766373254720, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766373251880, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368750136, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368770112, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368770176, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766368769224, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368762664, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379568136, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379568200, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379568264, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766379566952, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368556584, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379108784, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379108848, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379108912, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766379107688, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766691788424, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692277408, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694243880, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766694267432, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694604592, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694319104, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694439856, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694684168, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766694250936, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692072800, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694582992, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692517488, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692519376, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692521264, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766692523552, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694683880, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766691589800, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694791232, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694793376, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766691590040, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766691928872, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694773376, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694775808, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694271000, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766691641064, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694833808, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694835952, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694838384, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692474456, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766691965544, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694827696, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694830192, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694874240, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694876672, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694879104, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694772456, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766694825544, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694855536, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694857968, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766691784024, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766691911496, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766691844352, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766691848704, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766691850848, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694826072, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766691775288, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694927088, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694929232, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694931664, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766692402936, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692014680, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694899696, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694901840, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694904128, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694401736, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766694285496, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694918704, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694917584, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694967264, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694921560, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766694916296, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766695010336, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766695012768, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766695015200, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766695017632, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694916872, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766695008184, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694983984, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694986416, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694433400, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766692165304, NULL, 0),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 139766694994832, NULL, 0),
('wait/synch/sxlock/innodb/dict_table_stats', 139766694449640, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368974312, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379119192, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379119256, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766379119320, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766379118072, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766368005864, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368732208, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368732272, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766368732336, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766368731112, NULL, 0),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 139766369252488, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766377235256, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766377235320, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766377235384, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 139766377235448, NULL, 0),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 139766377233768, NULL, 0);

-- --------------------------------------------------------

--
-- Table structure for table `session_account_connect_attrs`
--

CREATE TABLE `session_account_connect_attrs` (
  `PROCESSLIST_ID` int(11) NOT NULL,
  `ATTR_NAME` varchar(32) COLLATE utf8_bin NOT NULL,
  `ATTR_VALUE` varchar(1024) COLLATE utf8_bin DEFAULT NULL,
  `ORDINAL_POSITION` int(11) DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

-- --------------------------------------------------------

--
-- Table structure for table `session_connect_attrs`
--

CREATE TABLE `session_connect_attrs` (
  `PROCESSLIST_ID` int(11) NOT NULL,
  `ATTR_NAME` varchar(32) COLLATE utf8_bin NOT NULL,
  `ATTR_VALUE` varchar(1024) COLLATE utf8_bin DEFAULT NULL,
  `ORDINAL_POSITION` int(11) DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

--
-- Dumping data for table `session_connect_attrs`
--

INSERT INTO `session_connect_attrs` (`PROCESSLIST_ID`, `ATTR_NAME`, `ATTR_VALUE`, `ORDINAL_POSITION`) VALUES
(5670, '_pid', '7780', 0),
(5670, 'program_name', 'MySQLWorkbench', 1),
(5670, '_client_name', 'libmysql', 2),
(5670, '_thread', '3080', 3),
(5670, '_client_version', '8.0.12', 4),
(5670, '_os', 'Win64', 5),
(5670, '_platform', 'x86_64', 6),
(5671, '_pid', '7780', 0),
(5671, 'program_name', 'MySQLWorkbench', 1),
(5671, '_client_name', 'libmysql', 2),
(5671, '_thread', '3080', 3),
(5671, '_client_version', '8.0.12', 4),
(5671, '_os', 'Win64', 5),
(5671, '_platform', 'x86_64', 6),
(5687, '_pid', '7780', 0),
(5687, 'program_name', 'MySQLWorkbench', 1),
(5687, '_client_name', 'libmysql', 2),
(5687, '_thread', '2860', 3),
(5687, '_client_version', '8.0.12', 4),
(5687, '_os', 'Win64', 5),
(5687, '_platform', 'x86_64', 6),
(5688, '_pid', '7780', 0),
(5688, 'program_name', 'MySQLWorkbench', 1),
(5688, '_client_name', 'libmysql', 2),
(5688, '_thread', '3924', 3),
(5688, '_client_version', '8.0.12', 4),
(5688, '_os', 'Win64', 5),
(5688, '_platform', 'x86_64', 6);

-- --------------------------------------------------------

--
-- Table structure for table `session_status`
--

CREATE TABLE `session_status` (
  `VARIABLE_NAME` varchar(64) NOT NULL,
  `VARIABLE_VALUE` varchar(1024) DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `session_status`
--

INSERT INTO `session_status` (`VARIABLE_NAME`, `VARIABLE_VALUE`) VALUES
('Aborted_clients', '4'),
('Aborted_connects', '302'),
('Binlog_cache_disk_use', '0'),
('Binlog_cache_use', '0'),
('Binlog_stmt_cache_disk_use', '0'),
('Binlog_stmt_cache_use', '0'),
('Bytes_received', '167031'),
('Bytes_sent', '5645100'),
('Com_stmt_reprepare', '0'),
('Compression', 'OFF'),
('Connection_errors_accept', '0'),
('Connection_errors_internal', '0'),
('Connection_errors_max_connections', '0'),
('Connection_errors_peer_address', '0'),
('Connection_errors_select', '0'),
('Connection_errors_tcpwrap', '0'),
('Connections', '6021'),
('Created_tmp_disk_tables', '199'),
('Created_tmp_files', '18'),
('Created_tmp_tables', '332'),
('Delayed_errors', '0'),
('Delayed_insert_threads', '0'),
('Delayed_writes', '0'),
('Flush_commands', '1'),
('Handler_commit', '0'),
('Handler_delete', '0'),
('Handler_discover', '0'),
('Handler_external_lock', '135'),
('Handler_mrr_init', '0'),
('Handler_prepare', '0'),
('Handler_read_first', '201'),
('Handler_read_key', '199'),
('Handler_read_last', '0'),
('Handler_read_next', '96'),
('Handler_read_prev', '0'),
('Handler_read_rnd', '66'),
('Handler_read_rnd_next', '68339'),
('Handler_rollback', '0'),
('Handler_savepoint', '0'),
('Handler_savepoint_rollback', '0'),
('Handler_update', '0'),
('Handler_write', '167'),
('Innodb_buffer_pool_dump_status', 'Dumping of buffer pool not started'),
('Innodb_buffer_pool_load_status', 'Buffer pool(s) load completed at 181003 21:23:02'),
('Innodb_buffer_pool_resize_status', ''),
('Innodb_buffer_pool_pages_data', '1959'),
('Innodb_buffer_pool_bytes_data', '32096256'),
('Innodb_buffer_pool_pages_dirty', '3'),
('Innodb_buffer_pool_bytes_dirty', '49152'),
('Innodb_buffer_pool_pages_flushed', '1396'),
('Innodb_buffer_pool_pages_free', '6199'),
('Innodb_buffer_pool_pages_misc', '34'),
('Innodb_buffer_pool_pages_total', '8192'),
('Innodb_buffer_pool_read_ahead_rnd', '0'),
('Innodb_buffer_pool_read_ahead', '0'),
('Innodb_buffer_pool_read_ahead_evicted', '0'),
('Innodb_buffer_pool_read_requests', '271420'),
('Innodb_buffer_pool_reads', '1891'),
('Innodb_buffer_pool_wait_free', '0'),
('Innodb_buffer_pool_write_requests', '53770'),
('Innodb_data_fsyncs', '606'),
('Innodb_data_pending_fsyncs', '0'),
('Innodb_data_pending_reads', '0'),
('Innodb_data_pending_writes', '0'),
('Innodb_data_read', '31052288'),
('Innodb_data_reads', '2124'),
('Innodb_data_writes', '1896'),
('Innodb_data_written', '38090752'),
('Innodb_dblwr_pages_written', '860'),
('Innodb_dblwr_writes', '66'),
('Innodb_log_waits', '0'),
('Innodb_log_write_requests', '1356'),
('Innodb_log_writes', '321'),
('Innodb_os_log_fsyncs', '419'),
('Innodb_os_log_pending_fsyncs', '0'),
('Innodb_os_log_pending_writes', '0'),
('Innodb_os_log_written', '1078272'),
('Innodb_page_size', '16384'),
('Innodb_pages_created', '69'),
('Innodb_pages_read', '1890'),
('Innodb_pages_written', '1396'),
('Innodb_row_lock_current_waits', '0'),
('Innodb_row_lock_time', '0'),
('Innodb_row_lock_time_avg', '0'),
('Innodb_row_lock_time_max', '0'),
('Innodb_row_lock_waits', '0'),
('Innodb_rows_deleted', '35'),
('Innodb_rows_inserted', '7578'),
('Innodb_rows_read', '198101'),
('Innodb_rows_updated', '122'),
('Innodb_num_open_files', '225'),
('Innodb_truncated_status_writes', '0'),
('Innodb_available_undo_logs', '128'),
('Key_blocks_not_flushed', '0'),
('Key_blocks_unused', '13394'),
('Key_blocks_used', '4'),
('Key_read_requests', '426'),
('Key_reads', '7'),
('Key_write_requests', '0'),
('Key_writes', '0'),
('Last_query_cost', '12.499000'),
('Last_query_partial_plans', '1'),
('Locked_connects', '0'),
('Max_execution_time_exceeded', '0'),
('Max_execution_time_set', '0'),
('Max_execution_time_set_failed', '0'),
('Max_used_connections', '9'),
('Max_used_connections_time', '2018-10-04 12:12:13'),
('Not_flushed_delayed_rows', '0'),
('Ongoing_anonymous_transaction_count', '0'),
('Open_files', '160'),
('Open_streams', '0'),
('Open_table_definitions', '455'),
('Open_tables', '408'),
('Opened_files', '1305'),
('Opened_table_definitions', '0'),
('Opened_tables', '66'),
('Performance_schema_accounts_lost', '0'),
('Performance_schema_cond_classes_lost', '0'),
('Performance_schema_cond_instances_lost', '0'),
('Performance_schema_digest_lost', '0'),
('Performance_schema_file_classes_lost', '0'),
('Performance_schema_file_handles_lost', '0'),
('Performance_schema_file_instances_lost', '0'),
('Performance_schema_hosts_lost', '0'),
('Performance_schema_index_stat_lost', '0'),
('Performance_schema_locker_lost', '0'),
('Performance_schema_memory_classes_lost', '0'),
('Performance_schema_metadata_lock_lost', '0'),
('Performance_schema_mutex_classes_lost', '0'),
('Performance_schema_mutex_instances_lost', '0'),
('Performance_schema_nested_statement_lost', '0'),
('Performance_schema_prepared_statements_lost', '0'),
('Performance_schema_program_lost', '0'),
('Performance_schema_rwlock_classes_lost', '0'),
('Performance_schema_rwlock_instances_lost', '0'),
('Performance_schema_session_connect_attrs_lost', '0'),
('Performance_schema_socket_classes_lost', '0'),
('Performance_schema_socket_instances_lost', '0'),
('Performance_schema_stage_classes_lost', '0'),
('Performance_schema_statement_classes_lost', '0'),
('Performance_schema_table_handles_lost', '0'),
('Performance_schema_table_instances_lost', '0'),
('Performance_schema_table_lock_stat_lost', '0'),
('Performance_schema_thread_classes_lost', '0'),
('Performance_schema_thread_instances_lost', '0'),
('Performance_schema_users_lost', '0'),
('Prepared_stmt_count', '0'),
('Qcache_free_blocks', '1'),
('Qcache_free_memory', '16760152'),
('Qcache_hits', '0'),
('Qcache_inserts', '0'),
('Qcache_lowmem_prunes', '0'),
('Qcache_not_cached', '12210'),
('Qcache_queries_in_cache', '0'),
('Qcache_total_blocks', '1'),
('Queries', '79302'),
('Questions', '538'),
('Select_full_join', '0'),
('Select_full_range_join', '0'),
('Select_range', '0'),
('Select_range_check', '0'),
('Select_scan', '398'),
('Slave_open_temp_tables', '0'),
('Slow_launch_threads', '0'),
('Slow_queries', '0'),
('Sort_merge_passes', '0'),
('Sort_range', '0'),
('Sort_rows', '66'),
('Sort_scan', '66'),
('Ssl_accept_renegotiates', '0'),
('Ssl_accepts', '0'),
('Ssl_callback_cache_hits', '0'),
('Ssl_cipher', ''),
('Ssl_cipher_list', ''),
('Ssl_client_connects', '0'),
('Ssl_connect_renegotiates', '0'),
('Ssl_ctx_verify_depth', '0'),
('Ssl_ctx_verify_mode', '0'),
('Ssl_default_timeout', '0'),
('Ssl_finished_accepts', '0'),
('Ssl_finished_connects', '0'),
('Ssl_server_not_after', ''),
('Ssl_server_not_before', ''),
('Ssl_session_cache_hits', '0'),
('Ssl_session_cache_misses', '0'),
('Ssl_session_cache_mode', 'NONE'),
('Ssl_session_cache_overflows', '0'),
('Ssl_session_cache_size', '0'),
('Ssl_session_cache_timeouts', '0'),
('Ssl_sessions_reused', '0'),
('Ssl_used_session_cache_entries', '0'),
('Ssl_verify_depth', '0'),
('Ssl_verify_mode', '0'),
('Ssl_version', ''),
('Table_locks_immediate', '615'),
('Table_locks_waited', '0'),
('Table_open_cache_hits', '266'),
('Table_open_cache_misses', '66'),
('Table_open_cache_overflows', '53'),
('Tc_log_max_pages_used', '0'),
('Tc_log_page_size', '0'),
('Tc_log_page_waits', '0'),
('Threads_cached', '2'),
('Threads_connected', '7'),
('Threads_created', '9'),
('Threads_running', '1'),
('Uptime', '53472'),
('Uptime_since_flush_status', '53472');

-- --------------------------------------------------------

--
-- Table structure for table `session_variables`
--

CREATE TABLE `session_variables` (
  `VARIABLE_NAME` varchar(64) NOT NULL,
  `VARIABLE_VALUE` varchar(1024) DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `session_variables`
--

INSERT INTO `session_variables` (`VARIABLE_NAME`, `VARIABLE_VALUE`) VALUES
('auto_increment_increment', '1'),
('auto_increment_offset', '1'),
('autocommit', 'ON'),
('automatic_sp_privileges', 'ON'),
('avoid_temporal_upgrade', 'OFF'),
('back_log', '80'),
('basedir', '/usr/'),
('big_tables', 'OFF'),
('bind_address', '0.0.0.0'),
('binlog_cache_size', '32768'),
('binlog_checksum', 'CRC32'),
('binlog_direct_non_transactional_updates', 'OFF'),
('binlog_error_action', 'ABORT_SERVER'),
('binlog_format', 'ROW'),
('binlog_group_commit_sync_delay', '0'),
('binlog_group_commit_sync_no_delay_count', '0'),
('binlog_gtid_simple_recovery', 'ON'),
('binlog_max_flush_queue_time', '0'),
('binlog_order_commits', 'ON'),
('binlog_row_image', 'FULL'),
('binlog_rows_query_log_events', 'OFF'),
('binlog_stmt_cache_size', '32768'),
('binlog_transaction_dependency_history_size', '25000'),
('binlog_transaction_dependency_tracking', 'COMMIT_ORDER'),
('block_encryption_mode', 'aes-128-ecb'),
('bulk_insert_buffer_size', '8388608'),
('character_set_client', 'utf8mb4'),
('character_set_connection', 'utf8mb4'),
('character_set_database', 'latin1'),
('character_set_filesystem', 'binary'),
('character_set_results', 'utf8mb4'),
('character_set_server', 'latin1'),
('character_set_system', 'utf8'),
('character_sets_dir', '/usr/share/mysql/charsets/'),
('check_proxy_users', 'OFF'),
('collation_connection', 'utf8mb4_unicode_ci'),
('collation_database', 'latin1_swedish_ci'),
('collation_server', 'latin1_swedish_ci'),
('completion_type', 'NO_CHAIN'),
('concurrent_insert', 'AUTO'),
('connect_timeout', '10'),
('core_file', 'OFF'),
('datadir', '/var/lib/mysql/'),
('date_format', '%Y-%m-%d'),
('datetime_format', '%Y-%m-%d %H:%i:%s'),
('default_authentication_plugin', 'mysql_native_password'),
('default_password_lifetime', '0'),
('default_storage_engine', 'InnoDB'),
('default_tmp_storage_engine', 'InnoDB'),
('default_week_format', '0'),
('delay_key_write', 'ON'),
('delayed_insert_limit', '100'),
('delayed_insert_timeout', '300'),
('delayed_queue_size', '1000'),
('disabled_storage_engines', ''),
('disconnect_on_expired_password', 'ON'),
('div_precision_increment', '4'),
('end_markers_in_json', 'OFF'),
('enforce_gtid_consistency', 'OFF'),
('eq_range_index_dive_limit', '200'),
('error_count', '0'),
('event_scheduler', 'OFF'),
('expire_logs_days', '10'),
('explicit_defaults_for_timestamp', 'OFF'),
('external_user', ''),
('flush', 'OFF'),
('flush_time', '0'),
('foreign_key_checks', 'ON'),
('ft_boolean_syntax', '+ -><()~*:\"\"&|'),
('ft_max_word_len', '84'),
('ft_min_word_len', '4'),
('ft_query_expansion_limit', '20'),
('ft_stopword_file', '(built-in)'),
('general_log', 'OFF'),
('general_log_file', '/var/lib/mysql/cappen-dev.log'),
('group_concat_max_len', '1024'),
('gtid_executed_compression_period', '1000'),
('gtid_mode', 'OFF'),
('gtid_next', 'AUTOMATIC'),
('gtid_owned', ''),
('gtid_purged', ''),
('have_compress', 'YES'),
('have_crypt', 'YES'),
('have_dynamic_loading', 'YES'),
('have_geometry', 'YES'),
('have_openssl', 'DISABLED'),
('have_profiling', 'YES'),
('have_query_cache', 'YES'),
('have_rtree_keys', 'YES'),
('have_ssl', 'DISABLED'),
('have_statement_timeout', 'YES'),
('have_symlink', 'YES'),
('host_cache_size', '279'),
('hostname', 'cappen-dev'),
('identity', '0'),
('ignore_builtin_innodb', 'OFF'),
('ignore_db_dirs', ''),
('init_connect', ''),
('init_file', ''),
('init_slave', ''),
('innodb_adaptive_flushing', 'ON'),
('innodb_adaptive_flushing_lwm', '10'),
('innodb_adaptive_hash_index', 'ON'),
('innodb_adaptive_hash_index_parts', '8'),
('innodb_adaptive_max_sleep_delay', '150000'),
('innodb_api_bk_commit_interval', '5'),
('innodb_api_disable_rowlock', 'OFF'),
('innodb_api_enable_binlog', 'OFF'),
('innodb_api_enable_mdl', 'OFF'),
('innodb_api_trx_level', '0'),
('innodb_autoextend_increment', '64'),
('innodb_autoinc_lock_mode', '1'),
('innodb_buffer_pool_chunk_size', '134217728'),
('innodb_buffer_pool_dump_at_shutdown', 'ON'),
('innodb_buffer_pool_dump_now', 'OFF'),
('innodb_buffer_pool_dump_pct', '25'),
('innodb_buffer_pool_filename', 'ib_buffer_pool'),
('innodb_buffer_pool_instances', '1'),
('innodb_buffer_pool_load_abort', 'OFF'),
('innodb_buffer_pool_load_at_startup', 'ON'),
('innodb_buffer_pool_load_now', 'OFF'),
('innodb_buffer_pool_size', '134217728'),
('innodb_change_buffer_max_size', '25'),
('innodb_change_buffering', 'all'),
('innodb_checksum_algorithm', 'crc32'),
('innodb_checksums', 'ON'),
('innodb_cmp_per_index_enabled', 'OFF'),
('innodb_commit_concurrency', '0'),
('innodb_compression_failure_threshold_pct', '5'),
('innodb_compression_level', '6'),
('innodb_compression_pad_pct_max', '50'),
('innodb_concurrency_tickets', '5000'),
('innodb_data_file_path', 'ibdata1:12M:autoextend'),
('innodb_data_home_dir', ''),
('innodb_deadlock_detect', 'ON'),
('innodb_default_row_format', 'dynamic'),
('innodb_disable_sort_file_cache', 'OFF'),
('innodb_doublewrite', 'ON'),
('innodb_fast_shutdown', '1'),
('innodb_file_format', 'Barracuda'),
('innodb_file_format_check', 'ON'),
('innodb_file_format_max', 'Barracuda'),
('innodb_file_per_table', 'ON'),
('innodb_fill_factor', '100'),
('innodb_flush_log_at_timeout', '1'),
('innodb_flush_log_at_trx_commit', '1'),
('innodb_flush_method', ''),
('innodb_flush_neighbors', '1'),
('innodb_flush_sync', 'ON'),
('innodb_flushing_avg_loops', '30'),
('innodb_force_load_corrupted', 'OFF'),
('innodb_force_recovery', '0'),
('innodb_ft_aux_table', ''),
('innodb_ft_cache_size', '8000000'),
('innodb_ft_enable_diag_print', 'OFF'),
('innodb_ft_enable_stopword', 'ON'),
('innodb_ft_max_token_size', '84'),
('innodb_ft_min_token_size', '3'),
('innodb_ft_num_word_optimize', '2000'),
('innodb_ft_result_cache_limit', '2000000000'),
('innodb_ft_server_stopword_table', ''),
('innodb_ft_sort_pll_degree', '2'),
('innodb_ft_total_cache_size', '640000000'),
('innodb_ft_user_stopword_table', ''),
('innodb_io_capacity', '200'),
('innodb_io_capacity_max', '2000'),
('innodb_large_prefix', 'ON'),
('innodb_lock_wait_timeout', '50'),
('innodb_locks_unsafe_for_binlog', 'OFF'),
('innodb_log_buffer_size', '16777216'),
('innodb_log_checksums', 'ON'),
('innodb_log_compressed_pages', 'ON'),
('innodb_log_file_size', '50331648'),
('innodb_log_files_in_group', '2'),
('innodb_log_group_home_dir', './'),
('innodb_log_write_ahead_size', '8192'),
('innodb_lru_scan_depth', '1024'),
('innodb_max_dirty_pages_pct', '75.000000'),
('innodb_max_dirty_pages_pct_lwm', '0.000000'),
('innodb_max_purge_lag', '0'),
('innodb_max_purge_lag_delay', '0'),
('innodb_max_undo_log_size', '1073741824'),
('innodb_monitor_disable', ''),
('innodb_monitor_enable', ''),
('innodb_monitor_reset', ''),
('innodb_monitor_reset_all', ''),
('innodb_numa_interleave', 'OFF'),
('innodb_old_blocks_pct', '37'),
('innodb_old_blocks_time', '1000'),
('innodb_online_alter_log_max_size', '134217728'),
('innodb_open_files', '431'),
('innodb_optimize_fulltext_only', 'OFF'),
('innodb_page_cleaners', '1'),
('innodb_page_size', '16384'),
('innodb_print_all_deadlocks', 'OFF'),
('innodb_purge_batch_size', '300'),
('innodb_purge_rseg_truncate_frequency', '128'),
('innodb_purge_threads', '4'),
('innodb_random_read_ahead', 'OFF'),
('innodb_read_ahead_threshold', '56'),
('innodb_read_io_threads', '4'),
('innodb_read_only', 'OFF'),
('innodb_replication_delay', '0'),
('innodb_rollback_on_timeout', 'OFF'),
('innodb_rollback_segments', '128'),
('innodb_sort_buffer_size', '1048576'),
('innodb_spin_wait_delay', '6'),
('innodb_stats_auto_recalc', 'ON'),
('innodb_stats_include_delete_marked', 'OFF'),
('innodb_stats_method', 'nulls_equal'),
('innodb_stats_on_metadata', 'OFF'),
('innodb_stats_persistent', 'ON'),
('innodb_stats_persistent_sample_pages', '20'),
('innodb_stats_sample_pages', '8'),
('innodb_stats_transient_sample_pages', '8'),
('innodb_status_output', 'OFF'),
('innodb_status_output_locks', 'OFF'),
('innodb_strict_mode', 'ON'),
('innodb_support_xa', 'ON'),
('innodb_sync_array_size', '1'),
('innodb_sync_spin_loops', '30'),
('innodb_table_locks', 'ON'),
('innodb_temp_data_file_path', 'ibtmp1:12M:autoextend'),
('innodb_thread_concurrency', '0'),
('innodb_thread_sleep_delay', '10000'),
('innodb_tmpdir', ''),
('innodb_undo_directory', './'),
('innodb_undo_log_truncate', 'OFF'),
('innodb_undo_logs', '128'),
('innodb_undo_tablespaces', '0'),
('innodb_use_native_aio', 'ON'),
('innodb_version', '5.7.23'),
('innodb_write_io_threads', '4'),
('insert_id', '0'),
('interactive_timeout', '28800'),
('internal_tmp_disk_storage_engine', 'InnoDB'),
('join_buffer_size', '262144'),
('keep_files_on_create', 'OFF'),
('key_buffer_size', '16777216'),
('key_cache_age_threshold', '300'),
('key_cache_block_size', '1024'),
('key_cache_division_limit', '100'),
('keyring_operations', 'ON'),
('large_files_support', 'ON'),
('large_page_size', '0'),
('large_pages', 'OFF'),
('last_insert_id', '0'),
('lc_messages', 'en_US'),
('lc_messages_dir', '/usr/share/mysql/'),
('lc_time_names', 'en_US'),
('license', 'GPL'),
('local_infile', 'ON'),
('lock_wait_timeout', '31536000'),
('locked_in_memory', 'OFF'),
('log_bin', 'OFF'),
('log_bin_basename', ''),
('log_bin_index', ''),
('log_bin_trust_function_creators', 'OFF'),
('log_bin_use_v1_row_events', 'OFF'),
('log_builtin_as_identified_by_password', 'OFF'),
('log_error', '/var/log/mysql/error.log'),
('log_error_verbosity', '3'),
('log_output', 'FILE'),
('log_queries_not_using_indexes', 'OFF'),
('log_slave_updates', 'OFF'),
('log_slow_admin_statements', 'OFF'),
('log_slow_slave_statements', 'OFF'),
('log_statements_unsafe_for_binlog', 'ON'),
('log_syslog', 'OFF'),
('log_syslog_facility', 'daemon'),
('log_syslog_include_pid', 'ON'),
('log_syslog_tag', ''),
('log_throttle_queries_not_using_indexes', '0'),
('log_timestamps', 'UTC'),
('log_warnings', '2'),
('long_query_time', '10.000000'),
('low_priority_updates', 'OFF'),
('lower_case_file_system', 'OFF'),
('lower_case_table_names', '0'),
('master_info_repository', 'FILE'),
('master_verify_checksum', 'OFF'),
('max_allowed_packet', '52428800'),
('max_binlog_cache_size', '18446744073709547520'),
('max_binlog_size', '104857600'),
('max_binlog_stmt_cache_size', '18446744073709547520'),
('max_connect_errors', '100'),
('max_connections', '151'),
('max_delayed_threads', '20'),
('max_digest_length', '1024'),
('max_error_count', '64'),
('max_execution_time', '0'),
('max_heap_table_size', '16777216'),
('max_insert_delayed_threads', '20'),
('max_join_size', '18446744073709551615'),
('max_length_for_sort_data', '1024'),
('max_points_in_geometry', '65536'),
('max_prepared_stmt_count', '16382'),
('max_relay_log_size', '0'),
('max_seeks_for_key', '18446744073709551615'),
('max_sort_length', '1024'),
('max_sp_recursion_depth', '0'),
('max_tmp_tables', '32'),
('max_user_connections', '0'),
('max_write_lock_count', '18446744073709551615'),
('metadata_locks_cache_size', '1024'),
('metadata_locks_hash_instances', '8'),
('min_examined_row_limit', '0'),
('multi_range_count', '256'),
('myisam_data_pointer_size', '6'),
('myisam_max_sort_file_size', '9223372036853727232'),
('myisam_mmap_size', '18446744073709551615'),
('myisam_recover_options', 'BACKUP'),
('myisam_repair_threads', '1'),
('myisam_sort_buffer_size', '8388608'),
('myisam_stats_method', 'nulls_unequal'),
('myisam_use_mmap', 'OFF'),
('mysql_native_password_proxy_users', 'OFF'),
('net_buffer_length', '16384'),
('net_read_timeout', '30'),
('net_retry_count', '10'),
('net_write_timeout', '60'),
('new', 'OFF'),
('ngram_token_size', '2'),
('offline_mode', 'OFF'),
('old', 'OFF'),
('old_alter_table', 'OFF'),
('old_passwords', '0'),
('open_files_limit', '1024'),
('optimizer_prune_level', '1'),
('optimizer_search_depth', '62'),
('optimizer_switch', 'index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,engine_condition_pushdown=on,index_condition_pushdown=on,mrr=on,mrr_cost_based=on,block_nested_loop=on,batched_key_access=off,materialization=on,semijoin=on,loosescan=on,firstmatch=on,duplicateweedout=on,subquery_materialization_cost_based=on,use_index_extensions=on,condition_fanout_filter=on,derived_merge=on'),
('optimizer_trace', 'enabled=off,one_line=off'),
('optimizer_trace_features', 'greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on'),
('optimizer_trace_limit', '1'),
('optimizer_trace_max_mem_size', '16384'),
('optimizer_trace_offset', '-1'),
('parser_max_mem_size', '18446744073709551615'),
('performance_schema', 'ON'),
('performance_schema_accounts_size', '-1'),
('performance_schema_digests_size', '5000'),
('performance_schema_events_stages_history_long_size', '1000'),
('performance_schema_events_stages_history_size', '10'),
('performance_schema_events_statements_history_long_size', '1000'),
('performance_schema_events_statements_history_size', '10'),
('performance_schema_events_transactions_history_long_size', '1000'),
('performance_schema_events_transactions_history_size', '10'),
('performance_schema_events_waits_history_long_size', '1000'),
('performance_schema_events_waits_history_size', '10'),
('performance_schema_hosts_size', '-1'),
('performance_schema_max_cond_classes', '80'),
('performance_schema_max_cond_instances', '-1'),
('performance_schema_max_digest_length', '1024'),
('performance_schema_max_file_classes', '80'),
('performance_schema_max_file_handles', '32768'),
('performance_schema_max_file_instances', '-1'),
('performance_schema_max_index_stat', '-1'),
('performance_schema_max_memory_classes', '320'),
('performance_schema_max_metadata_locks', '-1'),
('performance_schema_max_mutex_classes', '210'),
('performance_schema_max_mutex_instances', '-1'),
('performance_schema_max_prepared_statements_instances', '-1'),
('performance_schema_max_program_instances', '-1'),
('performance_schema_max_rwlock_classes', '40'),
('performance_schema_max_rwlock_instances', '-1'),
('performance_schema_max_socket_classes', '10'),
('performance_schema_max_socket_instances', '-1'),
('performance_schema_max_sql_text_length', '1024'),
('performance_schema_max_stage_classes', '150'),
('performance_schema_max_statement_classes', '193'),
('performance_schema_max_statement_stack', '10'),
('performance_schema_max_table_handles', '-1'),
('performance_schema_max_table_instances', '-1'),
('performance_schema_max_table_lock_stat', '-1'),
('performance_schema_max_thread_classes', '50'),
('performance_schema_max_thread_instances', '-1'),
('performance_schema_session_connect_attrs_size', '512'),
('performance_schema_setup_actors_size', '-1'),
('performance_schema_setup_objects_size', '-1'),
('performance_schema_users_size', '-1'),
('pid_file', '/var/run/mysqld/mysqld.pid'),
('plugin_dir', '/usr/lib/mysql/plugin/'),
('port', '3306'),
('preload_buffer_size', '32768'),
('profiling', 'OFF'),
('profiling_history_size', '15'),
('protocol_version', '10'),
('proxy_user', ''),
('pseudo_slave_mode', 'OFF'),
('pseudo_thread_id', '6019'),
('query_alloc_block_size', '8192'),
('query_cache_limit', '1048576'),
('query_cache_min_res_unit', '4096'),
('query_cache_size', '16777216'),
('query_cache_type', 'OFF'),
('query_cache_wlock_invalidate', 'OFF'),
('query_prealloc_size', '8192'),
('rand_seed1', '0'),
('rand_seed2', '0'),
('range_alloc_block_size', '4096'),
('range_optimizer_max_mem_size', '8388608'),
('rbr_exec_mode', 'STRICT'),
('read_buffer_size', '131072'),
('read_only', 'OFF'),
('read_rnd_buffer_size', '262144'),
('relay_log', ''),
('relay_log_basename', '/var/lib/mysql/cappen-dev-relay-bin'),
('relay_log_index', '/var/lib/mysql/cappen-dev-relay-bin.index'),
('relay_log_info_file', 'relay-log.info'),
('relay_log_info_repository', 'FILE'),
('relay_log_purge', 'ON'),
('relay_log_recovery', 'OFF'),
('relay_log_space_limit', '0'),
('report_host', ''),
('report_password', ''),
('report_port', '3306'),
('report_user', ''),
('require_secure_transport', 'OFF'),
('rpl_stop_slave_timeout', '31536000'),
('secure_auth', 'ON'),
('secure_file_priv', '/var/lib/mysql-files/'),
('server_id', '0'),
('server_id_bits', '32'),
('server_uuid', 'f784e833-6350-11e7-a26d-22982673de1b'),
('session_track_gtids', 'OFF'),
('session_track_schema', 'ON'),
('session_track_state_change', 'OFF'),
('session_track_system_variables', 'time_zone,autocommit,character_set_client,character_set_results,character_set_connection'),
('session_track_transaction_info', 'OFF'),
('sha256_password_proxy_users', 'OFF'),
('show_compatibility_56', 'OFF'),
('show_create_table_verbosity', 'OFF'),
('show_old_temporals', 'OFF'),
('skip_external_locking', 'ON'),
('skip_name_resolve', 'ON'),
('skip_networking', 'OFF'),
('skip_show_database', 'OFF'),
('slave_allow_batching', 'OFF'),
('slave_checkpoint_group', '512'),
('slave_checkpoint_period', '300'),
('slave_compressed_protocol', 'OFF'),
('slave_exec_mode', 'STRICT'),
('slave_load_tmpdir', '/tmp'),
('slave_max_allowed_packet', '1073741824'),
('slave_net_timeout', '60'),
('slave_parallel_type', 'DATABASE'),
('slave_parallel_workers', '0'),
('slave_pending_jobs_size_max', '16777216'),
('slave_preserve_commit_order', 'OFF'),
('slave_rows_search_algorithms', 'TABLE_SCAN,INDEX_SCAN'),
('slave_skip_errors', 'OFF'),
('slave_sql_verify_checksum', 'ON'),
('slave_transaction_retries', '10'),
('slave_type_conversions', ''),
('slow_launch_time', '2'),
('slow_query_log', 'OFF'),
('slow_query_log_file', '/var/lib/mysql/cappen-dev-slow.log'),
('socket', '/var/run/mysqld/mysqld.sock'),
('sort_buffer_size', '262144'),
('sql_auto_is_null', 'OFF'),
('sql_big_selects', 'ON'),
('sql_buffer_result', 'OFF'),
('sql_log_bin', 'ON'),
('sql_log_off', 'OFF'),
('sql_mode', ''),
('sql_notes', 'ON'),
('sql_quote_show_create', 'ON'),
('sql_safe_updates', 'OFF'),
('sql_select_limit', '18446744073709551615'),
('sql_slave_skip_counter', '0'),
('sql_warnings', 'OFF'),
('ssl_ca', ''),
('ssl_capath', ''),
('ssl_cert', ''),
('ssl_cipher', ''),
('ssl_crl', ''),
('ssl_crlpath', ''),
('ssl_key', ''),
('stored_program_cache', '256'),
('super_read_only', 'OFF'),
('sync_binlog', '1'),
('sync_frm', 'ON'),
('sync_master_info', '10000'),
('sync_relay_log', '10000'),
('sync_relay_log_info', '10000'),
('system_time_zone', 'UTC'),
('table_definition_cache', '615'),
('table_open_cache', '431'),
('table_open_cache_instances', '16'),
('thread_cache_size', '8'),
('thread_handling', 'one-thread-per-connection'),
('thread_stack', '196608'),
('time_format', '%H:%i:%s'),
('time_zone', '+00:00'),
('timestamp', '1538655254.005881'),
('tls_version', 'TLSv1,TLSv1.1'),
('tmp_table_size', '16777216'),
('tmpdir', '/tmp'),
('transaction_alloc_block_size', '8192'),
('transaction_allow_batching', 'OFF'),
('transaction_isolation', 'REPEATABLE-READ'),
('transaction_prealloc_size', '4096'),
('transaction_read_only', 'OFF'),
('transaction_write_set_extraction', 'OFF'),
('tx_isolation', 'REPEATABLE-READ'),
('tx_read_only', 'OFF'),
('unique_checks', 'ON'),
('updatable_views_with_limit', 'YES'),
('version', '5.7.23-0ubuntu0.16.04.1'),
('version_comment', '(Ubuntu)'),
('version_compile_machine', 'x86_64'),
('version_compile_os', 'Linux'),
('wait_timeout', '28800'),
('warning_count', '0');

-- --------------------------------------------------------

--
-- Table structure for table `setup_actors`
--

CREATE TABLE `setup_actors` (
  `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%',
  `USER` char(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%',
  `ROLE` char(16) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '%',
  `ENABLED` enum('YES','NO') NOT NULL DEFAULT 'YES',
  `HISTORY` enum('YES','NO') NOT NULL DEFAULT 'YES'
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `setup_actors`
--

INSERT INTO `setup_actors` (`HOST`, `USER`, `ROLE`, `ENABLED`, `HISTORY`) VALUES
('%', '%', '%', 'YES', 'YES');

-- --------------------------------------------------------

--
-- Table structure for table `setup_consumers`
--

CREATE TABLE `setup_consumers` (
  `NAME` varchar(64) NOT NULL,
  `ENABLED` enum('YES','NO') NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `setup_consumers`
--

INSERT INTO `setup_consumers` (`NAME`, `ENABLED`) VALUES
('events_stages_current', 'NO'),
('events_stages_history', 'NO'),
('events_stages_history_long', 'NO'),
('events_statements_current', 'YES'),
('events_statements_history', 'YES'),
('events_statements_history_long', 'NO'),
('events_transactions_current', 'NO'),
('events_transactions_history', 'NO'),
('events_transactions_history_long', 'NO'),
('events_waits_current', 'NO'),
('events_waits_history', 'NO'),
('events_waits_history_long', 'NO'),
('global_instrumentation', 'YES'),
('thread_instrumentation', 'YES'),
('statements_digest', 'YES');

-- --------------------------------------------------------

--
-- Table structure for table `setup_instruments`
--

CREATE TABLE `setup_instruments` (
  `NAME` varchar(128) NOT NULL,
  `ENABLED` enum('YES','NO') NOT NULL,
  `TIMED` enum('YES','NO') NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `setup_instruments`
--

INSERT INTO `setup_instruments` (`NAME`, `ENABLED`, `TIMED`) VALUES
('wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_des_key_file', 'NO', 'NO'),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit', 'NO', 'NO'),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue', 'NO', 'NO'),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done', 'NO', 'NO'),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue', 'NO', 'NO'),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index', 'NO', 'NO'),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_log', 'NO', 'NO'),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos', 'NO', 'NO'),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync', 'NO', 'NO'),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_sync_queue', 'NO', 'NO'),
('wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xids', 'NO', 'NO'),
('wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit', 'NO', 'NO'),
('wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_commit_queue', 'NO', 'NO'),
('wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_done', 'NO', 'NO'),
('wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_flush_queue', 'NO', 'NO'),
('wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_index', 'NO', 'NO'),
('wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_log', 'NO', 'NO'),
('wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync', 'NO', 'NO'),
('wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync_queue', 'NO', 'NO'),
('wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_xids', 'NO', 'NO'),
('wait/synch/mutex/sql/hash_filo::lock', 'NO', 'NO'),
('wait/synch/mutex/sql/Gtid_set::gtid_executed::free_intervals_mutex', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_crypt', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_error_log', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_gdl', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_global_system_variables', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_manager', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_prepared_stmt_count', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_sql_slave_skip_counter', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_slave_net_timeout', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_server_started', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_keyring_operations', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_socket_listener_active', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_start_signal_handler', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_status', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_system_variables_hash', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_table_share', 'NO', 'NO'),
('wait/synch/mutex/sql/THD::LOCK_thd_data', 'NO', 'NO'),
('wait/synch/mutex/sql/THD::LOCK_thd_query', 'NO', 'NO'),
('wait/synch/mutex/sql/THD::LOCK_thd_sysvar', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_user_conn', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_uuid_generator', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_sql_rand', 'NO', 'NO'),
('wait/synch/mutex/sql/LOG::LOCK_log', 'NO', 'NO'),
('wait/synch/mutex/sql/Master_info::data_lock', 'NO', 'NO'),
('wait/synch/mutex/sql/Master_info::run_lock', 'NO', 'NO'),
('wait/synch/mutex/sql/Master_info::sleep_lock', 'NO', 'NO'),
('wait/synch/mutex/sql/Master_info::info_thd_lock', 'NO', 'NO'),
('wait/synch/mutex/sql/Slave_reporting_capability::err_lock', 'NO', 'NO'),
('wait/synch/mutex/sql/Relay_log_info::data_lock', 'NO', 'NO'),
('wait/synch/mutex/sql/Relay_log_info::sleep_lock', 'NO', 'NO'),
('wait/synch/mutex/sql/Relay_log_info::info_thd_lock', 'NO', 'NO'),
('wait/synch/mutex/sql/Relay_log_info::log_space_lock', 'NO', 'NO'),
('wait/synch/mutex/sql/Relay_log_info::run_lock', 'NO', 'NO'),
('wait/synch/mutex/sql/Relay_log_info::pending_jobs_lock', 'NO', 'NO'),
('wait/synch/mutex/sql/Relay_log_info::exit_count_lock', 'NO', 'NO'),
('wait/synch/mutex/sql/Relay_log_info::temp_tables_lock', 'NO', 'NO'),
('wait/synch/mutex/sql/Worker_info::jobs_lock', 'NO', 'NO'),
('wait/synch/mutex/sql/Query_cache::structure_guard_mutex', 'NO', 'NO'),
('wait/synch/mutex/sql/TABLE_SHARE::LOCK_ha_data', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_error_messages', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_log_throttle_qni', 'NO', 'NO'),
('wait/synch/mutex/sql/Gtid_state', 'NO', 'NO'),
('wait/synch/mutex/sql/THD::LOCK_query_plan', 'NO', 'NO'),
('wait/synch/mutex/sql/Cost_constant_cache::LOCK_cost_const', 'NO', 'NO'),
('wait/synch/mutex/sql/THD::LOCK_current_cond', 'NO', 'NO'),
('wait/synch/mutex/sql/key_mts_temp_table_LOCK', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_reset_gtid_table', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_compress_gtid_table', 'NO', 'NO'),
('wait/synch/mutex/sql/key_mts_gaq_LOCK', 'NO', 'NO'),
('wait/synch/mutex/sql/thd_timer_mutex', 'NO', 'NO'),
('wait/synch/mutex/sql/Commit_order_manager::m_mutex', 'NO', 'NO'),
('wait/synch/mutex/sql/Relay_log_info::slave_worker_hash_lock', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_offline_mode', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_default_password_lifetime', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_group_replication_handler', 'NO', 'NO'),
('wait/synch/mutex/mysys/BITMAP::mutex', 'NO', 'NO'),
('wait/synch/mutex/mysys/IO_CACHE::append_buffer_lock', 'NO', 'NO'),
('wait/synch/mutex/mysys/IO_CACHE::SHARE_mutex', 'NO', 'NO'),
('wait/synch/mutex/mysys/KEY_CACHE::cache_lock', 'NO', 'NO'),
('wait/synch/mutex/mysys/THR_LOCK_charset', 'NO', 'NO'),
('wait/synch/mutex/mysys/THR_LOCK_heap', 'NO', 'NO'),
('wait/synch/mutex/mysys/THR_LOCK_lock', 'NO', 'NO'),
('wait/synch/mutex/mysys/THR_LOCK_malloc', 'NO', 'NO'),
('wait/synch/mutex/mysys/THR_LOCK::mutex', 'NO', 'NO'),
('wait/synch/mutex/mysys/THR_LOCK_myisam', 'NO', 'NO'),
('wait/synch/mutex/mysys/THR_LOCK_net', 'NO', 'NO'),
('wait/synch/mutex/mysys/THR_LOCK_open', 'NO', 'NO'),
('wait/synch/mutex/mysys/THR_LOCK_threads', 'NO', 'NO'),
('wait/synch/mutex/mysys/TMPDIR_mutex', 'NO', 'NO'),
('wait/synch/mutex/mysys/THR_LOCK_myisam_mmap', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_audit_mask', 'NO', 'NO'),
('wait/synch/mutex/session/LOCK_srv_session_threads', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_event_queue', 'NO', 'NO'),
('wait/synch/mutex/sql/Event_scheduler::LOCK_scheduler_state', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_thread_cache', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_connection_count', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_thd_list', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_thd_remove', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_thread_ids', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_load_client_plugin', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_item_func_sleep', 'NO', 'NO'),
('wait/synch/mutex/sql/MDL_wait::LOCK_wait_status', 'NO', 'NO'),
('wait/synch/mutex/sql/Partiton_share::auto_inc_mutex', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_open', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_table_cache', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_slave_list', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_transaction_cache', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_plugin', 'NO', 'NO'),
('wait/synch/mutex/sql/LOCK_plugin_delete', 'NO', 'NO'),
('wait/synch/mutex/csv/tina', 'NO', 'NO'),
('wait/synch/mutex/csv/TINA_SHARE::mutex', 'NO', 'NO'),
('wait/synch/mutex/myisam/MI_SORT_INFO::mutex', 'NO', 'NO'),
('wait/synch/mutex/myisam/MYISAM_SHARE::intern_lock', 'NO', 'NO'),
('wait/synch/mutex/myisam/MI_CHECK::print_msg', 'NO', 'NO'),
('wait/synch/mutex/innodb/commit_cond_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/innobase_share_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/autoinc_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/buf_pool_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/buf_pool_zip_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/cache_last_read_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/dict_foreign_err_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/dict_sys_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/recalc_pool_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/file_format_max_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/fil_system_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/flush_list_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/fts_bg_threads_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/fts_delete_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/fts_optimize_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/fts_doc_id_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/fts_pll_tokenize_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/log_flush_order_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/hash_table_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/ibuf_bitmap_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/ibuf_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/ibuf_pessimistic_insert_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/log_sys_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/log_sys_write_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/log_cmdq_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/mutex_list_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/page_cleaner_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/page_zip_stat_per_index_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/purge_sys_pq_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/recv_sys_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/recv_writer_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/redo_rseg_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/noredo_rseg_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/rw_lock_list_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/rw_lock_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/srv_dict_tmpfile_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/srv_innodb_monitor_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/srv_misc_tmpfile_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/srv_monitor_file_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/buf_dblwr_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/trx_undo_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/trx_pool_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/trx_pool_manager_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/srv_sys_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/lock_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/lock_wait_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/trx_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/srv_threads_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/rtr_active_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/rtr_match_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/rtr_path_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/rtr_ssn_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/trx_sys_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/thread_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/sync_array_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/zip_pad_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/row_drop_list_mutex', 'NO', 'NO'),
('wait/synch/mutex/innodb/master_key_id_mutex', 'NO', 'NO'),
('wait/synch/mutex/myisammrg/MYRG_INFO::mutex', 'NO', 'NO'),
('wait/synch/mutex/archive/Archive_share::mutex', 'NO', 'NO'),
('wait/synch/mutex/blackhole/blackhole', 'NO', 'NO'),
('wait/synch/mutex/sql/tz_LOCK', 'NO', 'NO'),
('wait/synch/rwlock/sql/Binlog_transmit_delegate::lock', 'NO', 'NO'),
('wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock', 'NO', 'NO'),
('wait/synch/rwlock/sql/LOCK_grant', 'NO', 'NO'),
('wait/synch/rwlock/sql/LOGGER::LOCK_logger', 'NO', 'NO'),
('wait/synch/rwlock/sql/LOCK_sys_init_connect', 'NO', 'NO'),
('wait/synch/rwlock/sql/LOCK_sys_init_slave', 'NO', 'NO'),
('wait/synch/rwlock/sql/LOCK_system_variables_hash', 'NO', 'NO'),
('wait/synch/rwlock/sql/Query_cache_query::lock', 'NO', 'NO'),
('wait/synch/rwlock/sql/gtid_commit_rollback', 'NO', 'NO'),
('wait/synch/rwlock/sql/gtid_mode_lock', 'NO', 'NO'),
('wait/synch/rwlock/sql/channel_map_lock', 'NO', 'NO'),
('wait/synch/rwlock/sql/channel_lock', 'NO', 'NO'),
('wait/synch/rwlock/sql/Trans_delegate::lock', 'NO', 'NO'),
('wait/synch/rwlock/sql/Server_state_delegate::lock', 'NO', 'NO'),
('wait/synch/rwlock/sql/Binlog_storage_delegate::lock', 'NO', 'NO'),
('wait/synch/rwlock/mysys/SAFE_HASH::lock', 'NO', 'NO'),
('wait/synch/rwlock/session/LOCK_srv_session_collection', 'NO', 'NO'),
('wait/synch/rwlock/sql/LOCK_dboptions', 'NO', 'NO'),
('wait/synch/rwlock/sql/MDL_lock::rwlock', 'NO', 'NO'),
('wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for', 'NO', 'NO'),
('wait/synch/rwlock/myisam/MYISAM_SHARE::key_root_lock', 'NO', 'NO'),
('wait/synch/rwlock/myisam/MYISAM_SHARE::mmap_lock', 'NO', 'NO'),
('wait/synch/sxlock/innodb/btr_search_latch', 'NO', 'NO'),
('wait/synch/sxlock/innodb/dict_operation_lock', 'NO', 'NO'),
('wait/synch/sxlock/innodb/fil_space_latch', 'NO', 'NO'),
('wait/synch/sxlock/innodb/checkpoint_lock', 'NO', 'NO'),
('wait/synch/sxlock/innodb/fts_cache_rw_lock', 'NO', 'NO'),
('wait/synch/sxlock/innodb/fts_cache_init_rw_lock', 'NO', 'NO'),
('wait/synch/sxlock/innodb/trx_i_s_cache_lock', 'NO', 'NO'),
('wait/synch/sxlock/innodb/trx_purge_latch', 'NO', 'NO'),
('wait/synch/sxlock/innodb/index_tree_rw_lock', 'NO', 'NO'),
('wait/synch/sxlock/innodb/index_online_log', 'NO', 'NO'),
('wait/synch/sxlock/innodb/dict_table_stats', 'NO', 'NO'),
('wait/synch/sxlock/innodb/hash_table_locks', 'NO', 'NO'),
('wait/synch/rwlock/sql/THR_LOCK_servers', 'NO', 'NO'),
('wait/synch/rwlock/sql/THR_LOCK_udf', 'NO', 'NO'),
('wait/synch/cond/sql/PAGE::cond', 'NO', 'NO'),
('wait/synch/cond/sql/TC_LOG_MMAP::COND_active', 'NO', 'NO'),
('wait/synch/cond/sql/TC_LOG_MMAP::COND_pool', 'NO', 'NO'),
('wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done', 'NO', 'NO'),
('wait/synch/cond/sql/MYSQL_BIN_LOG::update_cond', 'NO', 'NO'),
('wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond', 'NO', 'NO'),
('wait/synch/cond/sql/MYSQL_RELAY_LOG::COND_done', 'NO', 'NO'),
('wait/synch/cond/sql/MYSQL_RELAY_LOG::update_cond', 'NO', 'NO'),
('wait/synch/cond/sql/MYSQL_RELAY_LOG::prep_xids_cond', 'NO', 'NO'),
('wait/synch/cond/sql/Query_cache::COND_cache_status_changed', 'NO', 'NO'),
('wait/synch/cond/sql/COND_manager', 'NO', 'NO'),
('wait/synch/cond/sql/COND_server_started', 'NO', 'NO'),
('wait/synch/cond/sql/COND_socket_listener_active', 'NO', 'NO'),
('wait/synch/cond/sql/COND_start_signal_handler', 'NO', 'NO'),
('wait/synch/cond/sql/COND_thr_lock', 'NO', 'NO'),
('wait/synch/cond/sql/Item_func_sleep::cond', 'NO', 'NO'),
('wait/synch/cond/sql/Master_info::data_cond', 'NO', 'NO'),
('wait/synch/cond/sql/Master_info::start_cond', 'NO', 'NO'),
('wait/synch/cond/sql/Master_info::stop_cond', 'NO', 'NO'),
('wait/synch/cond/sql/Master_info::sleep_cond', 'NO', 'NO'),
('wait/synch/cond/sql/Relay_log_info::data_cond', 'NO', 'NO'),
('wait/synch/cond/sql/Relay_log_info::log_space_cond', 'NO', 'NO'),
('wait/synch/cond/sql/Relay_log_info::start_cond', 'NO', 'NO'),
('wait/synch/cond/sql/Relay_log_info::stop_cond', 'NO', 'NO'),
('wait/synch/cond/sql/Relay_log_info::sleep_cond', 'NO', 'NO'),
('wait/synch/cond/sql/Relay_log_info::pending_jobs_cond', 'NO', 'NO'),
('wait/synch/cond/sql/Worker_info::jobs_cond', 'NO', 'NO'),
('wait/synch/cond/sql/Relay_log_info::mts_gaq_cond', 'NO', 'NO'),
('wait/synch/cond/sql/TABLE_SHARE::cond', 'NO', 'NO'),
('wait/synch/cond/sql/User_level_lock::cond', 'NO', 'NO'),
('wait/synch/cond/sql/Gtid_state', 'NO', 'NO'),
('wait/synch/cond/sql/COND_compress_gtid_table', 'NO', 'NO'),
('wait/synch/cond/sql/Commit_order_manager::m_workers.cond', 'NO', 'NO'),
('wait/synch/cond/sql/Relay_log_info::slave_worker_hash_lock', 'NO', 'NO'),
('wait/synch/cond/mysys/IO_CACHE_SHARE::cond', 'NO', 'NO'),
('wait/synch/cond/mysys/IO_CACHE_SHARE::cond_writer', 'NO', 'NO'),
('wait/synch/cond/mysys/THR_COND_threads', 'NO', 'NO'),
('wait/synch/cond/sql/Event_scheduler::COND_state', 'NO', 'NO'),
('wait/synch/cond/sql/COND_queue_state', 'NO', 'NO'),
('wait/synch/cond/sql/COND_thread_cache', 'NO', 'NO'),
('wait/synch/cond/sql/COND_flush_thread_cache', 'NO', 'NO'),
('wait/synch/cond/sql/COND_connection_count', 'NO', 'NO'),
('wait/synch/cond/sql/COND_thd_list', 'NO', 'NO'),
('wait/synch/cond/sql/MDL_context::COND_wait_status', 'NO', 'NO'),
('wait/synch/cond/sql/COND_open', 'NO', 'NO'),
('wait/synch/cond/myisam/MI_SORT_INFO::cond', 'NO', 'NO'),
('wait/synch/cond/myisam/keycache_thread_var::suspend', 'NO', 'NO'),
('wait/synch/cond/innodb/commit_cond', 'NO', 'NO'),
('wait/io/file/sql/map', 'YES', 'YES'),
('wait/io/file/sql/binlog', 'YES', 'YES'),
('wait/io/file/sql/binlog_cache', 'YES', 'YES'),
('wait/io/file/sql/binlog_index', 'YES', 'YES'),
('wait/io/file/sql/binlog_index_cache', 'YES', 'YES'),
('wait/io/file/sql/relaylog', 'YES', 'YES'),
('wait/io/file/sql/relaylog_cache', 'YES', 'YES'),
('wait/io/file/sql/relaylog_index', 'YES', 'YES'),
('wait/io/file/sql/relaylog_index_cache', 'YES', 'YES'),
('wait/io/file/sql/io_cache', 'YES', 'YES'),
('wait/io/file/sql/casetest', 'YES', 'YES'),
('wait/io/file/sql/dbopt', 'YES', 'YES'),
('wait/io/file/sql/des_key_file', 'YES', 'YES'),
('wait/io/file/sql/ERRMSG', 'YES', 'YES'),
('wait/io/file/sql/select_to_file', 'YES', 'YES'),
('wait/io/file/sql/file_parser', 'YES', 'YES'),
('wait/io/file/sql/FRM', 'YES', 'YES'),
('wait/io/file/sql/global_ddl_log', 'YES', 'YES'),
('wait/io/file/sql/load', 'YES', 'YES'),
('wait/io/file/sql/LOAD_FILE', 'YES', 'YES'),
('wait/io/file/sql/log_event_data', 'YES', 'YES'),
('wait/io/file/sql/log_event_info', 'YES', 'YES'),
('wait/io/file/sql/master_info', 'YES', 'YES'),
('wait/io/file/sql/misc', 'YES', 'YES'),
('wait/io/file/sql/partition_ddl_log', 'YES', 'YES'),
('wait/io/file/sql/pid', 'YES', 'YES'),
('wait/io/file/sql/query_log', 'YES', 'YES'),
('wait/io/file/sql/relay_log_info', 'YES', 'YES'),
('wait/io/file/sql/send_file', 'YES', 'YES'),
('wait/io/file/sql/slow_log', 'YES', 'YES'),
('wait/io/file/sql/tclog', 'YES', 'YES'),
('wait/io/file/sql/trigger_name', 'YES', 'YES'),
('wait/io/file/sql/trigger', 'YES', 'YES'),
('wait/io/file/sql/init', 'YES', 'YES'),
('wait/io/file/mysys/proc_meminfo', 'YES', 'YES'),
('wait/io/file/mysys/charset', 'YES', 'YES'),
('wait/io/file/mysys/cnf', 'YES', 'YES'),
('wait/io/file/csv/metadata', 'YES', 'YES'),
('wait/io/file/csv/data', 'YES', 'YES'),
('wait/io/file/csv/update', 'YES', 'YES'),
('wait/io/file/myisam/data_tmp', 'YES', 'YES'),
('wait/io/file/myisam/dfile', 'YES', 'YES'),
('wait/io/file/myisam/kfile', 'YES', 'YES'),
('wait/io/file/myisam/log', 'YES', 'YES'),
('wait/io/file/innodb/innodb_data_file', 'YES', 'YES'),
('wait/io/file/innodb/innodb_log_file', 'YES', 'YES'),
('wait/io/file/innodb/innodb_temp_file', 'YES', 'YES'),
('wait/io/file/myisammrg/MRG', 'YES', 'YES'),
('wait/io/file/archive/metadata', 'YES', 'YES'),
('wait/io/file/archive/data', 'YES', 'YES'),
('wait/io/file/archive/FRM', 'YES', 'YES'),
('wait/io/file/partition/ha_partition::parfile', 'YES', 'YES'),
('wait/io/table/sql/handler', 'YES', 'YES'),
('wait/lock/table/sql/handler', 'YES', 'YES'),
('stage/sql/After create', 'NO', 'NO'),
('stage/sql/allocating local table', 'NO', 'NO'),
('stage/sql/preparing for alter table', 'NO', 'NO'),
('stage/sql/altering table', 'NO', 'NO'),
('stage/sql/committing alter table to storage engine', 'NO', 'NO'),
('stage/sql/Changing master', 'NO', 'NO'),
('stage/sql/Checking master version', 'NO', 'NO'),
('stage/sql/checking permissions', 'NO', 'NO'),
('stage/sql/checking privileges on cached query', 'NO', 'NO'),
('stage/sql/checking query cache for query', 'NO', 'NO'),
('stage/sql/cleaning up', 'NO', 'NO'),
('stage/sql/closing tables', 'NO', 'NO'),
('stage/sql/Compressing gtid_executed table', 'NO', 'NO'),
('stage/sql/Connecting to master', 'NO', 'NO'),
('stage/sql/converting HEAP to ondisk', 'NO', 'NO'),
('stage/sql/Copying to group table', 'NO', 'NO'),
('stage/sql/Copying to tmp table', 'NO', 'NO'),
('stage/sql/copy to tmp table', 'YES', 'YES'),
('stage/sql/Creating sort index', 'NO', 'NO'),
('stage/sql/creating table', 'NO', 'NO'),
('stage/sql/Creating tmp table', 'NO', 'NO'),
('stage/sql/deleting from main table', 'NO', 'NO'),
('stage/sql/deleting from reference tables', 'NO', 'NO'),
('stage/sql/discard_or_import_tablespace', 'NO', 'NO'),
('stage/sql/end', 'NO', 'NO'),
('stage/sql/executing', 'NO', 'NO'),
('stage/sql/Execution of init_command', 'NO', 'NO'),
('stage/sql/explaining', 'NO', 'NO'),
('stage/sql/Finished reading one binlog; switching to next binlog', 'NO', 'NO'),
('stage/sql/Flushing relay log and master info repository.', 'NO', 'NO'),
('stage/sql/Flushing relay-log info file.', 'NO', 'NO'),
('stage/sql/freeing items', 'NO', 'NO'),
('stage/sql/FULLTEXT initialization', 'NO', 'NO'),
('stage/sql/got handler lock', 'NO', 'NO'),
('stage/sql/got old table', 'NO', 'NO'),
('stage/sql/init', 'NO', 'NO'),
('stage/sql/insert', 'NO', 'NO'),
('stage/sql/invalidating query cache entries (table)', 'NO', 'NO'),
('stage/sql/invalidating query cache entries (table list)', 'NO', 'NO'),
('stage/sql/Killing slave', 'NO', 'NO'),
('stage/sql/logging slow query', 'NO', 'NO'),
('stage/sql/Making temporary file (append) before replaying LOAD DATA INFILE', 'NO', 'NO'),
('stage/sql/Making temporary file (create) before replaying LOAD DATA INFILE', 'NO', 'NO'),
('stage/sql/manage keys', 'NO', 'NO'),
('stage/sql/Master has sent all binlog to slave; waiting for more updates', 'NO', 'NO'),
('stage/sql/Opening tables', 'NO', 'NO'),
('stage/sql/optimizing', 'NO', 'NO'),
('stage/sql/preparing', 'NO', 'NO'),
('stage/sql/Purging old relay logs', 'NO', 'NO'),
('stage/sql/query end', 'NO', 'NO'),
('stage/sql/Queueing master event to the relay log', 'NO', 'NO'),
('stage/sql/Reading event from the relay log', 'NO', 'NO'),
('stage/sql/Registering slave on master', 'NO', 'NO'),
('stage/sql/Removing duplicates', 'NO', 'NO'),
('stage/sql/removing tmp table', 'NO', 'NO'),
('stage/sql/rename', 'NO', 'NO'),
('stage/sql/rename result table', 'NO', 'NO'),
('stage/sql/Requesting binlog dump', 'NO', 'NO'),
('stage/sql/reschedule', 'NO', 'NO'),
('stage/sql/Searching rows for update', 'NO', 'NO'),
('stage/sql/Sending binlog event to slave', 'NO', 'NO'),
('stage/sql/sending cached result to client', 'NO', 'NO'),
('stage/sql/Sending data', 'NO', 'NO'),
('stage/sql/setup', 'NO', 'NO'),
('stage/sql/Slave has read all relay log; waiting for more updates', 'NO', 'NO'),
('stage/sql/Waiting for an event from Coordinator', 'NO', 'NO'),
('stage/sql/Waiting for slave workers to process their queues', 'NO', 'NO'),
('stage/sql/Waiting for Slave Worker queue', 'NO', 'NO'),
('stage/sql/Waiting for Slave Workers to free pending events', 'NO', 'NO'),
('stage/sql/Waiting for Slave Worker to release partition', 'NO', 'NO'),
('stage/sql/Waiting for workers to exit', 'NO', 'NO'),
('stage/sql/Sorting for group', 'NO', 'NO'),
('stage/sql/Sorting for order', 'NO', 'NO'),
('stage/sql/Sorting result', 'NO', 'NO'),
('stage/sql/Waiting until MASTER_DELAY seconds after master executed event', 'NO', 'NO'),
('stage/sql/statistics', 'NO', 'NO'),
('stage/sql/storing result in query cache', 'NO', 'NO'),
('stage/sql/storing row into queue', 'NO', 'NO'),
('stage/sql/System lock', 'NO', 'NO'),
('stage/sql/update', 'NO', 'NO'),
('stage/sql/updating', 'NO', 'NO'),
('stage/sql/updating main table', 'NO', 'NO'),
('stage/sql/updating reference tables', 'NO', 'NO'),
('stage/sql/upgrading lock', 'NO', 'NO'),
('stage/sql/User sleep', 'NO', 'NO'),
('stage/sql/verifying table', 'NO', 'NO'),
('stage/sql/Waiting for GTID to be committed', 'NO', 'NO'),
('stage/sql/waiting for handler insert', 'NO', 'NO'),
('stage/sql/waiting for handler lock', 'NO', 'NO'),
('stage/sql/waiting for handler open', 'NO', 'NO'),
('stage/sql/Waiting for INSERT', 'NO', 'NO'),
('stage/sql/Waiting for master to send event', 'NO', 'NO'),
('stage/sql/Waiting for master update', 'NO', 'NO'),
('stage/sql/Waiting for the slave SQL thread to free enough relay log space', 'NO', 'NO'),
('stage/sql/Waiting for slave mutex on exit', 'NO', 'NO'),
('stage/sql/Waiting for slave thread to start', 'NO', 'NO'),
('stage/sql/Waiting for table flush', 'NO', 'NO'),
('stage/sql/Waiting for query cache lock', 'NO', 'NO'),
('stage/sql/Waiting for the next event in relay log', 'NO', 'NO'),
('stage/sql/Waiting for the slave SQL thread to advance position', 'NO', 'NO'),
('stage/sql/Waiting to finalize termination', 'NO', 'NO'),
('stage/sql/Waiting for preceding transaction to commit', 'NO', 'NO'),
('stage/sql/Waiting for dependent transaction to commit', 'NO', 'NO'),
('stage/sql/Suspending', 'NO', 'NO'),
('stage/sql/starting', 'NO', 'NO'),
('stage/sql/Waiting for no channel reference.', 'NO', 'NO'),
('stage/mysys/Waiting for table level lock', 'NO', 'NO'),
('stage/sql/Waiting on empty queue', 'NO', 'NO'),
('stage/sql/Waiting for next activation', 'NO', 'NO'),
('stage/sql/Waiting for the scheduler to stop', 'NO', 'NO'),
('stage/sql/Waiting for global read lock', 'NO', 'NO'),
('stage/sql/Waiting for tablespace metadata lock', 'NO', 'NO'),
('stage/sql/Waiting for schema metadata lock', 'NO', 'NO'),
('stage/sql/Waiting for table metadata lock', 'NO', 'NO'),
('stage/sql/Waiting for stored function metadata lock', 'NO', 'NO'),
('stage/sql/Waiting for stored procedure metadata lock', 'NO', 'NO'),
('stage/sql/Waiting for trigger metadata lock', 'NO', 'NO'),
('stage/sql/Waiting for event metadata lock', 'NO', 'NO'),
('stage/sql/Waiting for commit lock', 'NO', 'NO'),
('stage/sql/User lock', 'NO', 'NO'),
('stage/sql/Waiting for locking service lock', 'NO', 'NO'),
('stage/innodb/alter table (end)', 'YES', 'YES'),
('stage/innodb/alter table (flush)', 'YES', 'YES'),
('stage/innodb/alter table (insert)', 'YES', 'YES'),
('stage/innodb/alter table (log apply index)', 'YES', 'YES'),
('stage/innodb/alter table (log apply table)', 'YES', 'YES'),
('stage/innodb/alter table (merge sort)', 'YES', 'YES'),
('stage/innodb/alter table (read PK and internal sort)', 'YES', 'YES'),
('stage/innodb/buffer pool load', 'YES', 'YES'),
('statement/sql/select', 'YES', 'YES'),
('statement/sql/create_table', 'YES', 'YES'),
('statement/sql/create_index', 'YES', 'YES'),
('statement/sql/alter_table', 'YES', 'YES'),
('statement/sql/update', 'YES', 'YES'),
('statement/sql/insert', 'YES', 'YES'),
('statement/sql/insert_select', 'YES', 'YES'),
('statement/sql/delete', 'YES', 'YES'),
('statement/sql/truncate', 'YES', 'YES'),
('statement/sql/drop_table', 'YES', 'YES'),
('statement/sql/drop_index', 'YES', 'YES'),
('statement/sql/show_databases', 'YES', 'YES'),
('statement/sql/show_tables', 'YES', 'YES'),
('statement/sql/show_fields', 'YES', 'YES'),
('statement/sql/show_keys', 'YES', 'YES'),
('statement/sql/show_variables', 'YES', 'YES'),
('statement/sql/show_status', 'YES', 'YES'),
('statement/sql/show_engine_logs', 'YES', 'YES'),
('statement/sql/show_engine_status', 'YES', 'YES'),
('statement/sql/show_engine_mutex', 'YES', 'YES'),
('statement/sql/show_processlist', 'YES', 'YES'),
('statement/sql/show_master_status', 'YES', 'YES'),
('statement/sql/show_slave_status', 'YES', 'YES'),
('statement/sql/show_grants', 'YES', 'YES'),
('statement/sql/show_create_table', 'YES', 'YES'),
('statement/sql/show_charsets', 'YES', 'YES'),
('statement/sql/show_collations', 'YES', 'YES'),
('statement/sql/show_create_db', 'YES', 'YES'),
('statement/sql/show_table_status', 'YES', 'YES'),
('statement/sql/show_triggers', 'YES', 'YES'),
('statement/sql/load', 'YES', 'YES'),
('statement/sql/set_option', 'YES', 'YES'),
('statement/sql/lock_tables', 'YES', 'YES'),
('statement/sql/unlock_tables', 'YES', 'YES'),
('statement/sql/grant', 'YES', 'YES'),
('statement/sql/change_db', 'YES', 'YES'),
('statement/sql/create_db', 'YES', 'YES'),
('statement/sql/drop_db', 'YES', 'YES'),
('statement/sql/alter_db', 'YES', 'YES'),
('statement/sql/repair', 'YES', 'YES'),
('statement/sql/replace', 'YES', 'YES'),
('statement/sql/replace_select', 'YES', 'YES'),
('statement/sql/create_udf', 'YES', 'YES'),
('statement/sql/drop_function', 'YES', 'YES'),
('statement/sql/revoke', 'YES', 'YES'),
('statement/sql/optimize', 'YES', 'YES'),
('statement/sql/check', 'YES', 'YES'),
('statement/sql/assign_to_keycache', 'YES', 'YES'),
('statement/sql/preload_keys', 'YES', 'YES'),
('statement/sql/flush', 'YES', 'YES'),
('statement/sql/kill', 'YES', 'YES'),
('statement/sql/analyze', 'YES', 'YES'),
('statement/sql/rollback', 'YES', 'YES'),
('statement/sql/rollback_to_savepoint', 'YES', 'YES'),
('statement/sql/commit', 'YES', 'YES'),
('statement/sql/savepoint', 'YES', 'YES'),
('statement/sql/release_savepoint', 'YES', 'YES'),
('statement/sql/slave_start', 'YES', 'YES'),
('statement/sql/slave_stop', 'YES', 'YES'),
('statement/sql/group_replication_start', 'YES', 'YES'),
('statement/sql/group_replication_stop', 'YES', 'YES'),
('statement/sql/begin', 'YES', 'YES'),
('statement/sql/change_master', 'YES', 'YES'),
('statement/sql/change_repl_filter', 'YES', 'YES'),
('statement/sql/rename_table', 'YES', 'YES'),
('statement/sql/reset', 'YES', 'YES'),
('statement/sql/purge', 'YES', 'YES'),
('statement/sql/purge_before_date', 'YES', 'YES'),
('statement/sql/show_binlogs', 'YES', 'YES'),
('statement/sql/show_open_tables', 'YES', 'YES'),
('statement/sql/ha_open', 'YES', 'YES'),
('statement/sql/ha_close', 'YES', 'YES'),
('statement/sql/ha_read', 'YES', 'YES'),
('statement/sql/show_slave_hosts', 'YES', 'YES'),
('statement/sql/delete_multi', 'YES', 'YES'),
('statement/sql/update_multi', 'YES', 'YES'),
('statement/sql/show_binlog_events', 'YES', 'YES'),
('statement/sql/do', 'YES', 'YES'),
('statement/sql/show_warnings', 'YES', 'YES'),
('statement/sql/empty_query', 'YES', 'YES'),
('statement/sql/show_errors', 'YES', 'YES'),
('statement/sql/show_storage_engines', 'YES', 'YES'),
('statement/sql/show_privileges', 'YES', 'YES'),
('statement/sql/help', 'YES', 'YES'),
('statement/sql/create_user', 'YES', 'YES'),
('statement/sql/drop_user', 'YES', 'YES'),
('statement/sql/rename_user', 'YES', 'YES'),
('statement/sql/revoke_all', 'YES', 'YES'),
('statement/sql/checksum', 'YES', 'YES'),
('statement/sql/create_procedure', 'YES', 'YES'),
('statement/sql/create_function', 'YES', 'YES'),
('statement/sql/call_procedure', 'YES', 'YES'),
('statement/sql/drop_procedure', 'YES', 'YES'),
('statement/sql/alter_procedure', 'YES', 'YES'),
('statement/sql/alter_function', 'YES', 'YES'),
('statement/sql/show_create_proc', 'YES', 'YES'),
('statement/sql/show_create_func', 'YES', 'YES'),
('statement/sql/show_procedure_status', 'YES', 'YES'),
('statement/sql/show_function_status', 'YES', 'YES'),
('statement/sql/prepare_sql', 'YES', 'YES'),
('statement/sql/execute_sql', 'YES', 'YES'),
('statement/sql/dealloc_sql', 'YES', 'YES'),
('statement/sql/create_view', 'YES', 'YES'),
('statement/sql/drop_view', 'YES', 'YES'),
('statement/sql/create_trigger', 'YES', 'YES'),
('statement/sql/drop_trigger', 'YES', 'YES'),
('statement/sql/xa_start', 'YES', 'YES'),
('statement/sql/xa_end', 'YES', 'YES'),
('statement/sql/xa_prepare', 'YES', 'YES'),
('statement/sql/xa_commit', 'YES', 'YES'),
('statement/sql/xa_rollback', 'YES', 'YES'),
('statement/sql/xa_recover', 'YES', 'YES'),
('statement/sql/show_procedure_code', 'YES', 'YES'),
('statement/sql/show_function_code', 'YES', 'YES'),
('statement/sql/alter_tablespace', 'YES', 'YES'),
('statement/sql/install_plugin', 'YES', 'YES'),
('statement/sql/uninstall_plugin', 'YES', 'YES'),
('statement/sql/binlog', 'YES', 'YES'),
('statement/sql/show_plugins', 'YES', 'YES'),
('statement/sql/create_server', 'YES', 'YES'),
('statement/sql/drop_server', 'YES', 'YES'),
('statement/sql/alter_server', 'YES', 'YES'),
('statement/sql/create_event', 'YES', 'YES'),
('statement/sql/alter_event', 'YES', 'YES'),
('statement/sql/drop_event', 'YES', 'YES'),
('statement/sql/show_create_event', 'YES', 'YES'),
('statement/sql/show_events', 'YES', 'YES'),
('statement/sql/show_create_trigger', 'YES', 'YES'),
('statement/sql/alter_db_upgrade', 'YES', 'YES'),
('statement/sql/show_profile', 'YES', 'YES'),
('statement/sql/show_profiles', 'YES', 'YES'),
('statement/sql/signal', 'YES', 'YES'),
('statement/sql/resignal', 'YES', 'YES'),
('statement/sql/show_relaylog_events', 'YES', 'YES'),
('statement/sql/get_diagnostics', 'YES', 'YES'),
('statement/sql/alter_user', 'YES', 'YES'),
('statement/sql/explain_other', 'YES', 'YES'),
('statement/sql/show_create_user', 'YES', 'YES'),
('statement/sql/shutdown', 'YES', 'YES'),
('statement/sql/alter_instance', 'YES', 'YES'),
('statement/sql/error', 'YES', 'YES'),
('statement/sp/stmt', 'YES', 'YES'),
('statement/sp/set', 'YES', 'YES'),
('statement/sp/set_trigger_field', 'YES', 'YES'),
('statement/sp/jump', 'YES', 'YES'),
('statement/sp/jump_if_not', 'YES', 'YES'),
('statement/sp/freturn', 'YES', 'YES'),
('statement/sp/hpush_jump', 'YES', 'YES'),
('statement/sp/hpop', 'YES', 'YES'),
('statement/sp/hreturn', 'YES', 'YES'),
('statement/sp/cpush', 'YES', 'YES'),
('statement/sp/cpop', 'YES', 'YES'),
('statement/sp/copen', 'YES', 'YES'),
('statement/sp/cclose', 'YES', 'YES'),
('statement/sp/cfetch', 'YES', 'YES'),
('statement/sp/error', 'YES', 'YES'),
('statement/sp/set_case_expr', 'YES', 'YES'),
('statement/scheduler/event', 'YES', 'YES'),
('statement/com/Sleep', 'YES', 'YES'),
('statement/com/Quit', 'YES', 'YES'),
('statement/com/Init DB', 'YES', 'YES'),
('statement/com/Field List', 'YES', 'YES'),
('statement/com/Create DB', 'YES', 'YES'),
('statement/com/Drop DB', 'YES', 'YES'),
('statement/com/Refresh', 'YES', 'YES'),
('statement/com/Shutdown', 'YES', 'YES'),
('statement/com/Statistics', 'YES', 'YES'),
('statement/com/Processlist', 'YES', 'YES'),
('statement/com/Connect', 'YES', 'YES'),
('statement/com/Kill', 'YES', 'YES'),
('statement/com/Debug', 'YES', 'YES'),
('statement/com/Ping', 'YES', 'YES'),
('statement/com/Time', 'YES', 'YES'),
('statement/com/Delayed insert', 'YES', 'YES'),
('statement/com/Change user', 'YES', 'YES'),
('statement/com/Binlog Dump', 'YES', 'YES'),
('statement/com/Table Dump', 'YES', 'YES'),
('statement/com/Connect Out', 'YES', 'YES'),
('statement/com/Register Slave', 'YES', 'YES'),
('statement/com/Prepare', 'YES', 'YES'),
('statement/com/Execute', 'YES', 'YES'),
('statement/com/Long Data', 'YES', 'YES'),
('statement/com/Close stmt', 'YES', 'YES'),
('statement/com/Reset stmt', 'YES', 'YES'),
('statement/com/Set option', 'YES', 'YES'),
('statement/com/Fetch', 'YES', 'YES'),
('statement/com/Daemon', 'YES', 'YES'),
('statement/com/Binlog Dump GTID', 'YES', 'YES'),
('statement/com/Reset Connection', 'YES', 'YES'),
('statement/com/Error', 'YES', 'YES'),
('statement/abstract/Query', 'YES', 'YES'),
('statement/abstract/new_packet', 'YES', 'YES'),
('statement/abstract/relay_log', 'YES', 'YES'),
('transaction', 'NO', 'NO'),
('wait/io/socket/sql/server_tcpip_socket', 'NO', 'NO'),
('wait/io/socket/sql/server_unix_socket', 'NO', 'NO'),
('wait/io/socket/sql/client_connection', 'NO', 'NO'),
('idle', 'YES', 'YES'),
('memory/performance_schema/mutex_instances', 'YES', 'NO'),
('memory/performance_schema/rwlock_instances', 'YES', 'NO'),
('memory/performance_schema/cond_instances', 'YES', 'NO'),
('memory/performance_schema/file_instances', 'YES', 'NO'),
('memory/performance_schema/socket_instances', 'YES', 'NO'),
('memory/performance_schema/metadata_locks', 'YES', 'NO'),
('memory/performance_schema/file_handle', 'YES', 'NO'),
('memory/performance_schema/accounts', 'YES', 'NO'),
('memory/performance_schema/events_waits_summary_by_account_by_event_name', 'YES', 'NO'),
('memory/performance_schema/events_stages_summary_by_account_by_event_name', 'YES', 'NO'),
('memory/performance_schema/events_statements_summary_by_account_by_event_name', 'YES', 'NO'),
('memory/performance_schema/events_transactions_summary_by_account_by_event_name', 'YES', 'NO'),
('memory/performance_schema/memory_summary_by_account_by_event_name', 'YES', 'NO'),
('memory/performance_schema/events_stages_summary_global_by_event_name', 'YES', 'NO'),
('memory/performance_schema/events_statements_summary_global_by_event_name', 'YES', 'NO'),
('memory/performance_schema/memory_summary_global_by_event_name', 'YES', 'NO'),
('memory/performance_schema/hosts', 'YES', 'NO'),
('memory/performance_schema/events_waits_summary_by_host_by_event_name', 'YES', 'NO'),
('memory/performance_schema/events_stages_summary_by_host_by_event_name', 'YES', 'NO'),
('memory/performance_schema/events_statements_summary_by_host_by_event_name', 'YES', 'NO'),
('memory/performance_schema/events_transactions_summary_by_host_by_event_name', 'YES', 'NO'),
('memory/performance_schema/memory_summary_by_host_by_event_name', 'YES', 'NO'),
('memory/performance_schema/threads', 'YES', 'NO'),
('memory/performance_schema/events_waits_summary_by_thread_by_event_name', 'YES', 'NO'),
('memory/performance_schema/events_stages_summary_by_thread_by_event_name', 'YES', 'NO'),
('memory/performance_schema/events_statements_summary_by_thread_by_event_name', 'YES', 'NO'),
('memory/performance_schema/events_transactions_summary_by_thread_by_event_name', 'YES', 'NO'),
('memory/performance_schema/memory_summary_by_thread_by_event_name', 'YES', 'NO'),
('memory/performance_schema/events_waits_history', 'YES', 'NO'),
('memory/performance_schema/events_stages_history', 'YES', 'NO'),
('memory/performance_schema/events_statements_history', 'YES', 'NO'),
('memory/performance_schema/events_statements_history.tokens', 'YES', 'NO'),
('memory/performance_schema/events_statements_history.sqltext', 'YES', 'NO'),
('memory/performance_schema/events_statements_current', 'YES', 'NO'),
('memory/performance_schema/events_statements_current.tokens', 'YES', 'NO'),
('memory/performance_schema/events_statements_current.sqltext', 'YES', 'NO'),
('memory/performance_schema/events_transactions_history', 'YES', 'NO'),
('memory/performance_schema/session_connect_attrs', 'YES', 'NO'),
('memory/performance_schema/users', 'YES', 'NO'),
('memory/performance_schema/events_waits_summary_by_user_by_event_name', 'YES', 'NO'),
('memory/performance_schema/events_stages_summary_by_user_by_event_name', 'YES', 'NO'),
('memory/performance_schema/events_statements_summary_by_user_by_event_name', 'YES', 'NO'),
('memory/performance_schema/events_transactions_summary_by_user_by_event_name', 'YES', 'NO'),
('memory/performance_schema/memory_summary_by_user_by_event_name', 'YES', 'NO'),
('memory/performance_schema/mutex_class', 'YES', 'NO'),
('memory/performance_schema/rwlock_class', 'YES', 'NO'),
('memory/performance_schema/cond_class', 'YES', 'NO'),
('memory/performance_schema/thread_class', 'YES', 'NO'),
('memory/performance_schema/file_class', 'YES', 'NO'),
('memory/performance_schema/socket_class', 'YES', 'NO'),
('memory/performance_schema/stage_class', 'YES', 'NO'),
('memory/performance_schema/statement_class', 'YES', 'NO'),
('memory/performance_schema/memory_class', 'YES', 'NO'),
('memory/performance_schema/setup_actors', 'YES', 'NO'),
('memory/performance_schema/setup_objects', 'YES', 'NO'),
('memory/performance_schema/events_statements_summary_by_digest', 'YES', 'NO'),
('memory/performance_schema/events_statements_summary_by_digest.tokens', 'YES', 'NO'),
('memory/performance_schema/events_stages_history_long', 'YES', 'NO'),
('memory/performance_schema/events_statements_history_long', 'YES', 'NO'),
('memory/performance_schema/events_statements_history_long.tokens', 'YES', 'NO'),
('memory/performance_schema/events_statements_history_long.sqltext', 'YES', 'NO'),
('memory/performance_schema/events_transactions_history_long', 'YES', 'NO'),
('memory/performance_schema/events_waits_history_long', 'YES', 'NO'),
('memory/performance_schema/table_handles', 'YES', 'NO'),
('memory/performance_schema/table_shares', 'YES', 'NO'),
('memory/performance_schema/table_io_waits_summary_by_index_usage', 'YES', 'NO'),
('memory/performance_schema/table_lock_waits_summary_by_table', 'YES', 'NO'),
('memory/performance_schema/events_statements_summary_by_program', 'YES', 'NO'),
('memory/performance_schema/prepared_statements_instances', 'YES', 'NO'),
('memory/performance_schema/scalable_buffer', 'YES', 'NO'),
('memory/sql/Locked_tables_list::m_locked_tables_root', 'NO', 'NO'),
('memory/sql/display_table_locks', 'NO', 'NO'),
('memory/sql/THD::transactions::mem_root', 'NO', 'NO'),
('memory/sql/Delegate::memroot', 'NO', 'NO'),
('memory/sql/sql_acl_mem', 'NO', 'NO'),
('memory/sql/sql_acl_memex', 'NO', 'NO'),
('memory/sql/acl_cache', 'NO', 'NO'),
('memory/sql/thd::main_mem_root', 'NO', 'NO'),
('memory/sql/help', 'NO', 'NO'),
('memory/sql/new_frm_mem', 'NO', 'NO'),
('memory/sql/TABLE_SHARE::mem_root', 'NO', 'NO'),
('memory/sql/gdl', 'NO', 'NO'),
('memory/sql/Table_triggers_list', 'NO', 'NO'),
('memory/sql/servers', 'NO', 'NO'),
('memory/sql/Prepared_statement_map', 'NO', 'NO'),
('memory/sql/Prepared_statement::main_mem_root', 'NO', 'NO'),
('memory/sql/Protocol_local::m_rset_root', 'NO', 'NO'),
('memory/sql/Warning_info::m_warn_root', 'NO', 'NO'),
('memory/sql/THD::sp_cache', 'NO', 'NO'),
('memory/sql/sp_head::main_mem_root', 'NO', 'NO'),
('memory/sql/sp_head::execute_mem_root', 'NO', 'NO'),
('memory/sql/sp_head::call_mem_root', 'NO', 'NO'),
('memory/sql/table_mapping::m_mem_root', 'NO', 'NO'),
('memory/sql/QUICK_RANGE_SELECT::alloc', 'NO', 'NO'),
('memory/sql/QUICK_INDEX_MERGE_SELECT::alloc', 'NO', 'NO'),
('memory/sql/QUICK_ROR_INTERSECT_SELECT::alloc', 'NO', 'NO'),
('memory/sql/QUICK_ROR_UNION_SELECT::alloc', 'NO', 'NO'),
('memory/sql/QUICK_GROUP_MIN_MAX_SELECT::alloc', 'NO', 'NO'),
('memory/sql/test_quick_select', 'NO', 'NO'),
('memory/sql/prune_partitions::exec', 'NO', 'NO'),
('memory/sql/MYSQL_BIN_LOG::recover', 'NO', 'NO'),
('memory/sql/Blob_mem_storage::storage', 'NO', 'NO'),
('memory/sql/NAMED_ILINK::name', 'NO', 'NO'),
('memory/sql/String::value', 'NO', 'NO'),
('memory/sql/Sys_var_charptr::value', 'NO', 'NO'),
('memory/sql/Queue::queue_item', 'NO', 'NO'),
('memory/sql/THD::db', 'NO', 'NO'),
('memory/sql/user_var_entry', 'NO', 'NO'),
('memory/sql/Slave_job_group::group_relay_log_name', 'NO', 'NO'),
('memory/sql/Relay_log_info::group_relay_log_name', 'NO', 'NO'),
('memory/sql/binlog_cache_mngr', 'NO', 'NO'),
('memory/sql/Row_data_memory::memory', 'NO', 'NO'),
('memory/sql/Gtid_set::to_string', 'NO', 'NO'),
('memory/sql/Gtid_state::to_string', 'NO', 'NO'),
('memory/sql/Owned_gtids::to_string', 'NO', 'NO'),
('memory/sql/Log_event', 'NO', 'NO'),
('memory/sql/Incident_log_event::message', 'NO', 'NO'),
('memory/sql/Rows_query_log_event::rows_query', 'NO', 'NO'),
('memory/sql/Sort_param::tmp_buffer', 'NO', 'NO'),
('memory/sql/Filesort_info::merge', 'NO', 'NO'),
('memory/sql/Filesort_info::record_pointers', 'NO', 'NO'),
('memory/sql/Filesort_buffer::sort_keys', 'NO', 'NO'),
('memory/sql/handler::errmsgs', 'NO', 'NO'),
('memory/sql/handlerton', 'NO', 'NO'),
('memory/sql/XID', 'NO', 'NO'),
('memory/sql/host_cache::hostname', 'NO', 'NO'),
('memory/sql/user_var_entry::value', 'NO', 'NO'),
('memory/sql/User_level_lock', 'NO', 'NO'),
('memory/sql/MYSQL_LOG::name', 'NO', 'NO'),
('memory/sql/TC_LOG_MMAP::pages', 'NO', 'NO'),
('memory/sql/my_bitmap_map', 'NO', 'NO'),
('memory/sql/QUICK_RANGE_SELECT::mrr_buf_desc', 'NO', 'NO'),
('memory/sql/Event_queue_element_for_exec::names', 'NO', 'NO'),
('memory/sql/my_str_malloc', 'NO', 'NO'),
('memory/sql/MYSQL_BIN_LOG::basename', 'NO', 'NO'),
('memory/sql/MYSQL_BIN_LOG::index', 'NO', 'NO'),
('memory/sql/MYSQL_RELAY_LOG::basename', 'NO', 'NO'),
('memory/sql/MYSQL_RELAY_LOG::index', 'NO', 'NO'),
('memory/sql/rpl_filter memory', 'NO', 'NO'),
('memory/sql/errmsgs', 'NO', 'NO'),
('memory/sql/Gis_read_stream::err_msg', 'NO', 'NO'),
('memory/sql/Geometry::ptr_and_wkb_data', 'NO', 'NO'),
('memory/sql/MYSQL_LOCK', 'NO', 'NO'),
('memory/sql/NET::buff', 'NO', 'NO'),
('memory/sql/NET::compress_packet', 'NO', 'NO'),
('memory/sql/Event_scheduler::scheduler_param', 'NO', 'NO'),
('memory/sql/Gtid_set::Interval_chunk', 'NO', 'NO'),
('memory/sql/Owned_gtids::sidno_to_hash', 'NO', 'NO'),
('memory/sql/Sid_map::Node', 'NO', 'NO'),
('memory/sql/Gtid_state::group_commit_sidno_locks', 'NO', 'NO'),
('memory/sql/Mutex_cond_array::Mutex_cond', 'NO', 'NO'),
('memory/sql/TABLE_RULE_ENT', 'NO', 'NO'),
('memory/sql/Rpl_info_table', 'NO', 'NO'),
('memory/sql/Rpl_info_file::buffer', 'NO', 'NO'),
('memory/sql/db_worker_hash_entry', 'NO', 'NO'),
('memory/sql/rpl_slave::check_temp_dir', 'NO', 'NO'),
('memory/sql/rpl_slave::command_buffer', 'NO', 'NO'),
('memory/sql/binlog_ver_1_event', 'NO', 'NO'),
('memory/sql/SLAVE_INFO', 'NO', 'NO'),
('memory/sql/binlog_pos', 'NO', 'NO'),
('memory/sql/HASH_ROW_ENTRY', 'NO', 'NO'),
('memory/sql/binlog_statement_buffer', 'NO', 'NO'),
('memory/sql/partition_syntax_buffer', 'NO', 'NO'),
('memory/sql/READ_INFO', 'NO', 'NO'),
('memory/sql/JOIN_CACHE', 'NO', 'NO'),
('memory/sql/TABLE::sort_io_cache', 'NO', 'NO'),
('memory/sql/frm', 'NO', 'NO'),
('memory/sql/Unique::sort_buffer', 'NO', 'NO'),
('memory/sql/Unique::merge_buffer', 'NO', 'NO'),
('memory/sql/TABLE', 'NO', 'NO'),
('memory/sql/frm::extra_segment_buff', 'NO', 'NO'),
('memory/sql/frm::form_pos', 'NO', 'NO'),
('memory/sql/frm::string', 'NO', 'NO'),
('memory/sql/LOG_name', 'NO', 'NO'),
('memory/sql/DATE_TIME_FORMAT', 'NO', 'NO'),
('memory/sql/DDL_LOG_MEMORY_ENTRY', 'NO', 'NO'),
('memory/sql/ST_SCHEMA_TABLE', 'NO', 'NO'),
('memory/sql/ignored_db', 'NO', 'NO'),
('memory/sql/PROFILE', 'NO', 'NO'),
('memory/sql/global_system_variables', 'NO', 'NO'),
('memory/sql/THD::variables', 'NO', 'NO'),
('memory/sql/Security_context', 'NO', 'NO'),
('memory/sql/Shared_memory_name', 'NO', 'NO'),
('memory/sql/bison_stack', 'NO', 'NO'),
('memory/sql/THD::handler_tables_hash', 'NO', 'NO'),
('memory/sql/hash_index_key_buffer', 'NO', 'NO'),
('memory/sql/dboptions_hash', 'NO', 'NO'),
('memory/sql/user_conn', 'NO', 'NO'),
('memory/sql/LOG_POS_COORD', 'NO', 'NO'),
('memory/sql/XID_STATE', 'NO', 'NO'),
('memory/sql/MPVIO_EXT::auth_info', 'NO', 'NO'),
('memory/sql/opt_bin_logname', 'NO', 'NO'),
('memory/sql/Query_cache', 'NO', 'NO'),
('memory/sql/READ_RECORD_cache', 'NO', 'NO'),
('memory/sql/Quick_ranges', 'NO', 'NO'),
('memory/sql/File_query_log::name', 'NO', 'NO'),
('memory/sql/Table_trigger_dispatcher::m_mem_root', 'NO', 'NO'),
('memory/sql/thd_timer', 'NO', 'NO'),
('memory/sql/THD::Session_tracker', 'NO', 'NO'),
('memory/sql/THD::Session_sysvar_resource_manager', 'NO', 'NO'),
('memory/sql/show_slave_status_io_gtid_set', 'NO', 'NO'),
('memory/sql/write_set_extraction', 'NO', 'NO'),
('memory/sql/get_all_tables', 'NO', 'NO'),
('memory/sql/fill_schema_schemata', 'NO', 'NO'),
('memory/sql/native_functions', 'NO', 'NO'),
('memory/sql/JSON', 'NO', 'NO'),
('memory/client/mysql_options', 'NO', 'NO'),
('memory/client/MYSQL_DATA', 'NO', 'NO'),
('memory/client/MYSQL', 'NO', 'NO'),
('memory/client/MYSQL_RES', 'NO', 'NO'),
('memory/client/MYSQL_ROW', 'NO', 'NO'),
('memory/client/MYSQL_STATE_CHANGE_INFO', 'NO', 'NO'),
('memory/client/MYSQL_HANDSHAKE', 'NO', 'NO'),
('memory/vio/ssl_fd', 'NO', 'NO'),
('memory/vio/vio', 'NO', 'NO'),
('memory/vio/read_buffer', 'NO', 'NO'),
('memory/mysys/max_alloca', 'NO', 'NO'),
('memory/mysys/charset_file', 'NO', 'NO'),
('memory/mysys/charset_loader', 'NO', 'NO'),
('memory/mysys/lf_node', 'NO', 'NO'),
('memory/mysys/lf_dynarray', 'NO', 'NO'),
('memory/mysys/lf_slist', 'NO', 'NO'),
('memory/mysys/LIST', 'NO', 'NO'),
('memory/mysys/IO_CACHE', 'NO', 'NO'),
('memory/mysys/KEY_CACHE', 'NO', 'NO'),
('memory/mysys/SAFE_HASH_ENTRY', 'NO', 'NO'),
('memory/mysys/MY_TMPDIR::full_list', 'NO', 'NO'),
('memory/mysys/MY_BITMAP::bitmap', 'NO', 'NO'),
('memory/mysys/my_compress_alloc', 'NO', 'NO'),
('memory/mysys/pack_frm', 'NO', 'NO'),
('memory/mysys/my_err_head', 'NO', 'NO'),
('memory/mysys/my_file_info', 'NO', 'NO'),
('memory/mysys/MY_DIR', 'NO', 'NO'),
('memory/mysys/MY_STAT', 'NO', 'NO'),
('memory/mysys/QUEUE', 'NO', 'NO'),
('memory/mysys/DYNAMIC_STRING', 'NO', 'NO'),
('memory/mysys/TREE', 'NO', 'NO'),
('memory/sql/Event_basic::mem_root', 'NO', 'NO'),
('memory/sql/root', 'NO', 'NO'),
('memory/sql/load_env_plugins', 'NO', 'NO'),
('memory/sql/MDL_context::acquire_locks', 'NO', 'NO'),
('memory/sql/Partition_share', 'NO', 'NO'),
('memory/sql/partition_sort_buffer', 'NO', 'NO'),
('memory/sql/Partition_admin', 'NO', 'NO'),
('memory/sql/plugin_mem_root', 'NO', 'NO'),
('memory/sql/plugin_init_tmp', 'NO', 'NO'),
('memory/sql/plugin_int_mem_root', 'NO', 'NO'),
('memory/sql/mysql_plugin_dl', 'NO', 'NO'),
('memory/sql/mysql_plugin', 'NO', 'NO'),
('memory/sql/plugin_bookmark', 'NO', 'NO'),
('memory/csv/TINA_SHARE', 'NO', 'NO'),
('memory/csv/blobroot', 'NO', 'NO'),
('memory/csv/tina_set', 'NO', 'NO'),
('memory/csv/row', 'NO', 'NO'),
('memory/csv/Transparent_file', 'NO', 'NO'),
('memory/myisam/MYISAM_SHARE', 'NO', 'NO'),
('memory/myisam/MI_INFO', 'NO', 'NO'),
('memory/myisam/MI_INFO::ft1_to_ft2', 'NO', 'NO'),
('memory/myisam/MI_INFO::bulk_insert', 'NO', 'NO'),
('memory/myisam/record_buffer', 'NO', 'NO'),
('memory/myisam/FTB', 'NO', 'NO'),
('memory/myisam/FT_INFO', 'NO', 'NO'),
('memory/myisam/FTPARSER_PARAM', 'NO', 'NO'),
('memory/myisam/ft_memroot', 'NO', 'NO'),
('memory/myisam/ft_stopwords', 'NO', 'NO'),
('memory/myisam/MI_SORT_PARAM', 'NO', 'NO'),
('memory/myisam/MI_SORT_PARAM::wordroot', 'NO', 'NO'),
('memory/myisam/SORT_FT_BUF', 'NO', 'NO'),
('memory/myisam/SORT_KEY_BLOCKS', 'NO', 'NO'),
('memory/myisam/filecopy', 'NO', 'NO'),
('memory/myisam/SORT_INFO::buffer', 'NO', 'NO'),
('memory/myisam/MI_DECODE_TREE', 'NO', 'NO'),
('memory/myisam/MYISAM_SHARE::decode_tables', 'NO', 'NO'),
('memory/myisam/preload_buffer', 'NO', 'NO'),
('memory/myisam/stPageList::pages', 'NO', 'NO'),
('memory/myisam/keycache_thread_var', 'NO', 'NO'),
('memory/innodb/adaptive hash index', 'NO', 'NO'),
('memory/innodb/buf_buf_pool', 'NO', 'NO'),
('memory/innodb/dict_stats_bg_recalc_pool_t', 'NO', 'NO'),
('memory/innodb/dict_stats_index_map_t', 'NO', 'NO'),
('memory/innodb/dict_stats_n_diff_on_level', 'NO', 'NO'),
('memory/innodb/other', 'NO', 'NO'),
('memory/innodb/row_log_buf', 'NO', 'NO'),
('memory/innodb/row_merge_sort', 'NO', 'NO'),
('memory/innodb/std', 'NO', 'NO'),
('memory/innodb/trx_sys_t::rw_trx_ids', 'NO', 'NO'),
('memory/innodb/partitioning', 'NO', 'NO'),
('memory/innodb/api0api', 'NO', 'NO'),
('memory/innodb/btr0btr', 'NO', 'NO'),
('memory/innodb/btr0bulk', 'NO', 'NO'),
('memory/innodb/btr0cur', 'NO', 'NO'),
('memory/innodb/btr0pcur', 'NO', 'NO'),
('memory/innodb/btr0sea', 'NO', 'NO'),
('memory/innodb/buf0buf', 'NO', 'NO'),
('memory/innodb/buf0dblwr', 'NO', 'NO'),
('memory/innodb/buf0dump', 'NO', 'NO'),
('memory/innodb/buf0flu', 'NO', 'NO'),
('memory/innodb/buf0lru', 'NO', 'NO'),
('memory/innodb/dict0dict', 'NO', 'NO'),
('memory/innodb/dict0mem', 'NO', 'NO'),
('memory/innodb/dict0stats', 'NO', 'NO'),
('memory/innodb/dict0stats_bg', 'NO', 'NO'),
('memory/innodb/eval0eval', 'NO', 'NO'),
('memory/innodb/fil0fil', 'NO', 'NO'),
('memory/innodb/fsp0file', 'NO', 'NO'),
('memory/innodb/fsp0space', 'NO', 'NO'),
('memory/innodb/fsp0sysspace', 'NO', 'NO'),
('memory/innodb/fts0ast', 'NO', 'NO'),
('memory/innodb/fts0config', 'NO', 'NO'),
('memory/innodb/fts0fts', 'NO', 'NO'),
('memory/innodb/fts0opt', 'NO', 'NO'),
('memory/innodb/fts0pars', 'NO', 'NO'),
('memory/innodb/fts0que', 'NO', 'NO'),
('memory/innodb/fts0sql', 'NO', 'NO'),
('memory/innodb/gis0sea', 'NO', 'NO'),
('memory/innodb/ha0ha', 'NO', 'NO'),
('memory/innodb/ha_innodb', 'NO', 'NO'),
('memory/innodb/handler0alter', 'NO', 'NO'),
('memory/innodb/hash0hash', 'NO', 'NO'),
('memory/innodb/i_s', 'NO', 'NO'),
('memory/innodb/ibuf0ibuf', 'NO', 'NO'),
('memory/innodb/lexyy', 'NO', 'NO'),
('memory/innodb/lock0lock', 'NO', 'NO'),
('memory/innodb/log0log', 'NO', 'NO'),
('memory/innodb/log0recv', 'NO', 'NO'),
('memory/innodb/mem0mem', 'NO', 'NO'),
('memory/innodb/os0event', 'NO', 'NO'),
('memory/innodb/os0file', 'NO', 'NO'),
('memory/innodb/page0cur', 'NO', 'NO'),
('memory/innodb/page0zip', 'NO', 'NO'),
('memory/innodb/pars0lex', 'NO', 'NO'),
('memory/innodb/read0read', 'NO', 'NO'),
('memory/innodb/rem0rec', 'NO', 'NO'),
('memory/innodb/row0ftsort', 'NO', 'NO'),
('memory/innodb/row0import', 'NO', 'NO'),
('memory/innodb/row0log', 'NO', 'NO'),
('memory/innodb/row0merge', 'NO', 'NO'),
('memory/innodb/row0mysql', 'NO', 'NO'),
('memory/innodb/row0sel', 'NO', 'NO'),
('memory/innodb/row0trunc', 'NO', 'NO'),
('memory/innodb/srv0conc', 'NO', 'NO'),
('memory/innodb/srv0srv', 'NO', 'NO'),
('memory/innodb/srv0start', 'NO', 'NO'),
('memory/innodb/sync0arr', 'NO', 'NO'),
('memory/innodb/sync0debug', 'NO', 'NO'),
('memory/innodb/sync0rw', 'NO', 'NO'),
('memory/innodb/sync0types', 'NO', 'NO'),
('memory/innodb/trx0i_s', 'NO', 'NO'),
('memory/innodb/trx0purge', 'NO', 'NO');
INSERT INTO `setup_instruments` (`NAME`, `ENABLED`, `TIMED`) VALUES
('memory/innodb/trx0roll', 'NO', 'NO'),
('memory/innodb/trx0rseg', 'NO', 'NO'),
('memory/innodb/trx0sys', 'NO', 'NO'),
('memory/innodb/trx0trx', 'NO', 'NO'),
('memory/innodb/trx0undo', 'NO', 'NO'),
('memory/innodb/usr0sess', 'NO', 'NO'),
('memory/innodb/ut0list', 'NO', 'NO'),
('memory/innodb/ut0mem', 'NO', 'NO'),
('memory/innodb/ut0mutex', 'NO', 'NO'),
('memory/innodb/ut0pool', 'NO', 'NO'),
('memory/innodb/ut0rbt', 'NO', 'NO'),
('memory/innodb/ut0wqueue', 'NO', 'NO'),
('memory/myisammrg/MYRG_INFO', 'NO', 'NO'),
('memory/myisammrg/children', 'NO', 'NO'),
('memory/memory/HP_SHARE', 'NO', 'NO'),
('memory/memory/HP_INFO', 'NO', 'NO'),
('memory/memory/HP_PTRS', 'NO', 'NO'),
('memory/memory/HP_KEYDEF', 'NO', 'NO'),
('memory/archive/FRM', 'NO', 'NO'),
('memory/archive/record_buffer', 'NO', 'NO'),
('memory/blackhole/blackhole_share', 'NO', 'NO'),
('memory/partition/ha_partition::file', 'NO', 'NO'),
('memory/partition/ha_partition::engine_array', 'NO', 'NO'),
('memory/partition/ha_partition::part_ids', 'NO', 'NO'),
('memory/sql/tz_storage', 'NO', 'NO'),
('memory/sql/servers_cache', 'NO', 'NO'),
('memory/sql/udf_mem', 'NO', 'NO'),
('wait/lock/metadata/sql/mdl', 'NO', 'NO');

-- --------------------------------------------------------

--
-- Table structure for table `setup_objects`
--

CREATE TABLE `setup_objects` (
  `OBJECT_TYPE` enum('EVENT','FUNCTION','PROCEDURE','TABLE','TRIGGER') NOT NULL DEFAULT 'TABLE',
  `OBJECT_SCHEMA` varchar(64) DEFAULT '%',
  `OBJECT_NAME` varchar(64) NOT NULL DEFAULT '%',
  `ENABLED` enum('YES','NO') NOT NULL DEFAULT 'YES',
  `TIMED` enum('YES','NO') NOT NULL DEFAULT 'YES'
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `setup_objects`
--

INSERT INTO `setup_objects` (`OBJECT_TYPE`, `OBJECT_SCHEMA`, `OBJECT_NAME`, `ENABLED`, `TIMED`) VALUES
('EVENT', 'mysql', '%', 'NO', 'NO'),
('EVENT', 'performance_schema', '%', 'NO', 'NO'),
('EVENT', 'information_schema', '%', 'NO', 'NO'),
('EVENT', '%', '%', 'YES', 'YES'),
('FUNCTION', 'mysql', '%', 'NO', 'NO'),
('FUNCTION', 'performance_schema', '%', 'NO', 'NO'),
('FUNCTION', 'information_schema', '%', 'NO', 'NO'),
('FUNCTION', '%', '%', 'YES', 'YES'),
('PROCEDURE', 'mysql', '%', 'NO', 'NO'),
('PROCEDURE', 'performance_schema', '%', 'NO', 'NO'),
('PROCEDURE', 'information_schema', '%', 'NO', 'NO'),
('PROCEDURE', '%', '%', 'YES', 'YES'),
('TABLE', 'mysql', '%', 'NO', 'NO'),
('TABLE', 'performance_schema', '%', 'NO', 'NO'),
('TABLE', 'information_schema', '%', 'NO', 'NO'),
('TABLE', '%', '%', 'YES', 'YES'),
('TRIGGER', 'mysql', '%', 'NO', 'NO'),
('TRIGGER', 'performance_schema', '%', 'NO', 'NO'),
('TRIGGER', 'information_schema', '%', 'NO', 'NO'),
('TRIGGER', '%', '%', 'YES', 'YES');

-- --------------------------------------------------------

--
-- Table structure for table `setup_timers`
--

CREATE TABLE `setup_timers` (
  `NAME` varchar(64) NOT NULL,
  `TIMER_NAME` enum('CYCLE','NANOSECOND','MICROSECOND','MILLISECOND','TICK') NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `setup_timers`
--

INSERT INTO `setup_timers` (`NAME`, `TIMER_NAME`) VALUES
('idle', 'MICROSECOND'),
('wait', 'CYCLE'),
('stage', 'NANOSECOND'),
('statement', 'NANOSECOND'),
('transaction', 'NANOSECOND');

-- --------------------------------------------------------

--
-- Table structure for table `socket_instances`
--

CREATE TABLE `socket_instances` (
  `EVENT_NAME` varchar(128) NOT NULL,
  `OBJECT_INSTANCE_BEGIN` bigint(20) UNSIGNED NOT NULL,
  `THREAD_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `SOCKET_ID` int(11) NOT NULL,
  `IP` varchar(64) NOT NULL,
  `PORT` int(11) NOT NULL,
  `STATE` enum('IDLE','ACTIVE') NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `socket_instances`
--

INSERT INTO `socket_instances` (`EVENT_NAME`, `OBJECT_INSTANCE_BEGIN`, `THREAD_ID`, `SOCKET_ID`, `IP`, `PORT`, `STATE`) VALUES
('wait/io/socket/sql/server_tcpip_socket', 62670464, 1, 33, '0.0.0.0', 3306, 'ACTIVE'),
('wait/io/socket/sql/server_unix_socket', 62670784, 1, 34, '', 0, 'ACTIVE'),
('wait/io/socket/sql/client_connection', 62699584, 5695, 85, '191.177.184.88', 13881, 'IDLE'),
('wait/io/socket/sql/client_connection', 62699904, 5696, 88, '191.177.184.88', 13882, 'IDLE'),
('wait/io/socket/sql/client_connection', 62705024, 5712, 92, '191.177.184.88', 13902, 'IDLE'),
('wait/io/socket/sql/client_connection', 62705344, 5713, 93, '191.177.184.88', 13903, 'IDLE'),
('wait/io/socket/sql/client_connection', 62729024, 6037, 55, '', 0, 'IDLE'),
('wait/io/socket/sql/client_connection', 62731264, 6044, 125, '', 0, 'ACTIVE'),
('wait/io/socket/sql/client_connection', 62731584, 6045, 128, '', 0, 'IDLE');

-- --------------------------------------------------------

--
-- Table structure for table `socket_summary_by_event_name`
--

CREATE TABLE `socket_summary_by_event_name` (
  `EVENT_NAME` varchar(128) NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `COUNT_READ` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `SUM_NUMBER_OF_BYTES_READ` bigint(20) UNSIGNED NOT NULL,
  `COUNT_WRITE` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `SUM_NUMBER_OF_BYTES_WRITE` bigint(20) UNSIGNED NOT NULL,
  `COUNT_MISC` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_MISC` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_MISC` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_MISC` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_MISC` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `socket_summary_by_event_name`
--

INSERT INTO `socket_summary_by_event_name` (`EVENT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `COUNT_READ`, `SUM_TIMER_READ`, `MIN_TIMER_READ`, `AVG_TIMER_READ`, `MAX_TIMER_READ`, `SUM_NUMBER_OF_BYTES_READ`, `COUNT_WRITE`, `SUM_TIMER_WRITE`, `MIN_TIMER_WRITE`, `AVG_TIMER_WRITE`, `MAX_TIMER_WRITE`, `SUM_NUMBER_OF_BYTES_WRITE`, `COUNT_MISC`, `SUM_TIMER_MISC`, `MIN_TIMER_MISC`, `AVG_TIMER_MISC`, `MAX_TIMER_MISC`) VALUES
('wait/io/socket/sql/server_tcpip_socket', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/socket/sql/server_unix_socket', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/socket/sql/client_connection', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `socket_summary_by_instance`
--

CREATE TABLE `socket_summary_by_instance` (
  `EVENT_NAME` varchar(128) NOT NULL,
  `OBJECT_INSTANCE_BEGIN` bigint(20) UNSIGNED NOT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `COUNT_READ` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `SUM_NUMBER_OF_BYTES_READ` bigint(20) UNSIGNED NOT NULL,
  `COUNT_WRITE` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `SUM_NUMBER_OF_BYTES_WRITE` bigint(20) UNSIGNED NOT NULL,
  `COUNT_MISC` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_MISC` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_MISC` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_MISC` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_MISC` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `socket_summary_by_instance`
--

INSERT INTO `socket_summary_by_instance` (`EVENT_NAME`, `OBJECT_INSTANCE_BEGIN`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `COUNT_READ`, `SUM_TIMER_READ`, `MIN_TIMER_READ`, `AVG_TIMER_READ`, `MAX_TIMER_READ`, `SUM_NUMBER_OF_BYTES_READ`, `COUNT_WRITE`, `SUM_TIMER_WRITE`, `MIN_TIMER_WRITE`, `AVG_TIMER_WRITE`, `MAX_TIMER_WRITE`, `SUM_NUMBER_OF_BYTES_WRITE`, `COUNT_MISC`, `SUM_TIMER_MISC`, `MIN_TIMER_MISC`, `AVG_TIMER_MISC`, `MAX_TIMER_MISC`) VALUES
('wait/io/socket/sql/server_tcpip_socket', 62670464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/socket/sql/server_unix_socket', 62670784, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/socket/sql/client_connection', 62699584, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/socket/sql/client_connection', 62699904, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/socket/sql/client_connection', 62705024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/socket/sql/client_connection', 62705344, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/socket/sql/client_connection', 62729024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/socket/sql/client_connection', 62731264, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('wait/io/socket/sql/client_connection', 62731584, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `status_by_account`
--

CREATE TABLE `status_by_account` (
  `USER` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `VARIABLE_NAME` varchar(64) NOT NULL,
  `VARIABLE_VALUE` varchar(1024) DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `status_by_account`
--

INSERT INTO `status_by_account` (`USER`, `HOST`, `VARIABLE_NAME`, `VARIABLE_VALUE`) VALUES
(NULL, NULL, 'Bytes_received', '43360'),
(NULL, NULL, 'Bytes_sent', '53059'),
(NULL, NULL, 'Com_stmt_reprepare', '0'),
(NULL, NULL, 'Created_tmp_disk_tables', '0'),
(NULL, NULL, 'Created_tmp_tables', '0'),
(NULL, NULL, 'Handler_commit', '0'),
(NULL, NULL, 'Handler_delete', '0'),
(NULL, NULL, 'Handler_discover', '0'),
(NULL, NULL, 'Handler_external_lock', '0'),
(NULL, NULL, 'Handler_mrr_init', '0'),
(NULL, NULL, 'Handler_prepare', '0'),
(NULL, NULL, 'Handler_read_first', '0'),
(NULL, NULL, 'Handler_read_key', '0'),
(NULL, NULL, 'Handler_read_last', '0'),
(NULL, NULL, 'Handler_read_next', '0'),
(NULL, NULL, 'Handler_read_prev', '0'),
(NULL, NULL, 'Handler_read_rnd', '0'),
(NULL, NULL, 'Handler_read_rnd_next', '0'),
(NULL, NULL, 'Handler_rollback', '0'),
(NULL, NULL, 'Handler_savepoint', '0'),
(NULL, NULL, 'Handler_savepoint_rollback', '0'),
(NULL, NULL, 'Handler_update', '0'),
(NULL, NULL, 'Handler_write', '0'),
(NULL, NULL, 'Max_execution_time_exceeded', '0'),
(NULL, NULL, 'Max_execution_time_set', '0'),
(NULL, NULL, 'Max_execution_time_set_failed', '0'),
(NULL, NULL, 'Opened_table_definitions', '0'),
(NULL, NULL, 'Opened_tables', '0'),
(NULL, NULL, 'Questions', '0'),
(NULL, NULL, 'Select_full_join', '0'),
(NULL, NULL, 'Select_full_range_join', '0'),
(NULL, NULL, 'Select_range', '0'),
(NULL, NULL, 'Select_range_check', '0'),
(NULL, NULL, 'Select_scan', '0'),
(NULL, NULL, 'Slow_queries', '0'),
(NULL, NULL, 'Sort_merge_passes', '0'),
(NULL, NULL, 'Sort_range', '0'),
(NULL, NULL, 'Sort_rows', '0'),
(NULL, NULL, 'Sort_scan', '0'),
(NULL, NULL, 'Table_open_cache_hits', '0'),
(NULL, NULL, 'Table_open_cache_misses', '0'),
(NULL, NULL, 'Table_open_cache_overflows', '0'),
('root', 'localhost', 'Bytes_received', '181'),
('root', 'localhost', 'Bytes_sent', '117'),
('root', 'localhost', 'Com_stmt_reprepare', '0'),
('root', 'localhost', 'Created_tmp_disk_tables', '0'),
('root', 'localhost', 'Created_tmp_tables', '0'),
('root', 'localhost', 'Handler_commit', '0'),
('root', 'localhost', 'Handler_delete', '0'),
('root', 'localhost', 'Handler_discover', '0'),
('root', 'localhost', 'Handler_external_lock', '0'),
('root', 'localhost', 'Handler_mrr_init', '0'),
('root', 'localhost', 'Handler_prepare', '0'),
('root', 'localhost', 'Handler_read_first', '0'),
('root', 'localhost', 'Handler_read_key', '0'),
('root', 'localhost', 'Handler_read_last', '0'),
('root', 'localhost', 'Handler_read_next', '0'),
('root', 'localhost', 'Handler_read_prev', '0'),
('root', 'localhost', 'Handler_read_rnd', '0'),
('root', 'localhost', 'Handler_read_rnd_next', '0'),
('root', 'localhost', 'Handler_rollback', '0'),
('root', 'localhost', 'Handler_savepoint', '0'),
('root', 'localhost', 'Handler_savepoint_rollback', '0'),
('root', 'localhost', 'Handler_update', '0'),
('root', 'localhost', 'Handler_write', '0'),
('root', 'localhost', 'Max_execution_time_exceeded', '0'),
('root', 'localhost', 'Max_execution_time_set', '0'),
('root', 'localhost', 'Max_execution_time_set_failed', '0'),
('root', 'localhost', 'Opened_table_definitions', '0'),
('root', 'localhost', 'Opened_tables', '0'),
('root', 'localhost', 'Questions', '1'),
('root', 'localhost', 'Select_full_join', '0'),
('root', 'localhost', 'Select_full_range_join', '0'),
('root', 'localhost', 'Select_range', '0'),
('root', 'localhost', 'Select_range_check', '0'),
('root', 'localhost', 'Select_scan', '0'),
('root', 'localhost', 'Slow_queries', '0'),
('root', 'localhost', 'Sort_merge_passes', '0'),
('root', 'localhost', 'Sort_range', '0'),
('root', 'localhost', 'Sort_rows', '0'),
('root', 'localhost', 'Sort_scan', '0'),
('root', 'localhost', 'Table_open_cache_hits', '0'),
('root', 'localhost', 'Table_open_cache_misses', '0'),
('root', 'localhost', 'Table_open_cache_overflows', '0'),
('ambassador', 'localhost', 'Bytes_received', '2896437'),
('ambassador', 'localhost', 'Bytes_sent', '7155663'),
('ambassador', 'localhost', 'Com_stmt_reprepare', '0'),
('ambassador', 'localhost', 'Created_tmp_disk_tables', '77'),
('ambassador', 'localhost', 'Created_tmp_tables', '110'),
('ambassador', 'localhost', 'Handler_commit', '10540'),
('ambassador', 'localhost', 'Handler_delete', '1'),
('ambassador', 'localhost', 'Handler_discover', '0'),
('ambassador', 'localhost', 'Handler_external_lock', '10574'),
('ambassador', 'localhost', 'Handler_mrr_init', '0'),
('ambassador', 'localhost', 'Handler_prepare', '0'),
('ambassador', 'localhost', 'Handler_read_first', '101'),
('ambassador', 'localhost', 'Handler_read_key', '5822'),
('ambassador', 'localhost', 'Handler_read_last', '0'),
('ambassador', 'localhost', 'Handler_read_next', '4009'),
('ambassador', 'localhost', 'Handler_read_prev', '0'),
('ambassador', 'localhost', 'Handler_read_rnd', '0'),
('ambassador', 'localhost', 'Handler_read_rnd_next', '7681'),
('ambassador', 'localhost', 'Handler_rollback', '0'),
('ambassador', 'localhost', 'Handler_savepoint', '0'),
('ambassador', 'localhost', 'Handler_savepoint_rollback', '0'),
('ambassador', 'localhost', 'Handler_update', '1'),
('ambassador', 'localhost', 'Handler_write', '2214'),
('ambassador', 'localhost', 'Max_execution_time_exceeded', '0'),
('ambassador', 'localhost', 'Max_execution_time_set', '0'),
('ambassador', 'localhost', 'Max_execution_time_set_failed', '0'),
('ambassador', 'localhost', 'Opened_table_definitions', '25'),
('ambassador', 'localhost', 'Opened_tables', '69'),
('ambassador', 'localhost', 'Questions', '37124'),
('ambassador', 'localhost', 'Select_full_join', '3'),
('ambassador', 'localhost', 'Select_full_range_join', '0'),
('ambassador', 'localhost', 'Select_range', '0'),
('ambassador', 'localhost', 'Select_range_check', '0'),
('ambassador', 'localhost', 'Select_scan', '133'),
('ambassador', 'localhost', 'Slow_queries', '0'),
('ambassador', 'localhost', 'Sort_merge_passes', '0'),
('ambassador', 'localhost', 'Sort_range', '0'),
('ambassador', 'localhost', 'Sort_rows', '0'),
('ambassador', 'localhost', 'Sort_scan', '2'),
('ambassador', 'localhost', 'Table_open_cache_hits', '10603'),
('ambassador', 'localhost', 'Table_open_cache_misses', '69'),
('ambassador', 'localhost', 'Table_open_cache_overflows', '38'),
('5coisas', '201.182.174.227', 'Bytes_received', '372'),
('5coisas', '201.182.174.227', 'Bytes_sent', '204'),
('5coisas', '201.182.174.227', 'Com_stmt_reprepare', '0'),
('5coisas', '201.182.174.227', 'Created_tmp_disk_tables', '0'),
('5coisas', '201.182.174.227', 'Created_tmp_tables', '1'),
('5coisas', '201.182.174.227', 'Handler_commit', '1'),
('5coisas', '201.182.174.227', 'Handler_delete', '0'),
('5coisas', '201.182.174.227', 'Handler_discover', '0'),
('5coisas', '201.182.174.227', 'Handler_external_lock', '2'),
('5coisas', '201.182.174.227', 'Handler_mrr_init', '0'),
('5coisas', '201.182.174.227', 'Handler_prepare', '0'),
('5coisas', '201.182.174.227', 'Handler_read_first', '1'),
('5coisas', '201.182.174.227', 'Handler_read_key', '1'),
('5coisas', '201.182.174.227', 'Handler_read_last', '0'),
('5coisas', '201.182.174.227', 'Handler_read_next', '0'),
('5coisas', '201.182.174.227', 'Handler_read_prev', '0'),
('5coisas', '201.182.174.227', 'Handler_read_rnd', '0'),
('5coisas', '201.182.174.227', 'Handler_read_rnd_next', '6'),
('5coisas', '201.182.174.227', 'Handler_rollback', '0'),
('5coisas', '201.182.174.227', 'Handler_savepoint', '0'),
('5coisas', '201.182.174.227', 'Handler_savepoint_rollback', '0'),
('5coisas', '201.182.174.227', 'Handler_update', '0'),
('5coisas', '201.182.174.227', 'Handler_write', '2'),
('5coisas', '201.182.174.227', 'Max_execution_time_exceeded', '0'),
('5coisas', '201.182.174.227', 'Max_execution_time_set', '0'),
('5coisas', '201.182.174.227', 'Max_execution_time_set_failed', '0'),
('5coisas', '201.182.174.227', 'Opened_table_definitions', '1'),
('5coisas', '201.182.174.227', 'Opened_tables', '1'),
('5coisas', '201.182.174.227', 'Questions', '3'),
('5coisas', '201.182.174.227', 'Select_full_join', '0'),
('5coisas', '201.182.174.227', 'Select_full_range_join', '0'),
('5coisas', '201.182.174.227', 'Select_range', '0'),
('5coisas', '201.182.174.227', 'Select_range_check', '0'),
('5coisas', '201.182.174.227', 'Select_scan', '1'),
('5coisas', '201.182.174.227', 'Slow_queries', '0'),
('5coisas', '201.182.174.227', 'Sort_merge_passes', '0'),
('5coisas', '201.182.174.227', 'Sort_range', '0'),
('5coisas', '201.182.174.227', 'Sort_rows', '0'),
('5coisas', '201.182.174.227', 'Sort_scan', '0'),
('5coisas', '201.182.174.227', 'Table_open_cache_hits', '0'),
('5coisas', '201.182.174.227', 'Table_open_cache_misses', '1'),
('5coisas', '201.182.174.227', 'Table_open_cache_overflows', '0'),
('cbx', '179.180.156.171', 'Bytes_received', '96222'),
('cbx', '179.180.156.171', 'Bytes_sent', '2758307'),
('cbx', '179.180.156.171', 'Com_stmt_reprepare', '0'),
('cbx', '179.180.156.171', 'Created_tmp_disk_tables', '31'),
('cbx', '179.180.156.171', 'Created_tmp_tables', '31'),
('cbx', '179.180.156.171', 'Handler_commit', '652'),
('cbx', '179.180.156.171', 'Handler_delete', '1'),
('cbx', '179.180.156.171', 'Handler_discover', '0'),
('cbx', '179.180.156.171', 'Handler_external_lock', '1556'),
('cbx', '179.180.156.171', 'Handler_mrr_init', '0'),
('cbx', '179.180.156.171', 'Handler_prepare', '0'),
('cbx', '179.180.156.171', 'Handler_read_first', '64'),
('cbx', '179.180.156.171', 'Handler_read_key', '5309'),
('cbx', '179.180.156.171', 'Handler_read_last', '0'),
('cbx', '179.180.156.171', 'Handler_read_next', '6639'),
('cbx', '179.180.156.171', 'Handler_read_prev', '851'),
('cbx', '179.180.156.171', 'Handler_read_rnd', '4149'),
('cbx', '179.180.156.171', 'Handler_read_rnd_next', '7922'),
('cbx', '179.180.156.171', 'Handler_rollback', '0'),
('cbx', '179.180.156.171', 'Handler_savepoint', '0'),
('cbx', '179.180.156.171', 'Handler_savepoint_rollback', '0'),
('cbx', '179.180.156.171', 'Handler_update', '2'),
('cbx', '179.180.156.171', 'Handler_write', '1'),
('cbx', '179.180.156.171', 'Max_execution_time_exceeded', '0'),
('cbx', '179.180.156.171', 'Max_execution_time_set', '0'),
('cbx', '179.180.156.171', 'Max_execution_time_set_failed', '0'),
('cbx', '179.180.156.171', 'Opened_table_definitions', '8'),
('cbx', '179.180.156.171', 'Opened_tables', '128'),
('cbx', '179.180.156.171', 'Questions', '881'),
('cbx', '179.180.156.171', 'Select_full_join', '0'),
('cbx', '179.180.156.171', 'Select_full_range_join', '0'),
('cbx', '179.180.156.171', 'Select_range', '132'),
('cbx', '179.180.156.171', 'Select_range_check', '0'),
('cbx', '179.180.156.171', 'Select_scan', '34'),
('cbx', '179.180.156.171', 'Slow_queries', '0'),
('cbx', '179.180.156.171', 'Sort_merge_passes', '0'),
('cbx', '179.180.156.171', 'Sort_range', '131'),
('cbx', '179.180.156.171', 'Sort_rows', '4149'),
('cbx', '179.180.156.171', 'Sort_scan', '30'),
('cbx', '179.180.156.171', 'Table_open_cache_hits', '651'),
('cbx', '179.180.156.171', 'Table_open_cache_misses', '128'),
('cbx', '179.180.156.171', 'Table_open_cache_overflows', '8'),
('cbx', '67.205.129.192', 'Bytes_received', '143202'),
('cbx', '67.205.129.192', 'Bytes_sent', '2629297'),
('cbx', '67.205.129.192', 'Com_stmt_reprepare', '0'),
('cbx', '67.205.129.192', 'Created_tmp_disk_tables', '12'),
('cbx', '67.205.129.192', 'Created_tmp_tables', '12'),
('cbx', '67.205.129.192', 'Handler_commit', '458'),
('cbx', '67.205.129.192', 'Handler_delete', '14'),
('cbx', '67.205.129.192', 'Handler_discover', '0'),
('cbx', '67.205.129.192', 'Handler_external_lock', '960'),
('cbx', '67.205.129.192', 'Handler_mrr_init', '0'),
('cbx', '67.205.129.192', 'Handler_prepare', '0'),
('cbx', '67.205.129.192', 'Handler_read_first', '53'),
('cbx', '67.205.129.192', 'Handler_read_key', '1581'),
('cbx', '67.205.129.192', 'Handler_read_last', '0'),
('cbx', '67.205.129.192', 'Handler_read_next', '1948'),
('cbx', '67.205.129.192', 'Handler_read_prev', '0'),
('cbx', '67.205.129.192', 'Handler_read_rnd', '1024'),
('cbx', '67.205.129.192', 'Handler_read_rnd_next', '9842'),
('cbx', '67.205.129.192', 'Handler_rollback', '0'),
('cbx', '67.205.129.192', 'Handler_savepoint', '0'),
('cbx', '67.205.129.192', 'Handler_savepoint_rollback', '0'),
('cbx', '67.205.129.192', 'Handler_update', '36'),
('cbx', '67.205.129.192', 'Handler_write', '14'),
('cbx', '67.205.129.192', 'Max_execution_time_exceeded', '0'),
('cbx', '67.205.129.192', 'Max_execution_time_set', '0'),
('cbx', '67.205.129.192', 'Max_execution_time_set_failed', '0'),
('cbx', '67.205.129.192', 'Opened_table_definitions', '0'),
('cbx', '67.205.129.192', 'Opened_tables', '7'),
('cbx', '67.205.129.192', 'Questions', '716'),
('cbx', '67.205.129.192', 'Select_full_join', '0'),
('cbx', '67.205.129.192', 'Select_full_range_join', '0'),
('cbx', '67.205.129.192', 'Select_range', '33'),
('cbx', '67.205.129.192', 'Select_range_check', '0'),
('cbx', '67.205.129.192', 'Select_scan', '53'),
('cbx', '67.205.129.192', 'Slow_queries', '0'),
('cbx', '67.205.129.192', 'Sort_merge_passes', '0'),
('cbx', '67.205.129.192', 'Sort_range', '37'),
('cbx', '67.205.129.192', 'Sort_rows', '1024'),
('cbx', '67.205.129.192', 'Sort_scan', '0'),
('cbx', '67.205.129.192', 'Table_open_cache_hits', '485'),
('cbx', '67.205.129.192', 'Table_open_cache_misses', '7'),
('cbx', '67.205.129.192', 'Table_open_cache_overflows', '7'),
('forge', '191.177.184.88', 'Bytes_received', '58774'),
('forge', '191.177.184.88', 'Bytes_sent', '2004328'),
('forge', '191.177.184.88', 'Com_stmt_reprepare', '0'),
('forge', '191.177.184.88', 'Created_tmp_disk_tables', '122'),
('forge', '191.177.184.88', 'Created_tmp_tables', '387'),
('forge', '191.177.184.88', 'Handler_commit', '42'),
('forge', '191.177.184.88', 'Handler_delete', '0'),
('forge', '191.177.184.88', 'Handler_discover', '0'),
('forge', '191.177.184.88', 'Handler_external_lock', '206'),
('forge', '191.177.184.88', 'Handler_mrr_init', '0'),
('forge', '191.177.184.88', 'Handler_prepare', '0'),
('forge', '191.177.184.88', 'Handler_read_first', '105'),
('forge', '191.177.184.88', 'Handler_read_key', '101'),
('forge', '191.177.184.88', 'Handler_read_last', '0'),
('forge', '191.177.184.88', 'Handler_read_next', '192'),
('forge', '191.177.184.88', 'Handler_read_prev', '0'),
('forge', '191.177.184.88', 'Handler_read_rnd', '0'),
('forge', '191.177.184.88', 'Handler_read_rnd_next', '95703'),
('forge', '191.177.184.88', 'Handler_rollback', '0'),
('forge', '191.177.184.88', 'Handler_savepoint', '0'),
('forge', '191.177.184.88', 'Handler_savepoint_rollback', '0'),
('forge', '191.177.184.88', 'Handler_update', '0'),
('forge', '191.177.184.88', 'Handler_write', '62520'),
('forge', '191.177.184.88', 'Max_execution_time_exceeded', '0'),
('forge', '191.177.184.88', 'Max_execution_time_set', '0'),
('forge', '191.177.184.88', 'Max_execution_time_set_failed', '0'),
('forge', '191.177.184.88', 'Opened_table_definitions', '31'),
('forge', '191.177.184.88', 'Opened_tables', '94'),
('forge', '191.177.184.88', 'Questions', '821'),
('forge', '191.177.184.88', 'Select_full_join', '64'),
('forge', '191.177.184.88', 'Select_full_range_join', '0'),
('forge', '191.177.184.88', 'Select_range', '0'),
('forge', '191.177.184.88', 'Select_range_check', '0'),
('forge', '191.177.184.88', 'Select_scan', '380'),
('forge', '191.177.184.88', 'Slow_queries', '0'),
('forge', '191.177.184.88', 'Sort_merge_passes', '0'),
('forge', '191.177.184.88', 'Sort_range', '0'),
('forge', '191.177.184.88', 'Sort_rows', '0'),
('forge', '191.177.184.88', 'Sort_scan', '42'),
('forge', '191.177.184.88', 'Table_open_cache_hits', '148'),
('forge', '191.177.184.88', 'Table_open_cache_misses', '94'),
('forge', '191.177.184.88', 'Table_open_cache_overflows', '22'),
('debian-sys-maint', 'localhost', 'Bytes_received', '436'),
('debian-sys-maint', 'localhost', 'Bytes_sent', '234'),
('debian-sys-maint', 'localhost', 'Com_stmt_reprepare', '0'),
('debian-sys-maint', 'localhost', 'Created_tmp_disk_tables', '0'),
('debian-sys-maint', 'localhost', 'Created_tmp_tables', '0'),
('debian-sys-maint', 'localhost', 'Handler_commit', '0'),
('debian-sys-maint', 'localhost', 'Handler_delete', '0'),
('debian-sys-maint', 'localhost', 'Handler_discover', '0'),
('debian-sys-maint', 'localhost', 'Handler_external_lock', '0'),
('debian-sys-maint', 'localhost', 'Handler_mrr_init', '0'),
('debian-sys-maint', 'localhost', 'Handler_prepare', '0'),
('debian-sys-maint', 'localhost', 'Handler_read_first', '0'),
('debian-sys-maint', 'localhost', 'Handler_read_key', '0'),
('debian-sys-maint', 'localhost', 'Handler_read_last', '0'),
('debian-sys-maint', 'localhost', 'Handler_read_next', '0'),
('debian-sys-maint', 'localhost', 'Handler_read_prev', '0'),
('debian-sys-maint', 'localhost', 'Handler_read_rnd', '0'),
('debian-sys-maint', 'localhost', 'Handler_read_rnd_next', '0'),
('debian-sys-maint', 'localhost', 'Handler_rollback', '0'),
('debian-sys-maint', 'localhost', 'Handler_savepoint', '0'),
('debian-sys-maint', 'localhost', 'Handler_savepoint_rollback', '0'),
('debian-sys-maint', 'localhost', 'Handler_update', '0'),
('debian-sys-maint', 'localhost', 'Handler_write', '0'),
('debian-sys-maint', 'localhost', 'Max_execution_time_exceeded', '0'),
('debian-sys-maint', 'localhost', 'Max_execution_time_set', '0'),
('debian-sys-maint', 'localhost', 'Max_execution_time_set_failed', '0'),
('debian-sys-maint', 'localhost', 'Opened_table_definitions', '0'),
('debian-sys-maint', 'localhost', 'Opened_tables', '0'),
('debian-sys-maint', 'localhost', 'Questions', '3'),
('debian-sys-maint', 'localhost', 'Select_full_join', '0'),
('debian-sys-maint', 'localhost', 'Select_full_range_join', '0'),
('debian-sys-maint', 'localhost', 'Select_range', '0'),
('debian-sys-maint', 'localhost', 'Select_range_check', '0'),
('debian-sys-maint', 'localhost', 'Select_scan', '0'),
('debian-sys-maint', 'localhost', 'Slow_queries', '0'),
('debian-sys-maint', 'localhost', 'Sort_merge_passes', '0'),
('debian-sys-maint', 'localhost', 'Sort_range', '0'),
('debian-sys-maint', 'localhost', 'Sort_rows', '0'),
('debian-sys-maint', 'localhost', 'Sort_scan', '0'),
('debian-sys-maint', 'localhost', 'Table_open_cache_hits', '0'),
('debian-sys-maint', 'localhost', 'Table_open_cache_misses', '0'),
('debian-sys-maint', 'localhost', 'Table_open_cache_overflows', '0'),
('cbx', 'localhost', 'Bytes_received', '603392'),
('cbx', 'localhost', 'Bytes_sent', '20442855'),
('cbx', 'localhost', 'Com_stmt_reprepare', '0'),
('cbx', 'localhost', 'Created_tmp_disk_tables', '574'),
('cbx', 'localhost', 'Created_tmp_tables', '591'),
('cbx', 'localhost', 'Handler_commit', '3733'),
('cbx', 'localhost', 'Handler_delete', '19'),
('cbx', 'localhost', 'Handler_discover', '0'),
('cbx', 'localhost', 'Handler_external_lock', '9642'),
('cbx', 'localhost', 'Handler_mrr_init', '0'),
('cbx', 'localhost', 'Handler_prepare', '0'),
('cbx', 'localhost', 'Handler_read_first', '668'),
('cbx', 'localhost', 'Handler_read_key', '11285'),
('cbx', 'localhost', 'Handler_read_last', '0'),
('cbx', 'localhost', 'Handler_read_next', '37810'),
('cbx', 'localhost', 'Handler_read_prev', '1660'),
('cbx', 'localhost', 'Handler_read_rnd', '6329'),
('cbx', 'localhost', 'Handler_read_rnd_next', '55238'),
('cbx', 'localhost', 'Handler_rollback', '0'),
('cbx', 'localhost', 'Handler_savepoint', '0'),
('cbx', 'localhost', 'Handler_savepoint_rollback', '0'),
('cbx', 'localhost', 'Handler_update', '83'),
('cbx', 'localhost', 'Handler_write', '19176'),
('cbx', 'localhost', 'Max_execution_time_exceeded', '0'),
('cbx', 'localhost', 'Max_execution_time_set', '0'),
('cbx', 'localhost', 'Max_execution_time_set_failed', '0'),
('cbx', 'localhost', 'Opened_table_definitions', '3'),
('cbx', 'localhost', 'Opened_tables', '21'),
('cbx', 'localhost', 'Questions', '4066'),
('cbx', 'localhost', 'Select_full_join', '0'),
('cbx', 'localhost', 'Select_full_range_join', '0'),
('cbx', 'localhost', 'Select_range', '61'),
('cbx', 'localhost', 'Select_range_check', '0'),
('cbx', 'localhost', 'Select_scan', '129'),
('cbx', 'localhost', 'Slow_queries', '0'),
('cbx', 'localhost', 'Sort_merge_passes', '6'),
('cbx', 'localhost', 'Sort_range', '45'),
('cbx', 'localhost', 'Sort_rows', '6791'),
('cbx', 'localhost', 'Sort_scan', '553'),
('cbx', 'localhost', 'Table_open_cache_hits', '4835'),
('cbx', 'localhost', 'Table_open_cache_misses', '21'),
('cbx', 'localhost', 'Table_open_cache_overflows', '10'),
('beliv', 'localhost', 'Bytes_received', '5273'),
('beliv', 'localhost', 'Bytes_sent', '13548'),
('beliv', 'localhost', 'Com_stmt_reprepare', '0'),
('beliv', 'localhost', 'Created_tmp_disk_tables', '0'),
('beliv', 'localhost', 'Created_tmp_tables', '1'),
('beliv', 'localhost', 'Handler_commit', '14'),
('beliv', 'localhost', 'Handler_delete', '0'),
('beliv', 'localhost', 'Handler_discover', '0'),
('beliv', 'localhost', 'Handler_external_lock', '38'),
('beliv', 'localhost', 'Handler_mrr_init', '0'),
('beliv', 'localhost', 'Handler_prepare', '0'),
('beliv', 'localhost', 'Handler_read_first', '8'),
('beliv', 'localhost', 'Handler_read_key', '31'),
('beliv', 'localhost', 'Handler_read_last', '0'),
('beliv', 'localhost', 'Handler_read_next', '0'),
('beliv', 'localhost', 'Handler_read_prev', '0'),
('beliv', 'localhost', 'Handler_read_rnd', '4'),
('beliv', 'localhost', 'Handler_read_rnd_next', '117'),
('beliv', 'localhost', 'Handler_rollback', '0'),
('beliv', 'localhost', 'Handler_savepoint', '0'),
('beliv', 'localhost', 'Handler_savepoint_rollback', '0'),
('beliv', 'localhost', 'Handler_update', '0'),
('beliv', 'localhost', 'Handler_write', '4'),
('beliv', 'localhost', 'Max_execution_time_exceeded', '0'),
('beliv', 'localhost', 'Max_execution_time_set', '0'),
('beliv', 'localhost', 'Max_execution_time_set_failed', '0'),
('beliv', 'localhost', 'Opened_table_definitions', '4'),
('beliv', 'localhost', 'Opened_tables', '4'),
('beliv', 'localhost', 'Questions', '18'),
('beliv', 'localhost', 'Select_full_join', '1'),
('beliv', 'localhost', 'Select_full_range_join', '0'),
('beliv', 'localhost', 'Select_range', '0'),
('beliv', 'localhost', 'Select_range_check', '0'),
('beliv', 'localhost', 'Select_scan', '7'),
('beliv', 'localhost', 'Slow_queries', '0'),
('beliv', 'localhost', 'Sort_merge_passes', '0'),
('beliv', 'localhost', 'Sort_range', '0'),
('beliv', 'localhost', 'Sort_rows', '4'),
('beliv', 'localhost', 'Sort_scan', '1'),
('beliv', 'localhost', 'Table_open_cache_hits', '15'),
('beliv', 'localhost', 'Table_open_cache_misses', '4'),
('beliv', 'localhost', 'Table_open_cache_overflows', '0'),
('forge', 'localhost', 'Bytes_received', '763243'),
('forge', 'localhost', 'Bytes_sent', '12381847'),
('forge', 'localhost', 'Com_stmt_reprepare', '0'),
('forge', 'localhost', 'Created_tmp_disk_tables', '1042'),
('forge', 'localhost', 'Created_tmp_tables', '3693'),
('forge', 'localhost', 'Handler_commit', '266'),
('forge', 'localhost', 'Handler_delete', '0'),
('forge', 'localhost', 'Handler_discover', '0'),
('forge', 'localhost', 'Handler_external_lock', '1089'),
('forge', 'localhost', 'Handler_mrr_init', '0'),
('forge', 'localhost', 'Handler_prepare', '0'),
('forge', 'localhost', 'Handler_read_first', '1298'),
('forge', 'localhost', 'Handler_read_key', '1279'),
('forge', 'localhost', 'Handler_read_last', '0'),
('forge', 'localhost', 'Handler_read_next', '40104'),
('forge', 'localhost', 'Handler_read_prev', '0'),
('forge', 'localhost', 'Handler_read_rnd', '5741'),
('forge', 'localhost', 'Handler_read_rnd_next', '164487'),
('forge', 'localhost', 'Handler_rollback', '0'),
('forge', 'localhost', 'Handler_savepoint', '0'),
('forge', 'localhost', 'Handler_savepoint_rollback', '0'),
('forge', 'localhost', 'Handler_update', '0'),
('forge', 'localhost', 'Handler_write', '66254'),
('forge', 'localhost', 'Max_execution_time_exceeded', '0'),
('forge', 'localhost', 'Max_execution_time_set', '0'),
('forge', 'localhost', 'Max_execution_time_set_failed', '0'),
('forge', 'localhost', 'Opened_table_definitions', '278'),
('forge', 'localhost', 'Opened_tables', '1069'),
('forge', 'localhost', 'Questions', '4196'),
('forge', 'localhost', 'Select_full_join', '63'),
('forge', 'localhost', 'Select_full_range_join', '0'),
('forge', 'localhost', 'Select_range', '0'),
('forge', 'localhost', 'Select_range_check', '0'),
('forge', 'localhost', 'Select_scan', '2680'),
('forge', 'localhost', 'Slow_queries', '0'),
('forge', 'localhost', 'Sort_merge_passes', '0'),
('forge', 'localhost', 'Sort_range', '0'),
('forge', 'localhost', 'Sort_rows', '5741'),
('forge', 'localhost', 'Sort_scan', '359'),
('forge', 'localhost', 'Table_open_cache_hits', '1687'),
('forge', 'localhost', 'Table_open_cache_misses', '1069'),
('forge', 'localhost', 'Table_open_cache_overflows', '932');

-- --------------------------------------------------------

--
-- Table structure for table `status_by_host`
--

CREATE TABLE `status_by_host` (
  `HOST` char(60) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `VARIABLE_NAME` varchar(64) NOT NULL,
  `VARIABLE_VALUE` varchar(1024) DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `status_by_host`
--

INSERT INTO `status_by_host` (`HOST`, `VARIABLE_NAME`, `VARIABLE_VALUE`) VALUES
(NULL, 'Bytes_received', '43360'),
(NULL, 'Bytes_sent', '53059'),
(NULL, 'Com_stmt_reprepare', '0'),
(NULL, 'Created_tmp_disk_tables', '0'),
(NULL, 'Created_tmp_tables', '0'),
(NULL, 'Handler_commit', '0'),
(NULL, 'Handler_delete', '0'),
(NULL, 'Handler_discover', '0'),
(NULL, 'Handler_external_lock', '0'),
(NULL, 'Handler_mrr_init', '0'),
(NULL, 'Handler_prepare', '0'),
(NULL, 'Handler_read_first', '0'),
(NULL, 'Handler_read_key', '0'),
(NULL, 'Handler_read_last', '0'),
(NULL, 'Handler_read_next', '0'),
(NULL, 'Handler_read_prev', '0'),
(NULL, 'Handler_read_rnd', '0'),
(NULL, 'Handler_read_rnd_next', '0'),
(NULL, 'Handler_rollback', '0'),
(NULL, 'Handler_savepoint', '0'),
(NULL, 'Handler_savepoint_rollback', '0'),
(NULL, 'Handler_update', '0'),
(NULL, 'Handler_write', '0'),
(NULL, 'Max_execution_time_exceeded', '0'),
(NULL, 'Max_execution_time_set', '0'),
(NULL, 'Max_execution_time_set_failed', '0'),
(NULL, 'Opened_table_definitions', '0'),
(NULL, 'Opened_tables', '0'),
(NULL, 'Questions', '0'),
(NULL, 'Select_full_join', '0'),
(NULL, 'Select_full_range_join', '0'),
(NULL, 'Select_range', '0'),
(NULL, 'Select_range_check', '0'),
(NULL, 'Select_scan', '0'),
(NULL, 'Slow_queries', '0'),
(NULL, 'Sort_merge_passes', '0'),
(NULL, 'Sort_range', '0'),
(NULL, 'Sort_rows', '0'),
(NULL, 'Sort_scan', '0'),
(NULL, 'Table_open_cache_hits', '0'),
(NULL, 'Table_open_cache_misses', '0'),
(NULL, 'Table_open_cache_overflows', '0'),
('localhost', 'Bytes_received', '4271154'),
('localhost', 'Bytes_sent', '40004606'),
('localhost', 'Com_stmt_reprepare', '0'),
('localhost', 'Created_tmp_disk_tables', '1696'),
('localhost', 'Created_tmp_tables', '4400'),
('localhost', 'Handler_commit', '14553'),
('localhost', 'Handler_delete', '20'),
('localhost', 'Handler_discover', '0'),
('localhost', 'Handler_external_lock', '21345'),
('localhost', 'Handler_mrr_init', '0'),
('localhost', 'Handler_prepare', '0'),
('localhost', 'Handler_read_first', '2078'),
('localhost', 'Handler_read_key', '18420'),
('localhost', 'Handler_read_last', '0'),
('localhost', 'Handler_read_next', '81923'),
('localhost', 'Handler_read_prev', '1660'),
('localhost', 'Handler_read_rnd', '12075'),
('localhost', 'Handler_read_rnd_next', '227618'),
('localhost', 'Handler_rollback', '0'),
('localhost', 'Handler_savepoint', '0'),
('localhost', 'Handler_savepoint_rollback', '0'),
('localhost', 'Handler_update', '84'),
('localhost', 'Handler_write', '87650'),
('localhost', 'Max_execution_time_exceeded', '0'),
('localhost', 'Max_execution_time_set', '0'),
('localhost', 'Max_execution_time_set_failed', '0'),
('localhost', 'Opened_table_definitions', '310'),
('localhost', 'Opened_tables', '1164'),
('localhost', 'Questions', '45416'),
('localhost', 'Select_full_join', '67'),
('localhost', 'Select_full_range_join', '0'),
('localhost', 'Select_range', '61'),
('localhost', 'Select_range_check', '0'),
('localhost', 'Select_scan', '2955'),
('localhost', 'Slow_queries', '0'),
('localhost', 'Sort_merge_passes', '6'),
('localhost', 'Sort_range', '45'),
('localhost', 'Sort_rows', '12537'),
('localhost', 'Sort_scan', '916'),
('localhost', 'Table_open_cache_hits', '17144'),
('localhost', 'Table_open_cache_misses', '1164'),
('localhost', 'Table_open_cache_overflows', '981'),
('201.182.174.227', 'Bytes_received', '372'),
('201.182.174.227', 'Bytes_sent', '204'),
('201.182.174.227', 'Com_stmt_reprepare', '0'),
('201.182.174.227', 'Created_tmp_disk_tables', '0'),
('201.182.174.227', 'Created_tmp_tables', '1'),
('201.182.174.227', 'Handler_commit', '1'),
('201.182.174.227', 'Handler_delete', '0'),
('201.182.174.227', 'Handler_discover', '0'),
('201.182.174.227', 'Handler_external_lock', '2'),
('201.182.174.227', 'Handler_mrr_init', '0'),
('201.182.174.227', 'Handler_prepare', '0'),
('201.182.174.227', 'Handler_read_first', '1'),
('201.182.174.227', 'Handler_read_key', '1'),
('201.182.174.227', 'Handler_read_last', '0'),
('201.182.174.227', 'Handler_read_next', '0'),
('201.182.174.227', 'Handler_read_prev', '0'),
('201.182.174.227', 'Handler_read_rnd', '0'),
('201.182.174.227', 'Handler_read_rnd_next', '6'),
('201.182.174.227', 'Handler_rollback', '0'),
('201.182.174.227', 'Handler_savepoint', '0'),
('201.182.174.227', 'Handler_savepoint_rollback', '0'),
('201.182.174.227', 'Handler_update', '0'),
('201.182.174.227', 'Handler_write', '2'),
('201.182.174.227', 'Max_execution_time_exceeded', '0'),
('201.182.174.227', 'Max_execution_time_set', '0'),
('201.182.174.227', 'Max_execution_time_set_failed', '0'),
('201.182.174.227', 'Opened_table_definitions', '1'),
('201.182.174.227', 'Opened_tables', '1'),
('201.182.174.227', 'Questions', '3'),
('201.182.174.227', 'Select_full_join', '0'),
('201.182.174.227', 'Select_full_range_join', '0'),
('201.182.174.227', 'Select_range', '0'),
('201.182.174.227', 'Select_range_check', '0'),
('201.182.174.227', 'Select_scan', '1'),
('201.182.174.227', 'Slow_queries', '0'),
('201.182.174.227', 'Sort_merge_passes', '0'),
('201.182.174.227', 'Sort_range', '0'),
('201.182.174.227', 'Sort_rows', '0'),
('201.182.174.227', 'Sort_scan', '0'),
('201.182.174.227', 'Table_open_cache_hits', '0'),
('201.182.174.227', 'Table_open_cache_misses', '1'),
('201.182.174.227', 'Table_open_cache_overflows', '0'),
('179.180.156.171', 'Bytes_received', '96222'),
('179.180.156.171', 'Bytes_sent', '2758307'),
('179.180.156.171', 'Com_stmt_reprepare', '0'),
('179.180.156.171', 'Created_tmp_disk_tables', '31'),
('179.180.156.171', 'Created_tmp_tables', '31'),
('179.180.156.171', 'Handler_commit', '652'),
('179.180.156.171', 'Handler_delete', '1'),
('179.180.156.171', 'Handler_discover', '0'),
('179.180.156.171', 'Handler_external_lock', '1556'),
('179.180.156.171', 'Handler_mrr_init', '0'),
('179.180.156.171', 'Handler_prepare', '0'),
('179.180.156.171', 'Handler_read_first', '64'),
('179.180.156.171', 'Handler_read_key', '5309'),
('179.180.156.171', 'Handler_read_last', '0'),
('179.180.156.171', 'Handler_read_next', '6639'),
('179.180.156.171', 'Handler_read_prev', '851'),
('179.180.156.171', 'Handler_read_rnd', '4149'),
('179.180.156.171', 'Handler_read_rnd_next', '7922'),
('179.180.156.171', 'Handler_rollback', '0'),
('179.180.156.171', 'Handler_savepoint', '0'),
('179.180.156.171', 'Handler_savepoint_rollback', '0'),
('179.180.156.171', 'Handler_update', '2'),
('179.180.156.171', 'Handler_write', '1'),
('179.180.156.171', 'Max_execution_time_exceeded', '0'),
('179.180.156.171', 'Max_execution_time_set', '0'),
('179.180.156.171', 'Max_execution_time_set_failed', '0'),
('179.180.156.171', 'Opened_table_definitions', '8'),
('179.180.156.171', 'Opened_tables', '128'),
('179.180.156.171', 'Questions', '881'),
('179.180.156.171', 'Select_full_join', '0'),
('179.180.156.171', 'Select_full_range_join', '0'),
('179.180.156.171', 'Select_range', '132'),
('179.180.156.171', 'Select_range_check', '0'),
('179.180.156.171', 'Select_scan', '34'),
('179.180.156.171', 'Slow_queries', '0'),
('179.180.156.171', 'Sort_merge_passes', '0'),
('179.180.156.171', 'Sort_range', '131'),
('179.180.156.171', 'Sort_rows', '4149'),
('179.180.156.171', 'Sort_scan', '30'),
('179.180.156.171', 'Table_open_cache_hits', '651'),
('179.180.156.171', 'Table_open_cache_misses', '128'),
('179.180.156.171', 'Table_open_cache_overflows', '8'),
('67.205.129.192', 'Bytes_received', '143202'),
('67.205.129.192', 'Bytes_sent', '2629297'),
('67.205.129.192', 'Com_stmt_reprepare', '0'),
('67.205.129.192', 'Created_tmp_disk_tables', '12'),
('67.205.129.192', 'Created_tmp_tables', '12'),
('67.205.129.192', 'Handler_commit', '458'),
('67.205.129.192', 'Handler_delete', '14'),
('67.205.129.192', 'Handler_discover', '0'),
('67.205.129.192', 'Handler_external_lock', '960'),
('67.205.129.192', 'Handler_mrr_init', '0'),
('67.205.129.192', 'Handler_prepare', '0'),
('67.205.129.192', 'Handler_read_first', '53'),
('67.205.129.192', 'Handler_read_key', '1581'),
('67.205.129.192', 'Handler_read_last', '0'),
('67.205.129.192', 'Handler_read_next', '1948'),
('67.205.129.192', 'Handler_read_prev', '0'),
('67.205.129.192', 'Handler_read_rnd', '1024'),
('67.205.129.192', 'Handler_read_rnd_next', '9842'),
('67.205.129.192', 'Handler_rollback', '0'),
('67.205.129.192', 'Handler_savepoint', '0'),
('67.205.129.192', 'Handler_savepoint_rollback', '0'),
('67.205.129.192', 'Handler_update', '36'),
('67.205.129.192', 'Handler_write', '14'),
('67.205.129.192', 'Max_execution_time_exceeded', '0'),
('67.205.129.192', 'Max_execution_time_set', '0'),
('67.205.129.192', 'Max_execution_time_set_failed', '0'),
('67.205.129.192', 'Opened_table_definitions', '0'),
('67.205.129.192', 'Opened_tables', '7'),
('67.205.129.192', 'Questions', '716'),
('67.205.129.192', 'Select_full_join', '0'),
('67.205.129.192', 'Select_full_range_join', '0'),
('67.205.129.192', 'Select_range', '33'),
('67.205.129.192', 'Select_range_check', '0'),
('67.205.129.192', 'Select_scan', '53'),
('67.205.129.192', 'Slow_queries', '0'),
('67.205.129.192', 'Sort_merge_passes', '0'),
('67.205.129.192', 'Sort_range', '37'),
('67.205.129.192', 'Sort_rows', '1024'),
('67.205.129.192', 'Sort_scan', '0'),
('67.205.129.192', 'Table_open_cache_hits', '485'),
('67.205.129.192', 'Table_open_cache_misses', '7'),
('67.205.129.192', 'Table_open_cache_overflows', '7'),
('191.177.184.88', 'Bytes_received', '58774'),
('191.177.184.88', 'Bytes_sent', '2004328'),
('191.177.184.88', 'Com_stmt_reprepare', '0'),
('191.177.184.88', 'Created_tmp_disk_tables', '122'),
('191.177.184.88', 'Created_tmp_tables', '387'),
('191.177.184.88', 'Handler_commit', '42'),
('191.177.184.88', 'Handler_delete', '0'),
('191.177.184.88', 'Handler_discover', '0'),
('191.177.184.88', 'Handler_external_lock', '206'),
('191.177.184.88', 'Handler_mrr_init', '0'),
('191.177.184.88', 'Handler_prepare', '0'),
('191.177.184.88', 'Handler_read_first', '105'),
('191.177.184.88', 'Handler_read_key', '101'),
('191.177.184.88', 'Handler_read_last', '0'),
('191.177.184.88', 'Handler_read_next', '192'),
('191.177.184.88', 'Handler_read_prev', '0'),
('191.177.184.88', 'Handler_read_rnd', '0'),
('191.177.184.88', 'Handler_read_rnd_next', '95703'),
('191.177.184.88', 'Handler_rollback', '0'),
('191.177.184.88', 'Handler_savepoint', '0'),
('191.177.184.88', 'Handler_savepoint_rollback', '0'),
('191.177.184.88', 'Handler_update', '0'),
('191.177.184.88', 'Handler_write', '62520'),
('191.177.184.88', 'Max_execution_time_exceeded', '0'),
('191.177.184.88', 'Max_execution_time_set', '0'),
('191.177.184.88', 'Max_execution_time_set_failed', '0'),
('191.177.184.88', 'Opened_table_definitions', '31'),
('191.177.184.88', 'Opened_tables', '94'),
('191.177.184.88', 'Questions', '821'),
('191.177.184.88', 'Select_full_join', '64'),
('191.177.184.88', 'Select_full_range_join', '0'),
('191.177.184.88', 'Select_range', '0'),
('191.177.184.88', 'Select_range_check', '0'),
('191.177.184.88', 'Select_scan', '380'),
('191.177.184.88', 'Slow_queries', '0'),
('191.177.184.88', 'Sort_merge_passes', '0'),
('191.177.184.88', 'Sort_range', '0'),
('191.177.184.88', 'Sort_rows', '0'),
('191.177.184.88', 'Sort_scan', '42'),
('191.177.184.88', 'Table_open_cache_hits', '148'),
('191.177.184.88', 'Table_open_cache_misses', '94'),
('191.177.184.88', 'Table_open_cache_overflows', '22');

-- --------------------------------------------------------

--
-- Table structure for table `status_by_thread`
--

CREATE TABLE `status_by_thread` (
  `THREAD_ID` bigint(20) UNSIGNED NOT NULL,
  `VARIABLE_NAME` varchar(64) NOT NULL,
  `VARIABLE_VALUE` varchar(1024) DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `status_by_thread`
--

INSERT INTO `status_by_thread` (`THREAD_ID`, `VARIABLE_NAME`, `VARIABLE_VALUE`) VALUES
(6037, 'Bytes_received', '543'),
(6037, 'Bytes_sent', '1167'),
(6037, 'Com_stmt_reprepare', '0'),
(6037, 'Compression', 'OFF'),
(6037, 'Created_tmp_disk_tables', '0'),
(6037, 'Created_tmp_tables', '0'),
(6037, 'Handler_commit', '2'),
(6037, 'Handler_delete', '0'),
(6037, 'Handler_discover', '0'),
(6037, 'Handler_external_lock', '2'),
(6037, 'Handler_mrr_init', '0'),
(6037, 'Handler_prepare', '0'),
(6037, 'Handler_read_first', '0'),
(6037, 'Handler_read_key', '1'),
(6037, 'Handler_read_last', '0'),
(6037, 'Handler_read_next', '0'),
(6037, 'Handler_read_prev', '0'),
(6037, 'Handler_read_rnd', '0'),
(6037, 'Handler_read_rnd_next', '0'),
(6037, 'Handler_rollback', '0'),
(6037, 'Handler_savepoint', '0'),
(6037, 'Handler_savepoint_rollback', '0'),
(6037, 'Handler_update', '0'),
(6037, 'Handler_write', '0'),
(6037, 'Last_query_cost', '1.199000'),
(6037, 'Last_query_partial_plans', '1'),
(6037, 'Max_execution_time_exceeded', '0'),
(6037, 'Max_execution_time_set', '0'),
(6037, 'Max_execution_time_set_failed', '0'),
(6037, 'Open_tables', '408'),
(6037, 'Opened_table_definitions', '0'),
(6037, 'Opened_tables', '1'),
(6037, 'Queries', '78617'),
(6037, 'Questions', '6'),
(6037, 'Select_full_join', '0'),
(6037, 'Select_full_range_join', '0'),
(6037, 'Select_range', '0'),
(6037, 'Select_range_check', '0'),
(6037, 'Select_scan', '0'),
(6037, 'Slow_launch_threads', '0'),
(6037, 'Slow_queries', '0'),
(6037, 'Sort_merge_passes', '0'),
(6037, 'Sort_range', '0'),
(6037, 'Sort_rows', '0'),
(6037, 'Sort_scan', '0'),
(6037, 'Ssl_cipher', ''),
(6037, 'Ssl_cipher_list', ''),
(6037, 'Ssl_default_timeout', '0'),
(6037, 'Ssl_server_not_after', ''),
(6037, 'Ssl_server_not_before', ''),
(6037, 'Ssl_sessions_reused', '0'),
(6037, 'Ssl_verify_depth', '0'),
(6037, 'Ssl_verify_mode', '0'),
(6037, 'Ssl_version', ''),
(6037, 'Table_open_cache_hits', '1'),
(6037, 'Table_open_cache_misses', '1'),
(6037, 'Table_open_cache_overflows', '1'),
(6044, 'Bytes_received', '194338'),
(6044, 'Bytes_sent', '5840204'),
(6044, 'Com_stmt_reprepare', '0'),
(6044, 'Compression', 'OFF'),
(6044, 'Created_tmp_disk_tables', '235'),
(6044, 'Created_tmp_tables', '392'),
(6044, 'Handler_commit', '0'),
(6044, 'Handler_delete', '0'),
(6044, 'Handler_discover', '0'),
(6044, 'Handler_external_lock', '159'),
(6044, 'Handler_mrr_init', '0'),
(6044, 'Handler_prepare', '0'),
(6044, 'Handler_read_first', '237'),
(6044, 'Handler_read_key', '235'),
(6044, 'Handler_read_last', '0'),
(6044, 'Handler_read_next', '96'),
(6044, 'Handler_read_prev', '0'),
(6044, 'Handler_read_rnd', '78'),
(6044, 'Handler_read_rnd_next', '71094'),
(6044, 'Handler_rollback', '0'),
(6044, 'Handler_savepoint', '0'),
(6044, 'Handler_savepoint_rollback', '0'),
(6044, 'Handler_update', '0'),
(6044, 'Handler_write', '191'),
(6044, 'Last_query_cost', '12.499000'),
(6044, 'Last_query_partial_plans', '1'),
(6044, 'Max_execution_time_exceeded', '0'),
(6044, 'Max_execution_time_set', '0'),
(6044, 'Max_execution_time_set_failed', '0'),
(6044, 'Open_tables', '408'),
(6044, 'Opened_table_definitions', '0'),
(6044, 'Opened_tables', '78'),
(6044, 'Queries', '79398'),
(6044, 'Questions', '634'),
(6044, 'Select_full_join', '0'),
(6044, 'Select_full_range_join', '0'),
(6044, 'Select_range', '0'),
(6044, 'Select_range_check', '0'),
(6044, 'Select_scan', '470'),
(6044, 'Slow_launch_threads', '0'),
(6044, 'Slow_queries', '0'),
(6044, 'Sort_merge_passes', '0'),
(6044, 'Sort_range', '0'),
(6044, 'Sort_rows', '78'),
(6044, 'Sort_scan', '78'),
(6044, 'Ssl_cipher', ''),
(6044, 'Ssl_cipher_list', ''),
(6044, 'Ssl_default_timeout', '0'),
(6044, 'Ssl_server_not_after', ''),
(6044, 'Ssl_server_not_before', ''),
(6044, 'Ssl_sessions_reused', '0'),
(6044, 'Ssl_verify_depth', '0'),
(6044, 'Ssl_verify_mode', '0'),
(6044, 'Ssl_version', ''),
(6044, 'Table_open_cache_hits', '314'),
(6044, 'Table_open_cache_misses', '78'),
(6044, 'Table_open_cache_overflows', '65'),
(6045, 'Bytes_received', '151'),
(6045, 'Bytes_sent', '3133'),
(6045, 'Com_stmt_reprepare', '0'),
(6045, 'Compression', 'OFF'),
(6045, 'Created_tmp_disk_tables', '0'),
(6045, 'Created_tmp_tables', '1'),
(6045, 'Handler_commit', '0'),
(6045, 'Handler_delete', '0'),
(6045, 'Handler_discover', '0'),
(6045, 'Handler_external_lock', '0'),
(6045, 'Handler_mrr_init', '0'),
(6045, 'Handler_prepare', '0'),
(6045, 'Handler_read_first', '0'),
(6045, 'Handler_read_key', '0'),
(6045, 'Handler_read_last', '0'),
(6045, 'Handler_read_next', '0'),
(6045, 'Handler_read_prev', '0'),
(6045, 'Handler_read_rnd', '0'),
(6045, 'Handler_read_rnd_next', '88'),
(6045, 'Handler_rollback', '0'),
(6045, 'Handler_savepoint', '0'),
(6045, 'Handler_savepoint_rollback', '0'),
(6045, 'Handler_update', '0'),
(6045, 'Handler_write', '87'),
(6045, 'Last_query_cost', '10.499000'),
(6045, 'Last_query_partial_plans', '1'),
(6045, 'Max_execution_time_exceeded', '0'),
(6045, 'Max_execution_time_set', '0'),
(6045, 'Max_execution_time_set_failed', '0'),
(6045, 'Open_tables', '408'),
(6045, 'Opened_table_definitions', '0'),
(6045, 'Opened_tables', '0'),
(6045, 'Queries', '78766'),
(6045, 'Questions', '1'),
(6045, 'Select_full_join', '0'),
(6045, 'Select_full_range_join', '0'),
(6045, 'Select_range', '0'),
(6045, 'Select_range_check', '0'),
(6045, 'Select_scan', '1'),
(6045, 'Slow_launch_threads', '0'),
(6045, 'Slow_queries', '0'),
(6045, 'Sort_merge_passes', '0'),
(6045, 'Sort_range', '0'),
(6045, 'Sort_rows', '0'),
(6045, 'Sort_scan', '0'),
(6045, 'Ssl_cipher', ''),
(6045, 'Ssl_cipher_list', ''),
(6045, 'Ssl_default_timeout', '0'),
(6045, 'Ssl_server_not_after', ''),
(6045, 'Ssl_server_not_before', ''),
(6045, 'Ssl_sessions_reused', '0'),
(6045, 'Ssl_verify_depth', '0'),
(6045, 'Ssl_verify_mode', '0'),
(6045, 'Ssl_version', ''),
(6045, 'Table_open_cache_hits', '0'),
(6045, 'Table_open_cache_misses', '0'),
(6045, 'Table_open_cache_overflows', '0'),
(5695, 'Bytes_received', '580'),
(5695, 'Bytes_sent', '1861'),
(5695, 'Com_stmt_reprepare', '0'),
(5695, 'Compression', 'OFF'),
(5695, 'Created_tmp_disk_tables', '0'),
(5695, 'Created_tmp_tables', '3'),
(5695, 'Handler_commit', '0'),
(5695, 'Handler_delete', '0'),
(5695, 'Handler_discover', '0'),
(5695, 'Handler_external_lock', '4'),
(5695, 'Handler_mrr_init', '0'),
(5695, 'Handler_prepare', '0'),
(5695, 'Handler_read_first', '0'),
(5695, 'Handler_read_key', '0'),
(5695, 'Handler_read_last', '0'),
(5695, 'Handler_read_next', '0'),
(5695, 'Handler_read_prev', '0'),
(5695, 'Handler_read_rnd', '0'),
(5695, 'Handler_read_rnd_next', '2092'),
(5695, 'Handler_rollback', '0'),
(5695, 'Handler_savepoint', '0'),
(5695, 'Handler_savepoint_rollback', '0'),
(5695, 'Handler_update', '0'),
(5695, 'Handler_write', '1061'),
(5695, 'Last_query_cost', '10.499000'),
(5695, 'Last_query_partial_plans', '1'),
(5695, 'Max_execution_time_exceeded', '0'),
(5695, 'Max_execution_time_set', '0'),
(5695, 'Max_execution_time_set_failed', '0'),
(5695, 'Open_tables', '408'),
(5695, 'Opened_table_definitions', '0'),
(5695, 'Opened_tables', '0'),
(5695, 'Queries', '74443'),
(5695, 'Questions', '11'),
(5695, 'Select_full_join', '0'),
(5695, 'Select_full_range_join', '0'),
(5695, 'Select_range', '0'),
(5695, 'Select_range_check', '0'),
(5695, 'Select_scan', '5'),
(5695, 'Slow_launch_threads', '0'),
(5695, 'Slow_queries', '0'),
(5695, 'Sort_merge_passes', '0'),
(5695, 'Sort_range', '0'),
(5695, 'Sort_rows', '0'),
(5695, 'Sort_scan', '0'),
(5695, 'Ssl_cipher', ''),
(5695, 'Ssl_cipher_list', ''),
(5695, 'Ssl_default_timeout', '0'),
(5695, 'Ssl_server_not_after', ''),
(5695, 'Ssl_server_not_before', ''),
(5695, 'Ssl_sessions_reused', '0'),
(5695, 'Ssl_verify_depth', '0'),
(5695, 'Ssl_verify_mode', '0'),
(5695, 'Ssl_version', ''),
(5695, 'Table_open_cache_hits', '2'),
(5695, 'Table_open_cache_misses', '0'),
(5695, 'Table_open_cache_overflows', '0'),
(5696, 'Bytes_received', '1031'),
(5696, 'Bytes_sent', '32172'),
(5696, 'Com_stmt_reprepare', '0'),
(5696, 'Compression', 'OFF'),
(5696, 'Created_tmp_disk_tables', '0'),
(5696, 'Created_tmp_tables', '13'),
(5696, 'Handler_commit', '0'),
(5696, 'Handler_delete', '0'),
(5696, 'Handler_discover', '0'),
(5696, 'Handler_external_lock', '20'),
(5696, 'Handler_mrr_init', '0'),
(5696, 'Handler_prepare', '0'),
(5696, 'Handler_read_first', '0'),
(5696, 'Handler_read_key', '0'),
(5696, 'Handler_read_last', '0'),
(5696, 'Handler_read_next', '0'),
(5696, 'Handler_read_prev', '0'),
(5696, 'Handler_read_rnd', '0'),
(5696, 'Handler_read_rnd_next', '10555'),
(5696, 'Handler_rollback', '0'),
(5696, 'Handler_savepoint', '0'),
(5696, 'Handler_savepoint_rollback', '0'),
(5696, 'Handler_update', '0'),
(5696, 'Handler_write', '5402'),
(5696, 'Last_query_cost', '0.000000'),
(5696, 'Last_query_partial_plans', '2'),
(5696, 'Max_execution_time_exceeded', '0'),
(5696, 'Max_execution_time_set', '0'),
(5696, 'Max_execution_time_set_failed', '0'),
(5696, 'Open_tables', '408'),
(5696, 'Opened_table_definitions', '0'),
(5696, 'Opened_tables', '1'),
(5696, 'Queries', '74450'),
(5696, 'Questions', '23'),
(5696, 'Select_full_join', '0'),
(5696, 'Select_full_range_join', '0'),
(5696, 'Select_range', '0'),
(5696, 'Select_range_check', '0'),
(5696, 'Select_scan', '23'),
(5696, 'Slow_launch_threads', '0'),
(5696, 'Slow_queries', '0'),
(5696, 'Sort_merge_passes', '0'),
(5696, 'Sort_range', '0'),
(5696, 'Sort_rows', '0'),
(5696, 'Sort_scan', '0'),
(5696, 'Ssl_cipher', ''),
(5696, 'Ssl_cipher_list', ''),
(5696, 'Ssl_default_timeout', '0'),
(5696, 'Ssl_server_not_after', ''),
(5696, 'Ssl_server_not_before', ''),
(5696, 'Ssl_sessions_reused', '0'),
(5696, 'Ssl_verify_depth', '0'),
(5696, 'Ssl_verify_mode', '0'),
(5696, 'Ssl_version', ''),
(5696, 'Table_open_cache_hits', '9'),
(5696, 'Table_open_cache_misses', '1'),
(5696, 'Table_open_cache_overflows', '1'),
(5712, 'Bytes_received', '545'),
(5712, 'Bytes_sent', '32079'),
(5712, 'Com_stmt_reprepare', '0'),
(5712, 'Compression', 'OFF'),
(5712, 'Created_tmp_disk_tables', '1'),
(5712, 'Created_tmp_tables', '6'),
(5712, 'Handler_commit', '0'),
(5712, 'Handler_delete', '0'),
(5712, 'Handler_discover', '0'),
(5712, 'Handler_external_lock', '4'),
(5712, 'Handler_mrr_init', '0'),
(5712, 'Handler_prepare', '0'),
(5712, 'Handler_read_first', '1'),
(5712, 'Handler_read_key', '1'),
(5712, 'Handler_read_last', '0'),
(5712, 'Handler_read_next', '0'),
(5712, 'Handler_read_prev', '0'),
(5712, 'Handler_read_rnd', '0'),
(5712, 'Handler_read_rnd_next', '2186'),
(5712, 'Handler_rollback', '0'),
(5712, 'Handler_savepoint', '0'),
(5712, 'Handler_savepoint_rollback', '0'),
(5712, 'Handler_update', '0'),
(5712, 'Handler_write', '1107'),
(5712, 'Last_query_cost', '10.499000'),
(5712, 'Last_query_partial_plans', '1'),
(5712, 'Max_execution_time_exceeded', '0'),
(5712, 'Max_execution_time_set', '0'),
(5712, 'Max_execution_time_set_failed', '0'),
(5712, 'Open_tables', '408'),
(5712, 'Opened_table_definitions', '0'),
(5712, 'Opened_tables', '0'),
(5712, 'Queries', '74661'),
(5712, 'Questions', '11'),
(5712, 'Select_full_join', '0'),
(5712, 'Select_full_range_join', '0'),
(5712, 'Select_range', '0'),
(5712, 'Select_range_check', '0'),
(5712, 'Select_scan', '8'),
(5712, 'Slow_launch_threads', '0'),
(5712, 'Slow_queries', '0'),
(5712, 'Sort_merge_passes', '0'),
(5712, 'Sort_range', '0'),
(5712, 'Sort_rows', '0'),
(5712, 'Sort_scan', '0'),
(5712, 'Ssl_cipher', ''),
(5712, 'Ssl_cipher_list', ''),
(5712, 'Ssl_default_timeout', '0'),
(5712, 'Ssl_server_not_after', ''),
(5712, 'Ssl_server_not_before', ''),
(5712, 'Ssl_sessions_reused', '0'),
(5712, 'Ssl_verify_depth', '0'),
(5712, 'Ssl_verify_mode', '0'),
(5712, 'Ssl_version', ''),
(5712, 'Table_open_cache_hits', '2'),
(5712, 'Table_open_cache_misses', '0'),
(5712, 'Table_open_cache_overflows', '0'),
(5713, 'Bytes_received', '1803'),
(5713, 'Bytes_sent', '618028'),
(5713, 'Com_stmt_reprepare', '0'),
(5713, 'Compression', 'OFF'),
(5713, 'Created_tmp_disk_tables', '0'),
(5713, 'Created_tmp_tables', '1'),
(5713, 'Handler_commit', '0'),
(5713, 'Handler_delete', '0'),
(5713, 'Handler_discover', '0'),
(5713, 'Handler_external_lock', '2'),
(5713, 'Handler_mrr_init', '0'),
(5713, 'Handler_prepare', '0'),
(5713, 'Handler_read_first', '0'),
(5713, 'Handler_read_key', '0'),
(5713, 'Handler_read_last', '0'),
(5713, 'Handler_read_next', '0'),
(5713, 'Handler_read_prev', '0'),
(5713, 'Handler_read_rnd', '0'),
(5713, 'Handler_read_rnd_next', '1028'),
(5713, 'Handler_rollback', '0'),
(5713, 'Handler_savepoint', '0'),
(5713, 'Handler_savepoint_rollback', '0'),
(5713, 'Handler_update', '0'),
(5713, 'Handler_write', '513'),
(5713, 'Last_query_cost', '0.000000'),
(5713, 'Last_query_partial_plans', '0'),
(5713, 'Max_execution_time_exceeded', '0'),
(5713, 'Max_execution_time_set', '0'),
(5713, 'Max_execution_time_set_failed', '0'),
(5713, 'Open_tables', '408'),
(5713, 'Opened_table_definitions', '0'),
(5713, 'Opened_tables', '0'),
(5713, 'Queries', '79060'),
(5713, 'Questions', '66'),
(5713, 'Select_full_join', '0'),
(5713, 'Select_full_range_join', '0'),
(5713, 'Select_range', '0'),
(5713, 'Select_range_check', '0'),
(5713, 'Select_scan', '2'),
(5713, 'Slow_launch_threads', '0'),
(5713, 'Slow_queries', '0'),
(5713, 'Sort_merge_passes', '0'),
(5713, 'Sort_range', '0'),
(5713, 'Sort_rows', '0'),
(5713, 'Sort_scan', '0'),
(5713, 'Ssl_cipher', ''),
(5713, 'Ssl_cipher_list', ''),
(5713, 'Ssl_default_timeout', '0'),
(5713, 'Ssl_server_not_after', ''),
(5713, 'Ssl_server_not_before', ''),
(5713, 'Ssl_sessions_reused', '0'),
(5713, 'Ssl_verify_depth', '0'),
(5713, 'Ssl_verify_mode', '0'),
(5713, 'Ssl_version', ''),
(5713, 'Table_open_cache_hits', '1'),
(5713, 'Table_open_cache_misses', '0'),
(5713, 'Table_open_cache_overflows', '0');

-- --------------------------------------------------------

--
-- Table structure for table `status_by_user`
--

CREATE TABLE `status_by_user` (
  `USER` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `VARIABLE_NAME` varchar(64) NOT NULL,
  `VARIABLE_VALUE` varchar(1024) DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `status_by_user`
--

INSERT INTO `status_by_user` (`USER`, `VARIABLE_NAME`, `VARIABLE_VALUE`) VALUES
(NULL, 'Bytes_received', '43360'),
(NULL, 'Bytes_sent', '53059'),
(NULL, 'Com_stmt_reprepare', '0'),
(NULL, 'Created_tmp_disk_tables', '0'),
(NULL, 'Created_tmp_tables', '0'),
(NULL, 'Handler_commit', '0'),
(NULL, 'Handler_delete', '0'),
(NULL, 'Handler_discover', '0'),
(NULL, 'Handler_external_lock', '0'),
(NULL, 'Handler_mrr_init', '0'),
(NULL, 'Handler_prepare', '0'),
(NULL, 'Handler_read_first', '0'),
(NULL, 'Handler_read_key', '0'),
(NULL, 'Handler_read_last', '0'),
(NULL, 'Handler_read_next', '0'),
(NULL, 'Handler_read_prev', '0'),
(NULL, 'Handler_read_rnd', '0'),
(NULL, 'Handler_read_rnd_next', '0'),
(NULL, 'Handler_rollback', '0'),
(NULL, 'Handler_savepoint', '0'),
(NULL, 'Handler_savepoint_rollback', '0'),
(NULL, 'Handler_update', '0'),
(NULL, 'Handler_write', '0'),
(NULL, 'Max_execution_time_exceeded', '0'),
(NULL, 'Max_execution_time_set', '0'),
(NULL, 'Max_execution_time_set_failed', '0'),
(NULL, 'Opened_table_definitions', '0'),
(NULL, 'Opened_tables', '0'),
(NULL, 'Questions', '0'),
(NULL, 'Select_full_join', '0'),
(NULL, 'Select_full_range_join', '0'),
(NULL, 'Select_range', '0'),
(NULL, 'Select_range_check', '0'),
(NULL, 'Select_scan', '0'),
(NULL, 'Slow_queries', '0'),
(NULL, 'Sort_merge_passes', '0'),
(NULL, 'Sort_range', '0'),
(NULL, 'Sort_rows', '0'),
(NULL, 'Sort_scan', '0'),
(NULL, 'Table_open_cache_hits', '0'),
(NULL, 'Table_open_cache_misses', '0'),
(NULL, 'Table_open_cache_overflows', '0'),
('root', 'Bytes_received', '181'),
('root', 'Bytes_sent', '117'),
('root', 'Com_stmt_reprepare', '0'),
('root', 'Created_tmp_disk_tables', '0'),
('root', 'Created_tmp_tables', '0'),
('root', 'Handler_commit', '0'),
('root', 'Handler_delete', '0'),
('root', 'Handler_discover', '0'),
('root', 'Handler_external_lock', '0'),
('root', 'Handler_mrr_init', '0'),
('root', 'Handler_prepare', '0'),
('root', 'Handler_read_first', '0'),
('root', 'Handler_read_key', '0'),
('root', 'Handler_read_last', '0'),
('root', 'Handler_read_next', '0'),
('root', 'Handler_read_prev', '0'),
('root', 'Handler_read_rnd', '0'),
('root', 'Handler_read_rnd_next', '0'),
('root', 'Handler_rollback', '0'),
('root', 'Handler_savepoint', '0'),
('root', 'Handler_savepoint_rollback', '0'),
('root', 'Handler_update', '0'),
('root', 'Handler_write', '0'),
('root', 'Max_execution_time_exceeded', '0'),
('root', 'Max_execution_time_set', '0'),
('root', 'Max_execution_time_set_failed', '0'),
('root', 'Opened_table_definitions', '0'),
('root', 'Opened_tables', '0'),
('root', 'Questions', '1'),
('root', 'Select_full_join', '0'),
('root', 'Select_full_range_join', '0'),
('root', 'Select_range', '0'),
('root', 'Select_range_check', '0'),
('root', 'Select_scan', '0'),
('root', 'Slow_queries', '0'),
('root', 'Sort_merge_passes', '0'),
('root', 'Sort_range', '0'),
('root', 'Sort_rows', '0'),
('root', 'Sort_scan', '0'),
('root', 'Table_open_cache_hits', '0'),
('root', 'Table_open_cache_misses', '0'),
('root', 'Table_open_cache_overflows', '0'),
('ambassador', 'Bytes_received', '2896437'),
('ambassador', 'Bytes_sent', '7155663'),
('ambassador', 'Com_stmt_reprepare', '0'),
('ambassador', 'Created_tmp_disk_tables', '77'),
('ambassador', 'Created_tmp_tables', '110'),
('ambassador', 'Handler_commit', '10540'),
('ambassador', 'Handler_delete', '1'),
('ambassador', 'Handler_discover', '0'),
('ambassador', 'Handler_external_lock', '10574'),
('ambassador', 'Handler_mrr_init', '0'),
('ambassador', 'Handler_prepare', '0'),
('ambassador', 'Handler_read_first', '101'),
('ambassador', 'Handler_read_key', '5822'),
('ambassador', 'Handler_read_last', '0'),
('ambassador', 'Handler_read_next', '4009'),
('ambassador', 'Handler_read_prev', '0'),
('ambassador', 'Handler_read_rnd', '0'),
('ambassador', 'Handler_read_rnd_next', '7681'),
('ambassador', 'Handler_rollback', '0'),
('ambassador', 'Handler_savepoint', '0'),
('ambassador', 'Handler_savepoint_rollback', '0'),
('ambassador', 'Handler_update', '1'),
('ambassador', 'Handler_write', '2214'),
('ambassador', 'Max_execution_time_exceeded', '0'),
('ambassador', 'Max_execution_time_set', '0'),
('ambassador', 'Max_execution_time_set_failed', '0'),
('ambassador', 'Opened_table_definitions', '25'),
('ambassador', 'Opened_tables', '69'),
('ambassador', 'Questions', '37124'),
('ambassador', 'Select_full_join', '3'),
('ambassador', 'Select_full_range_join', '0'),
('ambassador', 'Select_range', '0'),
('ambassador', 'Select_range_check', '0'),
('ambassador', 'Select_scan', '133'),
('ambassador', 'Slow_queries', '0'),
('ambassador', 'Sort_merge_passes', '0'),
('ambassador', 'Sort_range', '0'),
('ambassador', 'Sort_rows', '0'),
('ambassador', 'Sort_scan', '2'),
('ambassador', 'Table_open_cache_hits', '10603'),
('ambassador', 'Table_open_cache_misses', '69'),
('ambassador', 'Table_open_cache_overflows', '38'),
('5coisas', 'Bytes_received', '372'),
('5coisas', 'Bytes_sent', '204'),
('5coisas', 'Com_stmt_reprepare', '0'),
('5coisas', 'Created_tmp_disk_tables', '0'),
('5coisas', 'Created_tmp_tables', '1'),
('5coisas', 'Handler_commit', '1'),
('5coisas', 'Handler_delete', '0'),
('5coisas', 'Handler_discover', '0'),
('5coisas', 'Handler_external_lock', '2'),
('5coisas', 'Handler_mrr_init', '0'),
('5coisas', 'Handler_prepare', '0'),
('5coisas', 'Handler_read_first', '1'),
('5coisas', 'Handler_read_key', '1'),
('5coisas', 'Handler_read_last', '0'),
('5coisas', 'Handler_read_next', '0'),
('5coisas', 'Handler_read_prev', '0'),
('5coisas', 'Handler_read_rnd', '0'),
('5coisas', 'Handler_read_rnd_next', '6'),
('5coisas', 'Handler_rollback', '0'),
('5coisas', 'Handler_savepoint', '0'),
('5coisas', 'Handler_savepoint_rollback', '0'),
('5coisas', 'Handler_update', '0'),
('5coisas', 'Handler_write', '2'),
('5coisas', 'Max_execution_time_exceeded', '0'),
('5coisas', 'Max_execution_time_set', '0'),
('5coisas', 'Max_execution_time_set_failed', '0'),
('5coisas', 'Opened_table_definitions', '1'),
('5coisas', 'Opened_tables', '1'),
('5coisas', 'Questions', '3'),
('5coisas', 'Select_full_join', '0'),
('5coisas', 'Select_full_range_join', '0'),
('5coisas', 'Select_range', '0'),
('5coisas', 'Select_range_check', '0'),
('5coisas', 'Select_scan', '1'),
('5coisas', 'Slow_queries', '0'),
('5coisas', 'Sort_merge_passes', '0'),
('5coisas', 'Sort_range', '0'),
('5coisas', 'Sort_rows', '0'),
('5coisas', 'Sort_scan', '0'),
('5coisas', 'Table_open_cache_hits', '0'),
('5coisas', 'Table_open_cache_misses', '1'),
('5coisas', 'Table_open_cache_overflows', '0'),
('cbx', 'Bytes_received', '842816'),
('cbx', 'Bytes_sent', '25830459'),
('cbx', 'Com_stmt_reprepare', '0'),
('cbx', 'Created_tmp_disk_tables', '617'),
('cbx', 'Created_tmp_tables', '634'),
('cbx', 'Handler_commit', '4843'),
('cbx', 'Handler_delete', '34'),
('cbx', 'Handler_discover', '0'),
('cbx', 'Handler_external_lock', '12158'),
('cbx', 'Handler_mrr_init', '0'),
('cbx', 'Handler_prepare', '0'),
('cbx', 'Handler_read_first', '785'),
('cbx', 'Handler_read_key', '18175'),
('cbx', 'Handler_read_last', '0'),
('cbx', 'Handler_read_next', '46397'),
('cbx', 'Handler_read_prev', '2511'),
('cbx', 'Handler_read_rnd', '11502'),
('cbx', 'Handler_read_rnd_next', '73002'),
('cbx', 'Handler_rollback', '0'),
('cbx', 'Handler_savepoint', '0'),
('cbx', 'Handler_savepoint_rollback', '0'),
('cbx', 'Handler_update', '121'),
('cbx', 'Handler_write', '19191'),
('cbx', 'Max_execution_time_exceeded', '0'),
('cbx', 'Max_execution_time_set', '0'),
('cbx', 'Max_execution_time_set_failed', '0'),
('cbx', 'Opened_table_definitions', '11'),
('cbx', 'Opened_tables', '156'),
('cbx', 'Questions', '5663'),
('cbx', 'Select_full_join', '0'),
('cbx', 'Select_full_range_join', '0'),
('cbx', 'Select_range', '226'),
('cbx', 'Select_range_check', '0'),
('cbx', 'Select_scan', '216'),
('cbx', 'Slow_queries', '0'),
('cbx', 'Sort_merge_passes', '6'),
('cbx', 'Sort_range', '213'),
('cbx', 'Sort_rows', '11964'),
('cbx', 'Sort_scan', '583'),
('cbx', 'Table_open_cache_hits', '5971'),
('cbx', 'Table_open_cache_misses', '156'),
('cbx', 'Table_open_cache_overflows', '25'),
('forge', 'Bytes_received', '828606'),
('forge', 'Bytes_sent', '14431436'),
('forge', 'Com_stmt_reprepare', '0'),
('forge', 'Created_tmp_disk_tables', '1173'),
('forge', 'Created_tmp_tables', '4095'),
('forge', 'Handler_commit', '308'),
('forge', 'Handler_delete', '0'),
('forge', 'Handler_discover', '0'),
('forge', 'Handler_external_lock', '1301'),
('forge', 'Handler_mrr_init', '0'),
('forge', 'Handler_prepare', '0'),
('forge', 'Handler_read_first', '1412'),
('forge', 'Handler_read_key', '1389'),
('forge', 'Handler_read_last', '0'),
('forge', 'Handler_read_next', '40296'),
('forge', 'Handler_read_prev', '0'),
('forge', 'Handler_read_rnd', '5744'),
('forge', 'Handler_read_rnd_next', '261126'),
('forge', 'Handler_rollback', '0'),
('forge', 'Handler_savepoint', '0'),
('forge', 'Handler_savepoint_rollback', '0'),
('forge', 'Handler_update', '0'),
('forge', 'Handler_write', '128780'),
('forge', 'Max_execution_time_exceeded', '0'),
('forge', 'Max_execution_time_set', '0'),
('forge', 'Max_execution_time_set_failed', '0'),
('forge', 'Opened_table_definitions', '309'),
('forge', 'Opened_tables', '1166'),
('forge', 'Questions', '5041'),
('forge', 'Select_full_join', '127'),
('forge', 'Select_full_range_join', '0'),
('forge', 'Select_range', '0'),
('forge', 'Select_range_check', '0'),
('forge', 'Select_scan', '3078'),
('forge', 'Slow_queries', '0'),
('forge', 'Sort_merge_passes', '0'),
('forge', 'Sort_range', '0'),
('forge', 'Sort_rows', '5744'),
('forge', 'Sort_scan', '404'),
('forge', 'Table_open_cache_hits', '1847'),
('forge', 'Table_open_cache_misses', '1166'),
('forge', 'Table_open_cache_overflows', '957'),
('debian-sys-maint', 'Bytes_received', '436'),
('debian-sys-maint', 'Bytes_sent', '234'),
('debian-sys-maint', 'Com_stmt_reprepare', '0'),
('debian-sys-maint', 'Created_tmp_disk_tables', '0'),
('debian-sys-maint', 'Created_tmp_tables', '0'),
('debian-sys-maint', 'Handler_commit', '0'),
('debian-sys-maint', 'Handler_delete', '0'),
('debian-sys-maint', 'Handler_discover', '0'),
('debian-sys-maint', 'Handler_external_lock', '0'),
('debian-sys-maint', 'Handler_mrr_init', '0'),
('debian-sys-maint', 'Handler_prepare', '0'),
('debian-sys-maint', 'Handler_read_first', '0'),
('debian-sys-maint', 'Handler_read_key', '0'),
('debian-sys-maint', 'Handler_read_last', '0'),
('debian-sys-maint', 'Handler_read_next', '0'),
('debian-sys-maint', 'Handler_read_prev', '0'),
('debian-sys-maint', 'Handler_read_rnd', '0'),
('debian-sys-maint', 'Handler_read_rnd_next', '0'),
('debian-sys-maint', 'Handler_rollback', '0'),
('debian-sys-maint', 'Handler_savepoint', '0'),
('debian-sys-maint', 'Handler_savepoint_rollback', '0'),
('debian-sys-maint', 'Handler_update', '0'),
('debian-sys-maint', 'Handler_write', '0'),
('debian-sys-maint', 'Max_execution_time_exceeded', '0'),
('debian-sys-maint', 'Max_execution_time_set', '0'),
('debian-sys-maint', 'Max_execution_time_set_failed', '0'),
('debian-sys-maint', 'Opened_table_definitions', '0'),
('debian-sys-maint', 'Opened_tables', '0'),
('debian-sys-maint', 'Questions', '3'),
('debian-sys-maint', 'Select_full_join', '0'),
('debian-sys-maint', 'Select_full_range_join', '0'),
('debian-sys-maint', 'Select_range', '0'),
('debian-sys-maint', 'Select_range_check', '0'),
('debian-sys-maint', 'Select_scan', '0'),
('debian-sys-maint', 'Slow_queries', '0'),
('debian-sys-maint', 'Sort_merge_passes', '0'),
('debian-sys-maint', 'Sort_range', '0'),
('debian-sys-maint', 'Sort_rows', '0'),
('debian-sys-maint', 'Sort_scan', '0'),
('debian-sys-maint', 'Table_open_cache_hits', '0'),
('debian-sys-maint', 'Table_open_cache_misses', '0'),
('debian-sys-maint', 'Table_open_cache_overflows', '0'),
('beliv', 'Bytes_received', '5273'),
('beliv', 'Bytes_sent', '13548'),
('beliv', 'Com_stmt_reprepare', '0'),
('beliv', 'Created_tmp_disk_tables', '0'),
('beliv', 'Created_tmp_tables', '1'),
('beliv', 'Handler_commit', '14'),
('beliv', 'Handler_delete', '0'),
('beliv', 'Handler_discover', '0'),
('beliv', 'Handler_external_lock', '38'),
('beliv', 'Handler_mrr_init', '0'),
('beliv', 'Handler_prepare', '0'),
('beliv', 'Handler_read_first', '8'),
('beliv', 'Handler_read_key', '31'),
('beliv', 'Handler_read_last', '0'),
('beliv', 'Handler_read_next', '0'),
('beliv', 'Handler_read_prev', '0'),
('beliv', 'Handler_read_rnd', '4'),
('beliv', 'Handler_read_rnd_next', '117'),
('beliv', 'Handler_rollback', '0'),
('beliv', 'Handler_savepoint', '0'),
('beliv', 'Handler_savepoint_rollback', '0'),
('beliv', 'Handler_update', '0'),
('beliv', 'Handler_write', '4'),
('beliv', 'Max_execution_time_exceeded', '0'),
('beliv', 'Max_execution_time_set', '0'),
('beliv', 'Max_execution_time_set_failed', '0'),
('beliv', 'Opened_table_definitions', '4'),
('beliv', 'Opened_tables', '4'),
('beliv', 'Questions', '18'),
('beliv', 'Select_full_join', '1'),
('beliv', 'Select_full_range_join', '0'),
('beliv', 'Select_range', '0'),
('beliv', 'Select_range_check', '0'),
('beliv', 'Select_scan', '7'),
('beliv', 'Slow_queries', '0'),
('beliv', 'Sort_merge_passes', '0'),
('beliv', 'Sort_range', '0'),
('beliv', 'Sort_rows', '4'),
('beliv', 'Sort_scan', '1'),
('beliv', 'Table_open_cache_hits', '15'),
('beliv', 'Table_open_cache_misses', '4'),
('beliv', 'Table_open_cache_overflows', '0');

-- --------------------------------------------------------

--
-- Table structure for table `table_handles`
--

CREATE TABLE `table_handles` (
  `OBJECT_TYPE` varchar(64) NOT NULL,
  `OBJECT_SCHEMA` varchar(64) NOT NULL,
  `OBJECT_NAME` varchar(64) NOT NULL,
  `OBJECT_INSTANCE_BEGIN` bigint(20) UNSIGNED NOT NULL,
  `OWNER_THREAD_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `OWNER_EVENT_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `INTERNAL_LOCK` varchar(64) DEFAULT NULL,
  `EXTERNAL_LOCK` varchar(64) DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `table_handles`
--

INSERT INTO `table_handles` (`OBJECT_TYPE`, `OBJECT_SCHEMA`, `OBJECT_NAME`, `OBJECT_INSTANCE_BEGIN`, `OWNER_THREAD_ID`, `OWNER_EVENT_ID`, `INTERNAL_LOCK`, `EXTERNAL_LOCK`) VALUES
('TABLE', 'ambassador', 'jobs', 139766356040224, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'jobs', 139766357839984, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'jobs', 139766356006704, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'jobs', 139766367469344, 0, 0, NULL, NULL),
('TABLE', 'cbx', 'wp_options', 139766624519632, 0, 0, NULL, NULL),
('TABLE', 'cbx', 'wp_options', 139766423192752, 0, 0, NULL, NULL),
('TABLE', 'cbx', 'wp_posts', 139766423110480, 0, 0, NULL, NULL),
('TABLE', 'cbx', 'wp_terms', 139766423525792, 0, 0, NULL, NULL),
('TABLE', 'cbx', 'wp_term_taxonomy', 139766423578704, 0, 0, NULL, NULL),
('TABLE', 'cbx', 'wp_term_relationships', 139766423588896, 0, 0, NULL, NULL),
('TABLE', 'cbx', 'wp_postmeta', 139766423480208, 0, 0, NULL, NULL),
('TABLE', 'cbx', 'wp_users', 139766423658528, 0, 0, NULL, NULL),
('TABLE', 'cbx', 'wp_usermeta', 139766423565584, 0, 0, NULL, NULL),
('TABLE', 'ior', 'cp_cidades', 139766692439248, 0, 0, NULL, NULL),
('TABLE', 'ior', 'cp_noticias', 139766691962256, 0, 0, NULL, NULL),
('TABLE', 'ior', 'cp_paginas', 139766693982992, 0, 0, NULL, NULL),
('TABLE', 'ior', 'cp_perfil', 139766694002432, 0, 0, NULL, NULL),
('TABLE', 'ior', 'cp_permissoes', 139766692040896, 0, 0, NULL, NULL),
('TABLE', 'ior', 'cp_residenciamedica', 139766692038336, 0, 0, NULL, NULL),
('TABLE', 'ior', 'cp_residenciamedica_has_cp_unidades', 139766694053920, 0, 0, NULL, NULL),
('TABLE', 'ior', 'cp_tela', 139766692151296, 0, 0, NULL, NULL),
('TABLE', 'ior', 'cp_unidades', 139766692178688, 0, 0, NULL, NULL),
('TABLE', 'ior', 'cp_usuarios', 139766692218896, 0, 0, NULL, NULL),
('TABLE', 'ior', 'cp_cidades', 139766624968512, 0, 0, NULL, NULL),
('TABLE', '5coisas', 'cp_shows_tags', 139766770489152, 0, 0, NULL, NULL),
('TABLE', '5coisas', 'cp_shows_tags', 139766759100896, 0, 0, NULL, NULL),
('TABLE', '5coisas', 'cp_tela', 139766368196400, 0, 0, NULL, NULL),
('TABLE', '5coisas', 'cp_tela', 139766367925808, 0, 0, NULL, NULL),
('TABLE', '5coisas', 'cp_shows', 139766770303760, 0, 0, NULL, NULL),
('TABLE', '5coisas', 'cp_shows', 139766758731984, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'jobs', 139766758944240, 0, 0, NULL, NULL),
('TABLE', 'cbx', 'wp_options', 139766367991296, 0, 0, NULL, NULL),
('TABLE', 'cbx', 'wp_posts', 139766368184592, 0, 0, NULL, NULL),
('TABLE', 'cbx', 'wp_postmeta', 139766379338768, 0, 0, NULL, NULL),
('TABLE', 'beliv', 'cp_clientes', 139766435489792, 0, 0, NULL, NULL),
('TABLE', 'cbx', 'wp_terms', 139766368036944, 0, 0, NULL, NULL),
('TABLE', 'cbx', 'wp_term_taxonomy', 139766368074912, 0, 0, NULL, NULL),
('TABLE', 'cbx', 'wp_term_relationships', 139766379303696, 0, 0, NULL, NULL),
('TABLE', 'cbx', 'wp_users', 139766379309936, 0, 0, NULL, NULL),
('TABLE', 'cbx', 'wp_usermeta', 139766379390464, 0, 0, NULL, NULL),
('TABLE', 'cbx', 'smackuci_events', 139766379293776, 0, 0, NULL, NULL),
('TABLE', 'cbx', 'wp_comments', 139766436129664, 0, 0, NULL, NULL),
('TABLE', 'cbx', 'wp_termmeta', 139766436093280, 0, 0, NULL, NULL),
('TABLE', '5coisas', 'cp_usuarios_cidades', 139766380694352, 0, 0, NULL, NULL),
('TABLE', '5coisas', 'cp_usuarios_cidades', 139766368575200, 0, 0, NULL, NULL),
('TABLE', '5coisas', 'cp_log', 139766770245824, 0, 0, NULL, NULL),
('TABLE', '5coisas', 'cp_log', 139766758989648, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_options', 139766371450704, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_postmeta', 139766379772160, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_posts', 139766370083584, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_term_relationships', 139766379905408, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_term_taxonomy', 139766372140240, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_termmeta', 139766372164832, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_terms', 139766373020752, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_usermeta', 139766373237696, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_users', 139766373400976, 0, 0, NULL, NULL),
('TABLE', 'pcr_roteiros', 'wp_options', 139766491239392, 0, 0, NULL, NULL),
('TABLE', 'pcr_roteiros', 'wp_postmeta', 139766491255968, 0, 0, NULL, NULL),
('TABLE', 'pcr_roteiros', 'wp_posts', 139766492539648, 0, 0, NULL, NULL),
('TABLE', 'pcr_roteiros', 'wp_term_relationships', 139766492576192, 0, 0, NULL, NULL),
('TABLE', 'pcr_roteiros', 'wp_term_taxonomy', 139766492622224, 0, 0, NULL, NULL),
('TABLE', 'pcr_roteiros', 'wp_termmeta', 139766492644272, 0, 0, NULL, NULL),
('TABLE', 'pcr_roteiros', 'wp_terms', 139766491490112, 0, 0, NULL, NULL),
('TABLE', 'pcr_roteiros', 'wp_usermeta', 139766491503408, 0, 0, NULL, NULL),
('TABLE', 'pcr_roteiros', 'wp_users', 139766492723056, 0, 0, NULL, NULL),
('TABLE', 'pcr_roteiros', 'wp_wdi_feeds', 139766491784992, 0, 0, NULL, NULL),
('TABLE', 'pcr_roteiros', 'wp_wdi_themes', 139766491612864, 0, 0, NULL, NULL),
('TABLE', 'mzs', 'wp_commentmeta', 139766490649344, 0, 0, NULL, NULL),
('TABLE', 'mzs', 'wp_comments', 139766491487360, 0, 0, NULL, NULL),
('TABLE', 'mzs', 'wp_links', 139766492462160, 0, 0, NULL, NULL),
('TABLE', 'mzs', 'wp_options', 139766491633456, 0, 0, NULL, NULL),
('TABLE', 'mzs', 'wp_postmeta', 139766492211824, 0, 0, NULL, NULL),
('TABLE', 'mzs', 'wp_posts', 139766492116560, 0, 0, NULL, NULL),
('TABLE', 'mzs', 'wp_term_relationships', 139766492129104, 0, 0, NULL, NULL),
('TABLE', 'mzs', 'wp_term_taxonomy', 139766490920944, 0, 0, NULL, NULL),
('TABLE', 'mzs', 'wp_termmeta', 139766492279200, 0, 0, NULL, NULL),
('TABLE', 'mzs', 'wp_terms', 139766492298608, 0, 0, NULL, NULL),
('TABLE', 'mzs', 'wp_usermeta', 139766492486736, 0, 0, NULL, NULL),
('TABLE', 'mzs', 'wp_users', 139766493266640, 0, 0, NULL, NULL),
('TABLE', 'kanecountyhealth_web', 'wp_options', 139766367565344, 0, 0, NULL, NULL),
('TABLE', 'kanecountyhealth_web', 'wp_postmeta', 139766379188896, 0, 0, NULL, NULL),
('TABLE', 'kanecountyhealth_web', 'wp_posts', 139766373265184, 0, 0, NULL, NULL),
('TABLE', 'kanecountyhealth_web', 'wp_term_relationships', 139766373858224, 0, 0, NULL, NULL),
('TABLE', 'kanecountyhealth_web', 'wp_term_taxonomy', 139766370992720, 0, 0, NULL, NULL),
('TABLE', 'kanecountyhealth_web', 'wp_termmeta', 139766368323296, 0, 0, NULL, NULL),
('TABLE', 'kanecountyhealth_web', 'wp_terms', 139766372897920, 0, 0, NULL, NULL),
('TABLE', 'kanecountyhealth_web', 'wp_usermeta', 139766371020640, 0, 0, NULL, NULL),
('TABLE', 'kanecountyhealth_web', 'wp_users', 139766370046464, 0, 0, NULL, NULL),
('TABLE', 'ior', 'cp_log', 139766375005632, 0, 0, NULL, NULL),
('TABLE', 'ior', 'cp_noticias', 139766375023264, 0, 0, NULL, NULL),
('TABLE', 'ior', 'cp_paginas', 139766375111056, 0, 0, NULL, NULL),
('TABLE', 'ior', 'cp_perfil', 139766375130672, 0, 0, NULL, NULL),
('TABLE', 'ior', 'cp_permissoes', 139766375147408, 0, 0, NULL, NULL),
('TABLE', 'ior', 'cp_residenciamedica_has_cp_unidades', 139766380583184, 0, 0, NULL, NULL),
('TABLE', 'ior', 'cp_tela', 139766379603456, 0, 0, NULL, NULL),
('TABLE', 'ior', 'cp_unidades', 139766379459792, 0, 0, NULL, NULL),
('TABLE', 'ior', 'cp_usuarios', 139766379325168, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'notifications', 139766368385536, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'oauth_access_tokens', 139766373113216, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'oauth_auth_codes', 139766368486784, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'oauth_clients', 139766368424000, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'oauth_personal_access_clients', 139766370331072, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'oauth_refresh_tokens', 139766370346832, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'password_resets', 139766370358288, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'photos', 139766370375616, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'programs', 139766368089728, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'tags', 139766368558368, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'users', 139766368381328, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'jobs', 139766368129856, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'migrations', 139766375019296, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'notifications', 139766375145424, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'oauth_access_tokens', 139766377304656, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'oauth_auth_codes', 139766376605392, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'oauth_clients', 139766376363824, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'oauth_personal_access_clients', 139766376620160, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'oauth_refresh_tokens', 139766368553280, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'password_resets', 139766376560352, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'photos', 139766376654400, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'programs', 139766377060272, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'tags', 139766377148400, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'users', 139766377152256, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_commentmeta', 139766692284736, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_comments', 139766694377504, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_contact', 139766691993824, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_links', 139766691724432, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_newsletter', 139766694495632, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_options', 139766694511872, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_postmeta', 139766694524752, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_posts', 139766694542720, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_term_relationships', 139766694572320, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_term_taxonomy', 139766695159360, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_termmeta', 139766695175552, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_terms', 139766695194512, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_usermeta', 139766695207744, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_users', 139766695226704, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_vp_id', 139766695247920, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_yoast_seo_links', 139766695398016, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_yoast_seo_meta', 139766695410160, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'cp_cidades', 139766374942080, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'cp_estados', 139766375143856, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_commentmeta', 139766376926976, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_comments', 139766367505904, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_links', 139766370194528, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_newsletter', 139766369617712, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_options', 139766379611152, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_postmeta', 139766368943312, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_posts', 139766367820112, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_term_relationships', 139766373259808, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_term_taxonomy', 139766379800352, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_termmeta', 139766379177472, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_terms', 139766379835040, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_usermeta', 139766368724704, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_users', 139766380652000, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_postmeta', 139766490456560, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_posts', 139766490727616, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_termmeta', 139766490270400, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_terms', 139766490362976, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_term_relationships', 139766490806800, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_term_taxonomy', 139766490811328, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_usermeta', 139766491058688, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_users', 139766491070656, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_vp_id', 139766491193632, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_yoast_seo_links', 139766491189536, 0, 0, NULL, NULL),
('TABLE', 'vinz', 'wp_yoast_seo_meta', 139766490480160, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_commentmeta', 139766368270864, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_comments', 139766369207760, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_links', 139766371310000, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_options', 139766369380544, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_postmeta', 139766377165792, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_posts', 139766369364400, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_term_relationships', 139766369352912, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_term_taxonomy', 139766370339840, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_termmeta', 139766373089872, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_terms', 139766379609232, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_usermeta', 139766367521744, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_users', 139766367423568, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'cp_estados', 139766760634592, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_commentmeta', 139766759074112, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_comments', 139766758767056, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_links', 139766758840048, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_newsletter', 139766758876400, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_options', 139766760994768, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_postmeta', 139766761020144, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_posts', 139766759391776, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_term_relationships', 139766759129088, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_term_taxonomy', 139766758916752, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_termmeta', 139766759343520, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_terms', 139766759821328, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_usermeta', 139766759809744, 0, 0, NULL, NULL),
('TABLE', 'antonioarruda', 'wp_users', 139766770374368, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_commentmeta', 139766760862064, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_comments', 139766759290400, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_links', 139766758693552, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_options', 139766759569712, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_postmeta', 139766759304480, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_posts', 139766759243664, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_termmeta', 139766770419120, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_terms', 139766759843296, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_term_relationships', 139766770415136, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_term_taxonomy', 139766759869856, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_usermeta', 139766758931344, 0, 0, NULL, NULL),
('TABLE', 'sync', 'wp_users', 139766759213728, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_commentmeta', 139766491216800, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_comments', 139766491137360, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_links', 139766490988832, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_options', 139766505048512, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_postmeta', 139766491100592, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_posts', 139766491392112, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_term_relationships', 139766491120352, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_term_taxonomy', 139766491359488, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_termmeta', 139766490228352, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_terms', 139766490652688, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_usermeta', 139766490940720, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_users', 139766493224224, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_yoast_seo_links', 139766492962432, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_yoast_seo_meta', 139766490824640, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_commentmeta', 139766691651120, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_comments', 139766693952384, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_links', 139766692302144, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_options', 139766692388720, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_postmeta', 139766692229408, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_posts', 139766692064384, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_termmeta', 139766692376864, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_terms', 139766694507952, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_term_relationships', 139766691690624, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_term_taxonomy', 139766691692704, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_usermeta', 139766694271744, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_users', 139766691914352, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_yoast_seo_links', 139766691922352, 0, 0, NULL, NULL),
('TABLE', 'rosamaster', 'wp_yoast_seo_meta', 139766691637840, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_commentmeta', 139766371254064, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_comments', 139766379522960, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_links', 139766367407472, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_options', 139766368139888, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_postmeta', 139766368154928, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_posts', 139766379437104, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_term_relationships', 139766368563072, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_term_taxonomy', 139766374974880, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_termmeta', 139766369995952, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_terms', 139766374959952, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_usermeta', 139766368337296, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_users', 139766377264192, 0, 0, NULL, NULL),
('TABLE', 'ambassador', 'jobs', 139766491215760, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_commentmeta', 139766375054128, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_comments', 139766379745040, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_links', 139766367780672, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_options', 139766372976480, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_postmeta', 139766368785584, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_posts', 139766379954752, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_term_relationships', 139766375172704, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_term_taxonomy', 139766371336848, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_termmeta', 139766371346480, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_terms', 139766373165648, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_usermeta', 139766373190272, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_users', 139766367462320, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_commentmeta', 139766770408160, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_comments', 139766758971952, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_links', 139766760533808, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_options', 139766759796832, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_postmeta', 139766760765968, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_posts', 139766760542768, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_termmeta', 139766759170608, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_terms', 139766760070160, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_term_relationships', 139766759743168, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_term_taxonomy', 139766760410352, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_usermeta', 139766758890048, 0, 0, NULL, NULL),
('TABLE', 'appradio', 'wp_users', 139766760595008, 0, 0, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `table_io_waits_summary_by_index_usage`
--

CREATE TABLE `table_io_waits_summary_by_index_usage` (
  `OBJECT_TYPE` varchar(64) DEFAULT NULL,
  `OBJECT_SCHEMA` varchar(64) DEFAULT NULL,
  `OBJECT_NAME` varchar(64) DEFAULT NULL,
  `INDEX_NAME` varchar(64) DEFAULT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `COUNT_READ` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `COUNT_WRITE` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `COUNT_FETCH` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_FETCH` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_FETCH` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_FETCH` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_FETCH` bigint(20) UNSIGNED NOT NULL,
  `COUNT_INSERT` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_INSERT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_INSERT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_INSERT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_INSERT` bigint(20) UNSIGNED NOT NULL,
  `COUNT_UPDATE` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_UPDATE` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_UPDATE` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_UPDATE` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_UPDATE` bigint(20) UNSIGNED NOT NULL,
  `COUNT_DELETE` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_DELETE` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_DELETE` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_DELETE` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_DELETE` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `table_io_waits_summary_by_index_usage`
--

INSERT INTO `table_io_waits_summary_by_index_usage` (`OBJECT_TYPE`, `OBJECT_SCHEMA`, `OBJECT_NAME`, `INDEX_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `COUNT_READ`, `SUM_TIMER_READ`, `MIN_TIMER_READ`, `AVG_TIMER_READ`, `MAX_TIMER_READ`, `COUNT_WRITE`, `SUM_TIMER_WRITE`, `MIN_TIMER_WRITE`, `AVG_TIMER_WRITE`, `MAX_TIMER_WRITE`, `COUNT_FETCH`, `SUM_TIMER_FETCH`, `MIN_TIMER_FETCH`, `AVG_TIMER_FETCH`, `MAX_TIMER_FETCH`, `COUNT_INSERT`, `SUM_TIMER_INSERT`, `MIN_TIMER_INSERT`, `AVG_TIMER_INSERT`, `MAX_TIMER_INSERT`, `COUNT_UPDATE`, `SUM_TIMER_UPDATE`, `MIN_TIMER_UPDATE`, `AVG_TIMER_UPDATE`, `MAX_TIMER_UPDATE`, `COUNT_DELETE`, `SUM_TIMER_DELETE`, `MIN_TIMER_DELETE`, `AVG_TIMER_DELETE`, `MAX_TIMER_DELETE`) VALUES
('TABLE', 'ambassador', 'jobs', 'PRIMARY', 5, 2444170440, 12675132, 488834088, 2308878960, 3, 78099096, 12675132, 26033032, 41122872, 2, 2366071344, 57192384, 1183035672, 2308878960, 3, 78099096, 12675132, 26033032, 41122872, 0, 0, 0, 0, 0, 1, 57192384, 57192384, 57192384, 57192384, 1, 2308878960, 2308878960, 2308878960, 2308878960),
('TABLE', 'ambassador', 'jobs', 'jobs_queue_index', 1, 6002626596, 6343404, 6002626596, 94385448, 1, 6002626596, 6343404, 6002626596, 94385448, 0, 0, 0, 0, 0, 1, 6002626596, 6343404, 6002626596, 94385448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'jobs', NULL, 1, 102668736, 102668736, 102668736, 102668736, 0, 0, 0, 0, 0, 1, 102668736, 102668736, 102668736, 102668736, 0, 0, 0, 0, 0, 1, 102668736, 102668736, 102668736, 102668736, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_cidades', 'PRIMARY', 2, 31315032, 31315032, 15657516, 31315032, 2, 31315032, 31315032, 15657516, 31315032, 0, 0, 0, 0, 0, 2, 31315032, 31315032, 15657516, 31315032, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_cidades', NULL, 8, 178350900, 23824044, 22293376, 58021380, 8, 178350900, 23824044, 22293376, 58021380, 0, 0, 0, 0, 0, 8, 178350900, 23824044, 22293376, 58021380, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_options', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_options', 'option_name', 1196, 38830587416, 10498392, 32466508, 1500886416, 1053, 28067194140, 10498392, 26654084, 133548420, 143, 10763393276, 14489916, 75267944, 1500886416, 1053, 28067194140, 10498392, 26654084, 133548420, 0, 0, 0, 0, 0, 109, 9397731620, 14489916, 86217252, 1500886416, 34, 1365661656, 19895904, 40165996, 323305104),
('TABLE', 'cbx', 'wp_options', NULL, 32650, 69293318676, 56443452, 2122252, 6100581564, 32614, 64111273020, 274691244, 1965460, 6100581564, 36, 5182045656, 56443452, 143945620, 1800477564, 32614, 64111273020, 274691244, 1965460, 6100581564, 36, 5182045656, 56443452, 143945620, 1800477564, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_posts', 'PRIMARY', 2033, 45149569116, 15825984, 22208308, 11884289832, 2033, 45149569116, 15825984, 22208308, 11884289832, 0, 0, 0, 0, 0, 2033, 45149569116, 15825984, 22208308, 11884289832, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_posts', 'post_name', 15, 4644884604, 9490920, 309658640, 1195268784, 15, 4644884604, 9490920, 309658640, 1195268784, 0, 0, 0, 0, 0, 15, 4644884604, 9490920, 309658640, 1195268784, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_posts', 'type_status_date', 13819, 152846469432, 9495924, 11060508, 66852972960, 13819, 152846469432, 9495924, 11060508, 66852972960, 0, 0, 0, 0, 0, 13819, 152846469432, 9495924, 11060508, 66852972960, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_posts', 'post_parent', 81, 2545599852, 55684512, 31426788, 1123554792, 81, 2545599852, 55684512, 31426788, 1123554792, 0, 0, 0, 0, 0, 81, 2545599852, 55684512, 31426788, 1123554792, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_posts', 'post_author', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_posts', 'crp_related', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_posts', 'crp_related_title', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_posts', 'crp_related_content', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_postmeta', 'PRIMARY', 19014, 29732028276, 29732028276, 1563472, 29732028276, 19014, 29732028276, 29732028276, 1563472, 29732028276, 0, 0, 0, 0, 0, 19014, 29732028276, 29732028276, 1563472, 29732028276, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_postmeta', 'post_id', 20083, 73711454804, 1454496, 3670156, 9171519684, 20072, 73312367456, 1454496, 3652364, 9171519684, 11, 399087348, 18988512, 36280668, 55259172, 20072, 73312367456, 1454496, 3652364, 9171519684, 0, 0, 0, 0, 0, 11, 399087348, 18988512, 36280668, 55259172, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_postmeta', 'meta_key', 94, 3264626280, 10473372, 34729984, 1005036720, 94, 3264626280, 10473372, 34729984, 1005036720, 0, 0, 0, 0, 0, 94, 3264626280, 10473372, 34729984, 1005036720, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_postmeta', NULL, 38028, 61604834472, 30711539592, 1619628, 30893294880, 38028, 61604834472, 30711539592, 1619628, 30893294880, 0, 0, 0, 0, 0, 38028, 61604834472, 30711539592, 1619628, 30893294880, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_terms', 'PRIMARY', 148, 1510830476, 1122564, 10208160, 63992820, 148, 1510830476, 1122564, 10208160, 63992820, 0, 0, 0, 0, 0, 148, 1510830476, 1122564, 10208160, 63992820, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_terms', 'slug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_terms', 'name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_term_taxonomy', 'PRIMARY', 44, 302888228, 1621296, 6883280, 15922728, 44, 302888228, 1621296, 6883280, 15922728, 0, 0, 0, 0, 0, 44, 302888228, 1621296, 6883280, 15922728, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_term_taxonomy', 'term_id_taxonomy', 88, 2020456740, 12952020, 22959464, 67125324, 88, 2020456740, 12952020, 22959464, 67125324, 0, 0, 0, 0, 0, 88, 2020456740, 12952020, 22959464, 67125324, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_term_taxonomy', 'taxonomy', 591, 5152670508, 88404, 8718080, 119160252, 591, 5152670508, 88404, 8718080, 119160252, 0, 0, 0, 0, 0, 591, 5152670508, 88404, 8718080, 119160252, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_term_taxonomy', NULL, 10, 25685532, 1424472, 2568164, 4473576, 10, 25685532, 1424472, 2568164, 4473576, 0, 0, 0, 0, 0, 10, 25685532, 1424472, 2568164, 4473576, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_term_relationships', 'PRIMARY', 103, 688501472, 106752, 6684232, 23662248, 103, 688501472, 106752, 6684232, 23662248, 0, 0, 0, 0, 0, 103, 688501472, 106752, 6684232, 23662248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_term_relationships', 'term_taxonomy_id', 1070, 2801769068, 63384, 2618204, 1618005036, 1070, 2801769068, 63384, 2618204, 1618005036, 0, 0, 0, 0, 0, 1070, 2801769068, 63384, 2618204, 1618005036, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_users', 'PRIMARY', 168, 1776284892, 1306044, 10572896, 75587088, 168, 1776284892, 1306044, 10572896, 75587088, 0, 0, 0, 0, 0, 168, 1776284892, 1306044, 10572896, 75587088, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_users', 'user_login_key', 25, 611412072, 15614148, 24456216, 77807196, 25, 611412072, 15614148, 24456216, 77807196, 0, 0, 0, 0, 0, 25, 611412072, 15614148, 24456216, 77807196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_users', 'user_nicename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_users', 'user_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_usermeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_usermeta', 'user_id', 4971, 14145875432, 60398280, 2845608, 953026256, 4971, 14145875432, 60398280, 2845608, 953026256, 0, 0, 0, 0, 0, 4971, 14145875432, 60398280, 2845608, 953026256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_usermeta', 'meta_key', 118, 647891232, 947424, 5490500, 60713532, 117, 587177700, 947424, 5018456, 44690724, 1, 60713532, 60713532, 60713532, 60713532, 117, 587177700, 947424, 5018456, 44690724, 0, 0, 0, 0, 0, 1, 60713532, 60713532, 60713532, 60713532, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_clientes', 'PRIMARY', 24, 34504248, 34504248, 1437260, 34504248, 24, 34504248, 34504248, 1437260, 34504248, 0, 0, 0, 0, 0, 24, 34504248, 34504248, 1437260, 34504248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_clientes', NULL, 72, 320025816, 62519976, 4444664, 164424768, 72, 320025816, 62519976, 4444664, 164424768, 0, 0, 0, 0, 0, 72, 320025816, 62519976, 4444664, 164424768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_log', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_log', 'fk_logs_usuarios1_idx', 662, 797752692, 797752692, 1204852, 797752692, 662, 797752692, 797752692, 1204852, 797752692, 0, 0, 0, 0, 0, 662, 797752692, 797752692, 1204852, 797752692, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_log', NULL, 1986, 5229298428, 793240752, 2632660, 3052219824, 1986, 5229298428, 793240752, 2632660, 3052219824, 0, 0, 0, 0, 0, 1986, 5229298428, 793240752, 2632660, 3052219824, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_perfil', 'PRIMARY', 3, 12231444, 12231444, 4077148, 12231444, 3, 12231444, 12231444, 4077148, 12231444, 0, 0, 0, 0, 0, 3, 12231444, 12231444, 4077148, 12231444, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_perfil', NULL, 9, 109225644, 24961620, 12135812, 44056884, 9, 109225644, 24961620, 12135812, 44056884, 0, 0, 0, 0, 0, 9, 109225644, 24961620, 12135812, 44056884, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_permissoes', 'PRIMARY', 24, 18890100, 18890100, 786740, 18890100, 24, 18890100, 18890100, 786740, 18890100, 0, 0, 0, 0, 0, 24, 18890100, 18890100, 786740, 18890100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_permissoes', NULL, 72, 212866824, 46238628, 2956252, 95456304, 72, 212866824, 46238628, 2956252, 95456304, 0, 0, 0, 0, 0, 72, 212866824, 46238628, 2956252, 95456304, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_shows', 'PRIMARY', 7, 32974692, 32974692, 4710432, 32974692, 7, 32974692, 32974692, 4710432, 32974692, 0, 0, 0, 0, 0, 7, 32974692, 32974692, 4710432, 32974692, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_shows', NULL, 14, 160563348, 64871856, 11468612, 95691492, 14, 160563348, 64871856, 11468612, 95691492, 0, 0, 0, 0, 0, 14, 160563348, 64871856, 11468612, 95691492, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_shows_tags', 'PRIMARY', 3, 12520008, 12520008, 4173336, 12520008, 3, 12520008, 12520008, 4173336, 12520008, 0, 0, 0, 0, 0, 3, 12520008, 12520008, 4173336, 12520008, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_shows_tags', NULL, 9, 101170872, 18169524, 11241208, 44298744, 9, 101170872, 18169524, 11241208, 44298744, 0, 0, 0, 0, 0, 9, 101170872, 18169524, 11241208, 44298744, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_tags', 'PRIMARY', 2, 11791092, 11791092, 5895268, 11791092, 2, 11791092, 11791092, 5895268, 11791092, 0, 0, 0, 0, 0, 2, 11791092, 11791092, 5895268, 11791092, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_tags', NULL, 6, 109791096, 17562372, 18298516, 53199192, 6, 109791096, 17562372, 18298516, 53199192, 0, 0, 0, 0, 0, 6, 109791096, 17562372, 18298516, 53199192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_tela', 'PRIMARY', 8, 16479840, 16479840, 2059980, 16479840, 8, 16479840, 16479840, 2059980, 16479840, 0, 0, 0, 0, 0, 8, 16479840, 16479840, 2059980, 16479840, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_tela', NULL, 24, 136108800, 23967492, 5671200, 64006164, 24, 136108800, 23967492, 5671200, 64006164, 0, 0, 0, 0, 0, 24, 136108800, 23967492, 5671200, 64006164, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_usuarios', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_usuarios', 'usuarios_perfil', 13, 1574258400, 1574258400, 121096800, 1574258400, 13, 1574258400, 1574258400, 121096800, 1574258400, 0, 0, 0, 0, 0, 13, 1574258400, 1574258400, 121096800, 1574258400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_usuarios', NULL, 39, 180229068, 45015984, 4620916, 69287052, 39, 180229068, 45015984, 4620916, 69287052, 0, 0, 0, 0, 0, 39, 180229068, 45015984, 4620916, 69287052, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_usuarios_cidades', 'PRIMARY', 3, 12740184, 12740184, 4246728, 12740184, 3, 12740184, 12740184, 4246728, 12740184, 0, 0, 0, 0, 0, 3, 12740184, 12740184, 4246728, 12740184, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_usuarios_cidades', NULL, 9, 106031424, 15547428, 11781084, 54561948, 9, 106031424, 15547428, 11781084, 54561948, 0, 0, 0, 0, 0, 9, 106031424, 15547428, 11781084, 54561948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_banner', 'PRIMARY', 19, 29760456, 29760456, 1566252, 29760456, 19, 29760456, 29760456, 1566252, 29760456, 0, 0, 0, 0, 0, 19, 29760456, 29760456, 1566252, 29760456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_cidades', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_cidades', NULL, 1000, 1553274960, 1553274960, 1552908, 1553274960, 1000, 1553274960, 1553274960, 1552908, 1553274960, 0, 0, 0, 0, 0, 1000, 1553274960, 1553274960, 1552908, 1553274960, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_convenios', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_equipe', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_equipe_has_cp_especialidades', 'PRIMARY', 1, 13192212, 13192212, 13192212, 13192212, 1, 13192212, 13192212, 13192212, 13192212, 0, 0, 0, 0, 0, 1, 13192212, 13192212, 13192212, 13192212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_especialidades', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_especialistas', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_especialistas_has_cp_especialidades', 'PRIMARY', 80, 33850392, 33850392, 423116, 33850392, 80, 33850392, 33850392, 423116, 33850392, 0, 0, 0, 0, 0, 80, 33850392, 33850392, 423116, 33850392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_estados', 'PRIMARY', 27, 32449272, 32449272, 1201516, 32449272, 27, 32449272, 32449272, 1201516, 32449272, 0, 0, 0, 0, 0, 27, 32449272, 32449272, 1201516, 32449272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_imagens', 'PRIMARY', 10, 17854272, 17854272, 1785316, 17854272, 10, 17854272, 17854272, 1785316, 17854272, 0, 0, 0, 0, 0, 10, 17854272, 17854272, 1785316, 17854272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_log', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_log', 'fk_logs_usuarios1_idx', 290, 597410880, 597410880, 2059980, 597410880, 290, 597410880, 597410880, 2059980, 597410880, 0, 0, 0, 0, 0, 290, 597410880, 597410880, 2059980, 597410880, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_noticias', 'PRIMARY', 3, 14097936, 14097936, 4699312, 14097936, 3, 14097936, 14097936, 4699312, 14097936, 0, 0, 0, 0, 0, 3, 14097936, 14097936, 4699312, 14097936, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_paginas', 'PRIMARY', 8, 17757528, 17757528, 2219552, 17757528, 8, 17757528, 17757528, 2219552, 17757528, 0, 0, 0, 0, 0, 8, 17757528, 17757528, 2219552, 17757528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_perfil', 'PRIMARY', 3, 15388968, 15388968, 5129656, 15388968, 3, 15388968, 15388968, 5129656, 15388968, 0, 0, 0, 0, 0, 3, 15388968, 15388968, 5129656, 15388968, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_permissoes', 'PRIMARY', 24, 31616940, 31616940, 1317164, 31616940, 24, 31616940, 31616940, 1317164, 31616940, 0, 0, 0, 0, 0, 24, 31616940, 31616940, 1317164, 31616940, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_residenciamedica', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_residenciamedica_has_cp_unidades', 'PRIMARY', 5, 14668392, 14668392, 2933456, 14668392, 5, 14668392, 14668392, 2933456, 14668392, 0, 0, 0, 0, 0, 5, 14668392, 14668392, 2933456, 14668392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_tela', 'PRIMARY', 12, 17862612, 17862612, 1488412, 17862612, 12, 17862612, 17862612, 1488412, 17862612, 0, 0, 0, 0, 0, 12, 17862612, 17862612, 1488412, 17862612, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_unidades', 'PRIMARY', 5, 15675864, 15675864, 3134728, 15675864, 5, 15675864, 15675864, 3134728, 15675864, 0, 0, 0, 0, 0, 5, 15675864, 15675864, 3134728, 15675864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_usuarios', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_usuarios', 'usuarios_perfil', 4, 330672660, 330672660, 82667748, 330672660, 4, 330672660, 330672660, 82667748, 330672660, 0, 0, 0, 0, 0, 4, 330672660, 330672660, 82667748, 330672660, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidates', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidates', 'candidates_id_unique', 464, 1480518468, 1480518468, 3190328, 1480518468, 464, 1480518468, 1480518468, 3190328, 1480518468, 0, 0, 0, 0, 0, 464, 1480518468, 1480518468, 3190328, 1480518468, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidates', NULL, 1393, 8993283876, 745596, 6455716, 3729251016, 1393, 8993283876, 745596, 6455716, 3729251016, 0, 0, 0, 0, 0, 1393, 8993283876, 745596, 6455716, 3729251016, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'photos', 'photos_candidate_id_index', 5566, 6088965612, 1382772, 1093652, 1357957164, 5566, 6088965612, 1382772, 1093652, 1357957164, 0, 0, 0, 0, 0, 5566, 6088965612, 1382772, 1093652, 1357957164, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'photos', NULL, 5566, 40030263612, 14938743108, 7191860, 25091520504, 5566, 40030263612, 14938743108, 7191860, 25091520504, 0, 0, 0, 0, 0, 5566, 40030263612, 14938743108, 7191860, 25091520504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'admins', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'admins', 'admins_email_unique', 10, 405135516, 405135516, 40513496, 405135516, 10, 405135516, 405135516, 40513496, 405135516, 0, 0, 0, 0, 0, 10, 405135516, 405135516, 40513496, 405135516, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'admins', NULL, 20, 97679748, 38714280, 4883904, 58965468, 20, 97679748, 38714280, 4883904, 58965468, 0, 0, 0, 0, 0, 20, 97679748, 38714280, 4883904, 58965468, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'admins_password_resets', 'admins_password_resets_email_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'admins_password_resets', 'admins_password_resets_token_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'admins_password_resets', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_category', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_category', 'candidate_category_candidate_id_category_id_unique', 2426, 4125355980, 720185688, 1700248, 3405170292, 2426, 4125355980, 720185688, 1700248, 3405170292, 0, 0, 0, 0, 0, 2426, 4125355980, 720185688, 1700248, 3405170292, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_category', 'candidate_category_candidate_id_index', 1213, 1493412108, 1493412108, 1230984, 1493412108, 1213, 1493412108, 1493412108, 1230984, 1493412108, 0, 0, 0, 0, 0, 1213, 1493412108, 1493412108, 1230984, 1493412108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_category', 'candidate_category_category_id_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_comment', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_comment', 'candidate_comment_candidate_id_index', 43, 571413432, 571413432, 13288400, 571413432, 43, 571413432, 571413432, 13288400, 571413432, 0, 0, 0, 0, 0, 43, 571413432, 571413432, 13288400, 571413432, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_comment', 'candidate_comment_comment_id_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_comment', 'candidate_comment_program_id_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_comment', NULL, 86, 97669740, 47706468, 1135352, 49963272, 86, 97669740, 47706468, 1135352, 49963272, 0, 0, 0, 0, 0, 86, 97669740, 47706468, 1135352, 49963272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_notification', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_notification', 'candidate_notification_notification_id_foreign', 9, 559181988, 559181988, 62131332, 559181988, 9, 559181988, 559181988, 62131332, 559181988, 0, 0, 0, 0, 0, 9, 559181988, 559181988, 62131332, 559181988, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_notification', 'candidate_notification_candidate_id_foreign', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_notification', 'candidate_notification_program_id_foreign', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_notification', NULL, 18, 43694928, 20653176, 2427496, 23041752, 18, 43694928, 20653176, 2427496, 23041752, 0, 0, 0, 0, 0, 18, 43694928, 20653176, 2427496, 23041752, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_program', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_program', 'candidate_program_candidate_id_program_id_unique', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_program', 'candidate_program_candidate_id_index', 66, 558012720, 558012720, 8454536, 558012720, 66, 558012720, 558012720, 8454536, 558012720, 0, 0, 0, 0, 0, 66, 558012720, 558012720, 8454536, 558012720, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_program', 'candidate_program_program_id_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_program', NULL, 132, 135209748, 65068680, 1024152, 70141068, 132, 135209748, 65068680, 1024152, 70141068, 0, 0, 0, 0, 0, 132, 135209748, 65068680, 1024152, 70141068, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_tag', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_tag', 'candidate_tag_candidate_id_tag_id_unique', 26, 511018488, 24926592, 19654044, 486091896, 26, 511018488, 24926592, 19654044, 486091896, 0, 0, 0, 0, 0, 26, 511018488, 24926592, 19654044, 486091896, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_tag', 'candidate_tag_candidate_id_index', 13, 654614940, 654614940, 50354696, 654614940, 13, 654614940, 654614940, 50354696, 654614940, 0, 0, 0, 0, 0, 13, 654614940, 654614940, 50354696, 654614940, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_tag', 'candidate_tag_tag_id_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'categories', 'PRIMARY', 12, 18219564, 18219564, 1517880, 18219564, 12, 18219564, 18219564, 1517880, 18219564, 0, 0, 0, 0, 0, 12, 18219564, 18219564, 1517880, 18219564, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'categories', NULL, 24, 63817680, 31366740, 2658792, 32450940, 24, 63817680, 31366740, 2658792, 32450940, 0, 0, 0, 0, 0, 24, 63817680, 31366740, 2658792, 32450940, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'clients', 'PRIMARY', 2, 26354400, 26354400, 13177200, 26354400, 2, 26354400, 26354400, 13177200, 26354400, 0, 0, 0, 0, 0, 2, 26354400, 26354400, 13177200, 26354400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'clients', NULL, 4, 35211480, 16701684, 8802592, 18509796, 4, 35211480, 16701684, 8802592, 18509796, 0, 0, 0, 0, 0, 4, 35211480, 16701684, 8802592, 18509796, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'comments', 'PRIMARY', 43, 25003320, 25003320, 581020, 25003320, 43, 25003320, 25003320, 581020, 25003320, 0, 0, 0, 0, 0, 43, 25003320, 25003320, 581020, 25003320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'comments', NULL, 86, 170929968, 83269896, 1987144, 87660072, 86, 170929968, 83269896, 1987144, 87660072, 0, 0, 0, 0, 0, 86, 170929968, 83269896, 1987144, 87660072, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'failed_jobs', 'PRIMARY', 1, 22426260, 22426260, 22426260, 22426260, 1, 22426260, 22426260, 22426260, 22426260, 0, 0, 0, 0, 0, 1, 22426260, 22426260, 22426260, 22426260, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'failed_jobs', NULL, 2, 1183239168, 48512112, 591619584, 1134727056, 2, 1183239168, 48512112, 591619584, 1134727056, 0, 0, 0, 0, 0, 2, 1183239168, 48512112, 591619584, 1134727056, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'migrations', 'PRIMARY', 32, 36737700, 36737700, 1147584, 36737700, 32, 36737700, 36737700, 1147584, 36737700, 0, 0, 0, 0, 0, 32, 36737700, 36737700, 1147584, 36737700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'migrations', NULL, 64, 71815740, 35218152, 1122008, 36597588, 64, 71815740, 35218152, 1122008, 36597588, 0, 0, 0, 0, 0, 64, 71815740, 35218152, 1122008, 36597588, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'notifications', 'PRIMARY', 15, 29405172, 29405172, 1959900, 29405172, 15, 29405172, 29405172, 1959900, 29405172, 0, 0, 0, 0, 0, 15, 29405172, 29405172, 1959900, 29405172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'notifications', NULL, 30, 80894664, 37089648, 2696044, 43805016, 30, 80894664, 37089648, 2696044, 43805016, 0, 0, 0, 0, 0, 30, 80894664, 37089648, 2696044, 43805016, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_access_tokens', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_access_tokens', 'oauth_access_tokens_user_id_index', 181, 1213423296, 1213423296, 6703692, 1213423296, 181, 1213423296, 1213423296, 6703692, 1213423296, 0, 0, 0, 0, 0, 181, 1213423296, 1213423296, 6703692, 1213423296, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_access_tokens', NULL, 362, 2541356460, 729836736, 7020056, 1811519724, 362, 2541356460, 729836736, 7020056, 1811519724, 0, 0, 0, 0, 0, 362, 2541356460, 729836736, 7020056, 1811519724, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_auth_codes', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_auth_codes', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_clients', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_clients', 'oauth_clients_user_id_index', 2, 295482864, 295482864, 147741432, 295482864, 2, 295482864, 295482864, 147741432, 295482864, 0, 0, 0, 0, 0, 2, 295482864, 295482864, 147741432, 295482864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_clients', NULL, 4, 46739028, 20684868, 11684340, 26054160, 4, 46739028, 20684868, 11684340, 26054160, 0, 0, 0, 0, 0, 4, 46739028, 20684868, 11684340, 26054160, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_personal_access_clients', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_personal_access_clients', 'oauth_personal_access_clients_client_id_index', 1, 279395004, 279395004, 279395004, 279395004, 1, 279395004, 279395004, 279395004, 279395004, 0, 0, 0, 0, 0, 1, 279395004, 279395004, 279395004, 279395004, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_personal_access_clients', NULL, 2, 35967084, 17782548, 17983264, 18184536, 2, 35967084, 17782548, 17983264, 18184536, 0, 0, 0, 0, 0, 2, 35967084, 17782548, 17983264, 18184536, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_refresh_tokens', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_refresh_tokens', 'oauth_refresh_tokens_access_token_id_index', 181, 1378198344, 1378198344, 7613864, 1378198344, 181, 1378198344, 1378198344, 7613864, 1378198344, 0, 0, 0, 0, 0, 181, 1378198344, 1378198344, 7613864, 1378198344, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_refresh_tokens', NULL, 362, 2819895780, 852806700, 7789560, 1967089080, 362, 2819895780, 852806700, 7789560, 1967089080, 0, 0, 0, 0, 0, 362, 2819895780, 852806700, 7789560, 1967089080, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'password_resets', 'password_resets_email_index', 2, 317603880, 317603880, 158801940, 317603880, 2, 317603880, 317603880, 158801940, 317603880, 0, 0, 0, 0, 0, 2, 317603880, 317603880, 158801940, 317603880, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'password_resets', NULL, 4, 50248500, 15757596, 12561708, 34490904, 4, 50248500, 15757596, 12561708, 34490904, 0, 0, 0, 0, 0, 4, 50248500, 15757596, 12561708, 34490904, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'programs', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'programs', 'programs_client_id_foreign', 10, 399686160, 399686160, 39968616, 399686160, 10, 399686160, 399686160, 39968616, 399686160, 0, 0, 0, 0, 0, 10, 399686160, 399686160, 39968616, 399686160, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'programs', NULL, 20, 100708836, 40739232, 5035136, 59969604, 20, 100708836, 40739232, 5035136, 59969604, 0, 0, 0, 0, 0, 20, 100708836, 40739232, 5035136, 59969604, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'tags', 'PRIMARY', 37, 23447076, 23447076, 633284, 23447076, 37, 23447076, 23447076, 633284, 23447076, 0, 0, 0, 0, 0, 37, 23447076, 23447076, 633284, 23447076, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'tags', NULL, 74, 120846600, 59070552, 1632972, 61776048, 74, 120846600, 59070552, 1632972, 61776048, 0, 0, 0, 0, 0, 74, 120846600, 59070552, 1632972, 61776048, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'users', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'users', 'users_email_unique', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'users', 'users_client_id_foreign', 16, 313754136, 313754136, 19609564, 313754136, 16, 313754136, 313754136, 19609564, 313754136, 0, 0, 0, 0, 0, 16, 313754136, 313754136, 19609564, 313754136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'users', NULL, 32, 116511468, 48001704, 3640688, 68509764, 32, 116511468, 48001704, 3640688, 68509764, 0, 0, 0, 0, 0, 32, 116511468, 48001704, 3640688, 68509764, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'beliv', 'cp_clientes', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'beliv', 'cp_clientes', NULL, 2, 24322776, 24322776, 12161388, 24322776, 2, 24322776, 24322776, 12161388, 24322776, 0, 0, 0, 0, 0, 2, 24322776, 24322776, 12161388, 24322776, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'beliv', 'cp_brands', 'PRIMARY', 23, 145943328, 1212636, 6345072, 37024596, 23, 145943328, 1212636, 6345072, 37024596, 0, 0, 0, 0, 0, 23, 145943328, 1212636, 6345072, 37024596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'beliv', 'cp_brands', NULL, 8, 58408356, 468708, 7300836, 25426992, 8, 58408356, 468708, 7300836, 25426992, 0, 0, 0, 0, 0, 8, 58408356, 468708, 7300836, 25426992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'beliv', 'cp_products', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'beliv', 'cp_products', NULL, 99, 172007496, 136776, 1736944, 81708648, 99, 172007496, 136776, 1736944, 81708648, 0, 0, 0, 0, 0, 99, 172007496, 136776, 1736944, 81708648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'beliv', 'cp_welcome', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'beliv', 'cp_welcome', NULL, 1, 14152980, 14152980, 14152980, 14152980, 1, 14152980, 14152980, 14152980, 14152980, 0, 0, 0, 0, 0, 1, 14152980, 14152980, 14152980, 14152980, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_comments', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_comments', 'comment_post_ID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_comments', 'comment_approved_date_gmt', 5, 419370228, 17665788, 83873712, 346320168, 5, 419370228, 17665788, 83873712, 346320168, 0, 0, 0, 0, 0, 5, 419370228, 17665788, 83873712, 346320168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_comments', 'comment_date_gmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_comments', 'comment_parent', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_comments', 'comment_author_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'smackuci_events', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'smackuci_events', NULL, 34, 671947128, 11819448, 19763020, 397512756, 34, 671947128, 11819448, 19763020, 397512756, 0, 0, 0, 0, 0, 34, 671947128, 11819448, 19763020, 397512756, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_termmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_termmeta', 'term_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_termmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_commentmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_commentmeta', 'comment_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_commentmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_commentmeta', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_comments', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_comments', 'comment_post_ID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_comments', 'comment_approved_date_gmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_comments', 'comment_date_gmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_comments', 'comment_parent', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_comments', 'comment_author_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_comments', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_contact', 'PRIMARY', 50, 61782720, 61782720, 1235432, 61782720, 50, 61782720, 61782720, 1235432, 61782720, 0, 0, 0, 0, 0, 50, 61782720, 61782720, 1235432, 61782720, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_contact', NULL, 50, 151756308, 151756308, 3034648, 151756308, 50, 151756308, 151756308, 3034648, 151756308, 0, 0, 0, 0, 0, 50, 151756308, 151756308, 3034648, 151756308, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_links', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_links', 'link_visible', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_links', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_newsletter', 'PRIMARY', 191, 77653740, 77653740, 406436, 77653740, 191, 77653740, 77653740, 406436, 77653740, 0, 0, 0, 0, 0, 191, 77653740, 77653740, 406436, 77653740, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_newsletter', NULL, 191, 153387612, 153387612, 802864, 153387612, 191, 153387612, 153387612, 802864, 153387612, 0, 0, 0, 0, 0, 191, 153387612, 153387612, 802864, 153387612, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_options', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_options', 'option_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_options', 'wpe_autoload_options_index', 170, 93584808, 93584808, 550440, 93584808, 170, 93584808, 93584808, 550440, 93584808, 0, 0, 0, 0, 0, 170, 93584808, 93584808, 550440, 93584808, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_options', NULL, 170, 4161970248, 4161970248, 24481792, 4161970248, 170, 4161970248, 4161970248, 24481792, 4161970248, 0, 0, 0, 0, 0, 170, 4161970248, 4161970248, 24481792, 4161970248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_postmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_postmeta', 'post_id', 3718, 3494034660, 3494034660, 939640, 3494034660, 3718, 3494034660, 3494034660, 939640, 3494034660, 0, 0, 0, 0, 0, 3718, 3494034660, 3494034660, 939640, 3494034660, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_postmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_postmeta', NULL, 3718, 30219611364, 30219611364, 8127608, 30219611364, 3718, 30219611364, 30219611364, 8127608, 30219611364, 0, 0, 0, 0, 0, 3718, 30219611364, 30219611364, 8127608, 30219611364, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_posts', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_posts', 'post_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_posts', 'type_status_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_posts', 'post_parent', 430, 596995548, 596995548, 1388332, 596995548, 430, 596995548, 596995548, 1388332, 596995548, 0, 0, 0, 0, 0, 430, 596995548, 596995548, 1388332, 596995548, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_posts', 'post_author', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_posts', NULL, 430, 1725789528, 1725789528, 4013208, 1725789528, 430, 1725789528, 1725789528, 4013208, 1725789528, 0, 0, 0, 0, 0, 430, 1725789528, 1725789528, 4013208, 1725789528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_term_relationships', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_term_relationships', 'term_taxonomy_id', 18, 903005160, 903005160, 50166768, 903005160, 18, 903005160, 903005160, 50166768, 903005160, 0, 0, 0, 0, 0, 18, 903005160, 903005160, 50166768, 903005160, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_term_relationships', NULL, 18, 75570408, 75570408, 4198356, 75570408, 18, 75570408, 75570408, 4198356, 75570408, 0, 0, 0, 0, 0, 18, 75570408, 75570408, 4198356, 75570408, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_term_taxonomy', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_term_taxonomy', 'term_id_taxonomy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_term_taxonomy', 'taxonomy', 2, 45626472, 45626472, 22813236, 45626472, 2, 45626472, 45626472, 22813236, 45626472, 0, 0, 0, 0, 0, 2, 45626472, 45626472, 22813236, 45626472, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_term_taxonomy', NULL, 2, 22156044, 22156044, 11077744, 22156044, 2, 22156044, 22156044, 11077744, 22156044, 0, 0, 0, 0, 0, 2, 22156044, 22156044, 11077744, 22156044, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_termmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_termmeta', 'term_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_termmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_termmeta', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_terms', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_terms', 'slug', 2, 52190052, 52190052, 26094748, 52190052, 2, 52190052, 52190052, 26094748, 52190052, 0, 0, 0, 0, 0, 2, 52190052, 52190052, 26094748, 52190052, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_terms', 'name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_terms', NULL, 2, 21812436, 21812436, 10905940, 21812436, 2, 21812436, 21812436, 10905940, 21812436, 0, 0, 0, 0, 0, 2, 21812436, 21812436, 10905940, 21812436, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_usermeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_usermeta', 'user_id', 127, 84577608, 84577608, 665532, 84577608, 127, 84577608, 84577608, 665532, 84577608, 0, 0, 0, 0, 0, 127, 84577608, 84577608, 665532, 84577608, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_usermeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_usermeta', NULL, 127, 1754490804, 1754490804, 13814376, 1754490804, 127, 1754490804, 1754490804, 13814376, 1754490804, 0, 0, 0, 0, 0, 127, 1754490804, 1754490804, 13814376, 1754490804, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_users', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_users', 'user_login_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_users', 'user_nicename', 5, 66491484, 66491484, 13297852, 66491484, 5, 66491484, 66491484, 13297852, 66491484, 0, 0, 0, 0, 0, 5, 66491484, 66491484, 13297852, 66491484, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_users', 'user_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_users', NULL, 5, 27717156, 27717156, 5543320, 27717156, 5, 27717156, 27717156, 5543320, 27717156, 0, 0, 0, 0, 0, 5, 27717156, 27717156, 5543320, 27717156, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_vp_id', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_vp_id', 'table_id', 125, 141361332, 141361332, 1130348, 141361332, 125, 141361332, 141361332, 1130348, 141361332, 0, 0, 0, 0, 0, 125, 141361332, 141361332, 1130348, 141361332, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_vp_id', 'id', 125, 1524158352, 1524158352, 12193080, 1524158352, 125, 1524158352, 1524158352, 12193080, 1524158352, 0, 0, 0, 0, 0, 125, 1524158352, 1524158352, 12193080, 1524158352, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_yoast_seo_links', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_yoast_seo_links', 'link_direction', 5, 59776116, 59776116, 11955112, 59776116, 5, 59776116, 59776116, 11955112, 59776116, 0, 0, 0, 0, 0, 5, 59776116, 59776116, 11955112, 59776116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_yoast_seo_links', NULL, 5, 23610540, 23610540, 4722108, 23610540, 5, 23610540, 23610540, 4722108, 23610540, 0, 0, 0, 0, 0, 5, 23610540, 23610540, 4722108, 23610540, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_yoast_seo_meta', 'object_id', 91, 977292876, 977292876, 10739140, 977292876, 91, 977292876, 977292876, 10739140, 977292876, 0, 0, 0, 0, 0, 91, 977292876, 977292876, 10739140, 977292876, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `table_io_waits_summary_by_index_usage` (`OBJECT_TYPE`, `OBJECT_SCHEMA`, `OBJECT_NAME`, `INDEX_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `COUNT_READ`, `SUM_TIMER_READ`, `MIN_TIMER_READ`, `AVG_TIMER_READ`, `MAX_TIMER_READ`, `COUNT_WRITE`, `SUM_TIMER_WRITE`, `MIN_TIMER_WRITE`, `AVG_TIMER_WRITE`, `MAX_TIMER_WRITE`, `COUNT_FETCH`, `SUM_TIMER_FETCH`, `MIN_TIMER_FETCH`, `AVG_TIMER_FETCH`, `MAX_TIMER_FETCH`, `COUNT_INSERT`, `SUM_TIMER_INSERT`, `MIN_TIMER_INSERT`, `AVG_TIMER_INSERT`, `MAX_TIMER_INSERT`, `COUNT_UPDATE`, `SUM_TIMER_UPDATE`, `MIN_TIMER_UPDATE`, `AVG_TIMER_UPDATE`, `MAX_TIMER_UPDATE`, `COUNT_DELETE`, `SUM_TIMER_DELETE`, `MIN_TIMER_DELETE`, `AVG_TIMER_DELETE`, `MAX_TIMER_DELETE`) VALUES
('TABLE', 'vinz', 'wp_yoast_seo_meta', NULL, 91, 67056936, 67056936, 736700, 67056936, 91, 67056936, 67056936, 736700, 67056936, 0, 0, 0, 0, 0, 91, 67056936, 67056936, 736700, 67056936, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sys', 'sys_config', 'PRIMARY', 6, 853982640, 853982640, 142330440, 853982640, 6, 853982640, 853982640, 142330440, 853982640, 0, 0, 0, 0, 0, 6, 853982640, 853982640, 142330440, 853982640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sys', 'sys_config', NULL, 6, 43049412, 43049412, 7174624, 43049412, 6, 43049412, 43049412, 7174624, 43049412, 0, 0, 0, 0, 0, 6, 43049412, 43049412, 7174624, 43049412, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_commentmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_commentmeta', 'comment_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_commentmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_commentmeta', NULL, 1, 772284, 772284, 772284, 772284, 1, 772284, 772284, 772284, 772284, 0, 0, 0, 0, 0, 1, 772284, 772284, 772284, 772284, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_comments', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_comments', 'comment_post_ID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_comments', 'comment_approved_date_gmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_comments', 'comment_date_gmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_comments', 'comment_parent', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_comments', 'comment_author_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_comments', NULL, 1, 369241824, 369241824, 369241824, 369241824, 1, 369241824, 369241824, 369241824, 369241824, 0, 0, 0, 0, 0, 1, 369241824, 369241824, 369241824, 369241824, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_links', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_links', 'link_visible', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_links', NULL, 1, 677208, 677208, 677208, 677208, 1, 677208, 677208, 677208, 677208, 0, 0, 0, 0, 0, 1, 677208, 677208, 677208, 677208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_options', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_options', 'option_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_options', NULL, 136, 4952338704, 4952338704, 36414108, 4952338704, 136, 4952338704, 4952338704, 36414108, 4952338704, 0, 0, 0, 0, 0, 136, 4952338704, 4952338704, 36414108, 4952338704, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_postmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_postmeta', 'post_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_postmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_postmeta', NULL, 77, 3834575208, 3834575208, 49799252, 3834575208, 77, 3834575208, 3834575208, 49799252, 3834575208, 0, 0, 0, 0, 0, 77, 3834575208, 3834575208, 49799252, 3834575208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_posts', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_posts', 'post_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_posts', 'type_status_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_posts', 'post_parent', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_posts', 'post_author', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_posts', NULL, 25, 3933530976, 3933530976, 157340772, 3933530976, 25, 3933530976, 3933530976, 157340772, 3933530976, 0, 0, 0, 0, 0, 25, 3933530976, 3933530976, 157340772, 3933530976, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_term_relationships', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_term_relationships', 'term_taxonomy_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_term_relationships', NULL, 8, 255033864, 255033864, 31878816, 255033864, 8, 255033864, 255033864, 31878816, 255033864, 0, 0, 0, 0, 0, 8, 255033864, 255033864, 31878816, 255033864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_term_taxonomy', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_term_taxonomy', 'term_id_taxonomy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_term_taxonomy', 'taxonomy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_term_taxonomy', NULL, 3, 261052008, 261052008, 87017336, 261052008, 3, 261052008, 261052008, 87017336, 261052008, 0, 0, 0, 0, 0, 3, 261052008, 261052008, 87017336, 261052008, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_termmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_termmeta', 'term_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_termmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_termmeta', NULL, 1, 1100880, 1100880, 1100880, 1100880, 1, 1100880, 1100880, 1100880, 1100880, 0, 0, 0, 0, 0, 1, 1100880, 1100880, 1100880, 1100880, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_terms', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_terms', 'slug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_terms', 'name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_terms', NULL, 3, 3953343480, 3953343480, 1317781160, 3953343480, 3, 3953343480, 3953343480, 1317781160, 3953343480, 0, 0, 0, 0, 0, 3, 3953343480, 3953343480, 1317781160, 3953343480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_usermeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_usermeta', 'user_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_usermeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_usermeta', NULL, 22, 281651808, 281651808, 12801900, 281651808, 22, 281651808, 281651808, 12801900, 281651808, 0, 0, 0, 0, 0, 22, 281651808, 281651808, 12801900, 281651808, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_users', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_users', 'user_login_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_users', 'user_nicename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_users', 'user_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_users', NULL, 1, 302411736, 302411736, 302411736, 302411736, 1, 302411736, 302411736, 302411736, 302411736, 0, 0, 0, 0, 0, 1, 302411736, 302411736, 302411736, 302411736, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_commentmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_commentmeta', 'comment_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_commentmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_commentmeta', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_comments', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_comments', 'comment_post_ID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_comments', 'comment_approved_date_gmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_comments', 'comment_date_gmt', 1, 427435008, 427435008, 427435008, 427435008, 1, 427435008, 427435008, 427435008, 427435008, 0, 0, 0, 0, 0, 1, 427435008, 427435008, 427435008, 427435008, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_comments', 'comment_parent', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_comments', 'comment_author_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_comments', NULL, 1, 34172316, 34172316, 34172316, 34172316, 1, 34172316, 34172316, 34172316, 34172316, 0, 0, 0, 0, 0, 1, 34172316, 34172316, 34172316, 34172316, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_links', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_links', 'link_visible', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_links', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_options', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_options', 'option_name', 164, 79296720, 79296720, 483164, 79296720, 164, 79296720, 79296720, 483164, 79296720, 0, 0, 0, 0, 0, 164, 79296720, 79296720, 483164, 79296720, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_options', NULL, 164, 5792058276, 5792058276, 35317120, 5792058276, 164, 5792058276, 5792058276, 35317120, 5792058276, 0, 0, 0, 0, 0, 164, 5792058276, 5792058276, 35317120, 5792058276, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_postmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_postmeta', 'post_id', 104, 65423964, 65423964, 628836, 65423964, 104, 65423964, 65423964, 628836, 65423964, 0, 0, 0, 0, 0, 104, 65423964, 65423964, 628836, 65423964, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_postmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_postmeta', NULL, 104, 132437532, 132437532, 1273240, 132437532, 104, 132437532, 132437532, 1273240, 132437532, 0, 0, 0, 0, 0, 104, 132437532, 132437532, 1273240, 132437532, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_posts', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_posts', 'post_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_posts', 'type_status_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_posts', 'post_parent', 30, 370379400, 370379400, 12345980, 370379400, 30, 370379400, 370379400, 12345980, 370379400, 0, 0, 0, 0, 0, 30, 370379400, 370379400, 12345980, 370379400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_posts', 'post_author', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_posts', NULL, 30, 128150772, 128150772, 4271192, 128150772, 30, 128150772, 128150772, 4271192, 128150772, 0, 0, 0, 0, 0, 30, 128150772, 128150772, 4271192, 128150772, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_term_relationships', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_term_relationships', 'term_taxonomy_id', 11, 643472700, 643472700, 58497316, 643472700, 11, 643472700, 643472700, 58497316, 643472700, 0, 0, 0, 0, 0, 11, 643472700, 643472700, 58497316, 643472700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_term_relationships', NULL, 11, 62848572, 62848572, 5713456, 62848572, 11, 62848572, 62848572, 5713456, 62848572, 0, 0, 0, 0, 0, 11, 62848572, 62848572, 5713456, 62848572, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_term_taxonomy', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_term_taxonomy', 'term_id_taxonomy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_term_taxonomy', 'taxonomy', 2, 53662896, 53662896, 26831448, 53662896, 2, 53662896, 53662896, 26831448, 53662896, 0, 0, 0, 0, 0, 2, 53662896, 53662896, 26831448, 53662896, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_term_taxonomy', NULL, 2, 29882220, 29882220, 14940832, 29882220, 2, 29882220, 29882220, 14940832, 29882220, 0, 0, 0, 0, 0, 2, 29882220, 29882220, 14940832, 29882220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_termmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_termmeta', 'term_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_termmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_termmeta', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_terms', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_terms', 'slug', 2, 51065820, 51065820, 25532632, 51065820, 2, 51065820, 51065820, 25532632, 51065820, 0, 0, 0, 0, 0, 2, 51065820, 51065820, 25532632, 51065820, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_terms', 'name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_terms', NULL, 2, 15967764, 15967764, 7983604, 15967764, 2, 15967764, 15967764, 7983604, 15967764, 0, 0, 0, 0, 0, 2, 15967764, 15967764, 7983604, 15967764, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_usermeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_usermeta', 'user_id', 46, 54391812, 54391812, 1182056, 54391812, 46, 54391812, 54391812, 1182056, 54391812, 0, 0, 0, 0, 0, 46, 54391812, 54391812, 1182056, 54391812, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_usermeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_usermeta', NULL, 46, 70161084, 70161084, 1525108, 70161084, 46, 70161084, 70161084, 1525108, 70161084, 0, 0, 0, 0, 0, 46, 70161084, 70161084, 1525108, 70161084, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_users', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_users', 'user_login_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_users', 'user_nicename', 1, 42061956, 42061956, 42061956, 42061956, 1, 42061956, 42061956, 42061956, 42061956, 0, 0, 0, 0, 0, 1, 42061956, 42061956, 42061956, 42061956, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_users', 'user_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_users', NULL, 1, 18227904, 18227904, 18227904, 18227904, 1, 18227904, 18227904, 18227904, 18227904, 0, 0, 0, 0, 0, 1, 18227904, 18227904, 18227904, 18227904, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_yoast_seo_links', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_yoast_seo_links', 'link_direction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_yoast_seo_links', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_yoast_seo_meta', 'object_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_yoast_seo_meta', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_commentmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_commentmeta', 'comment_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_commentmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_comments', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_comments', 'comment_post_ID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_comments', 'comment_approved_date_gmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_comments', 'comment_date_gmt', 1, 416923272, 416923272, 416923272, 416923272, 1, 416923272, 416923272, 416923272, 416923272, 0, 0, 0, 0, 0, 1, 416923272, 416923272, 416923272, 416923272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_comments', 'comment_parent', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_comments', 'comment_author_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_links', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_links', 'link_visible', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_newsletter', 'PRIMARY', 12, 18444744, 18444744, 1536784, 18444744, 12, 18444744, 18444744, 1536784, 18444744, 0, 0, 0, 0, 0, 12, 18444744, 18444744, 1536784, 18444744, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_options', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_options', 'option_name', 186, 134065500, 134065500, 720576, 134065500, 186, 134065500, 134065500, 720576, 134065500, 0, 0, 0, 0, 0, 186, 134065500, 134065500, 720576, 134065500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_postmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_postmeta', 'post_id', 7947, 8820477408, 8820477408, 1109776, 8820477408, 7947, 8820477408, 8820477408, 1109776, 8820477408, 0, 0, 0, 0, 0, 7947, 8820477408, 8820477408, 1109776, 8820477408, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_postmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_posts', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_posts', 'post_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_posts', 'type_status_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_posts', 'post_parent', 959, 1252254336, 1252254336, 1305488, 1252254336, 959, 1252254336, 1252254336, 1305488, 1252254336, 0, 0, 0, 0, 0, 959, 1252254336, 1252254336, 1305488, 1252254336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_posts', 'post_author', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_term_relationships', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_term_relationships', 'term_taxonomy_id', 965, 1656108828, 1656108828, 1715816, 1656108828, 965, 1656108828, 1656108828, 1715816, 1656108828, 0, 0, 0, 0, 0, 965, 1656108828, 1656108828, 1715816, 1656108828, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_term_taxonomy', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_term_taxonomy', 'term_id_taxonomy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_term_taxonomy', 'taxonomy', 55, 57637740, 57637740, 1047504, 57637740, 55, 57637740, 57637740, 1047504, 57637740, 0, 0, 0, 0, 0, 55, 57637740, 57637740, 1047504, 57637740, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_termmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_termmeta', 'term_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_termmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_terms', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_terms', 'slug', 55, 69467196, 69467196, 1262676, 69467196, 55, 69467196, 69467196, 1262676, 69467196, 0, 0, 0, 0, 0, 55, 69467196, 69467196, 1262676, 69467196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_terms', 'name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_usermeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_usermeta', 'user_id', 55, 384337224, 384337224, 6987808, 384337224, 55, 384337224, 384337224, 6987808, 384337224, 0, 0, 0, 0, 0, 55, 384337224, 384337224, 6987808, 384337224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_usermeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_users', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_users', 'user_login_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_users', 'user_nicename', 2, 54660360, 54660360, 27330180, 54660360, 2, 54660360, 54660360, 27330180, 54660360, 0, 0, 0, 0, 0, 2, 54660360, 54660360, 27330180, 54660360, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_users', 'user_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_wdi_feeds', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_wdi_feeds', 'id', 1, 53442720, 53442720, 53442720, 53442720, 1, 53442720, 53442720, 53442720, 53442720, 0, 0, 0, 0, 0, 1, 53442720, 53442720, 53442720, 53442720, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_wdi_themes', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_wdi_themes', 'id', 2, 58848708, 58848708, 29424076, 58848708, 2, 58848708, 58848708, 29424076, 58848708, 0, 0, 0, 0, 0, 2, 58848708, 58848708, 29424076, 58848708, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_commentmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_commentmeta', 'comment_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_commentmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_comments', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_comments', 'comment_post_ID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_comments', 'comment_approved_date_gmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_comments', 'comment_date_gmt', 1, 660628080, 660628080, 660628080, 660628080, 1, 660628080, 660628080, 660628080, 660628080, 0, 0, 0, 0, 0, 1, 660628080, 660628080, 660628080, 660628080, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_comments', 'comment_parent', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_comments', 'comment_author_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_links', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_links', 'link_visible', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_options', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_options', 'option_name', 130, 73432032, 73432032, 564340, 73432032, 130, 73432032, 73432032, 564340, 73432032, 0, 0, 0, 0, 0, 130, 73432032, 73432032, 564340, 73432032, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_postmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_postmeta', 'post_id', 55, 57394212, 57394212, 1043056, 57394212, 55, 57394212, 57394212, 1043056, 57394212, 0, 0, 0, 0, 0, 55, 57394212, 57394212, 1043056, 57394212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_postmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_posts', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_posts', 'post_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_posts', 'type_status_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_posts', 'post_parent', 32, 531509868, 531509868, 16609388, 531509868, 32, 531509868, 531509868, 16609388, 531509868, 0, 0, 0, 0, 0, 32, 531509868, 531509868, 16609388, 531509868, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_posts', 'post_author', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_term_relationships', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_term_relationships', 'term_taxonomy_id', 1, 919495008, 919495008, 919495008, 919495008, 1, 919495008, 919495008, 919495008, 919495008, 0, 0, 0, 0, 0, 1, 919495008, 919495008, 919495008, 919495008, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_term_taxonomy', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_term_taxonomy', 'term_id_taxonomy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_term_taxonomy', 'taxonomy', 2, 45187788, 45187788, 22593616, 45187788, 2, 45187788, 45187788, 22593616, 45187788, 0, 0, 0, 0, 0, 2, 45187788, 45187788, 22593616, 45187788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_termmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_termmeta', 'term_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_termmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_terms', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_terms', 'slug', 2, 51441120, 51441120, 25720560, 51441120, 2, 51441120, 51441120, 25720560, 51441120, 0, 0, 0, 0, 0, 2, 51441120, 51441120, 25720560, 51441120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_terms', 'name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_usermeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_usermeta', 'user_id', 25, 54426840, 54426840, 2176740, 54426840, 25, 54426840, 54426840, 2176740, 54426840, 0, 0, 0, 0, 0, 25, 54426840, 54426840, 2176740, 54426840, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_usermeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_users', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_users', 'user_login_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_users', 'user_nicename', 1, 45483024, 45483024, 45483024, 45483024, 1, 45483024, 45483024, 45483024, 45483024, 0, 0, 0, 0, 0, 1, 45483024, 45483024, 45483024, 45483024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_users', 'user_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_commentmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_commentmeta', 'comment_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_commentmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_comments', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_comments', 'comment_post_ID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_comments', 'comment_approved_date_gmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_comments', 'comment_date_gmt', 1, 378412488, 378412488, 378412488, 378412488, 1, 378412488, 378412488, 378412488, 378412488, 0, 0, 0, 0, 0, 1, 378412488, 378412488, 378412488, 378412488, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_comments', 'comment_parent', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_comments', 'comment_author_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_links', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_links', 'link_visible', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_options', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_options', 'option_name', 146, 75695508, 75695508, 518192, 75695508, 146, 75695508, 75695508, 518192, 75695508, 0, 0, 0, 0, 0, 146, 75695508, 75695508, 518192, 75695508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_postmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_postmeta', 'post_id', 629, 169767372, 169767372, 269660, 169767372, 629, 169767372, 169767372, 269660, 169767372, 0, 0, 0, 0, 0, 629, 169767372, 169767372, 269660, 169767372, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_postmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_posts', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_posts', 'post_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_posts', 'type_status_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_posts', 'post_parent', 101, 420262608, 420262608, 4160548, 420262608, 101, 420262608, 420262608, 4160548, 420262608, 0, 0, 0, 0, 0, 101, 420262608, 420262608, 4160548, 420262608, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_posts', 'post_author', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_term_relationships', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_term_relationships', 'term_taxonomy_id', 15, 696016368, 696016368, 46400980, 696016368, 15, 696016368, 696016368, 46400980, 696016368, 0, 0, 0, 0, 0, 15, 696016368, 696016368, 46400980, 696016368, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_term_taxonomy', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_term_taxonomy', 'term_id_taxonomy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_term_taxonomy', 'taxonomy', 5, 45633144, 45633144, 9126184, 45633144, 5, 45633144, 45633144, 9126184, 45633144, 0, 0, 0, 0, 0, 5, 45633144, 45633144, 9126184, 45633144, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_termmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_termmeta', 'term_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_termmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_terms', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_terms', 'slug', 5, 45334572, 45334572, 9066692, 45334572, 5, 45334572, 45334572, 9066692, 45334572, 0, 0, 0, 0, 0, 5, 45334572, 45334572, 9066692, 45334572, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_terms', 'name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_usermeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_usermeta', 'user_id', 44, 75792252, 75792252, 1722488, 75792252, 44, 75792252, 75792252, 1722488, 75792252, 0, 0, 0, 0, 0, 44, 75792252, 75792252, 1722488, 75792252, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_usermeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_users', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_users', 'user_login_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_users', 'user_nicename', 1, 41629944, 41629944, 41629944, 41629944, 1, 41629944, 41629944, 41629944, 41629944, 0, 0, 0, 0, 0, 1, 41629944, 41629944, 41629944, 41629944, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_users', 'user_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_commentmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_commentmeta', 'comment_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_commentmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_comments', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_comments', 'comment_post_ID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_comments', 'comment_approved_date_gmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_comments', 'comment_date_gmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_comments', 'comment_parent', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_comments', 'comment_author_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_links', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_links', 'link_visible', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_options', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_options', 'option_name', 153, 80030640, 80030640, 522640, 80030640, 153, 80030640, 80030640, 522640, 80030640, 0, 0, 0, 0, 0, 153, 80030640, 80030640, 522640, 80030640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_postmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_postmeta', 'post_id', 172, 80521032, 80521032, 467596, 80521032, 172, 80521032, 80521032, 467596, 80521032, 0, 0, 0, 0, 0, 172, 80521032, 80521032, 467596, 80521032, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_postmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_posts', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_posts', 'post_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_posts', 'type_status_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_posts', 'post_parent', 30, 475700256, 475700256, 15856564, 475700256, 30, 475700256, 475700256, 15856564, 475700256, 0, 0, 0, 0, 0, 30, 475700256, 475700256, 15856564, 475700256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_posts', 'post_author', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_term_relationships', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_term_relationships', 'term_taxonomy_id', 2, 938226648, 938226648, 469113324, 938226648, 2, 938226648, 938226648, 469113324, 938226648, 0, 0, 0, 0, 0, 2, 938226648, 938226648, 469113324, 938226648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_term_taxonomy', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_term_taxonomy', 'term_id_taxonomy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_term_taxonomy', 'taxonomy', 1, 42423912, 42423912, 42423912, 42423912, 1, 42423912, 42423912, 42423912, 42423912, 0, 0, 0, 0, 0, 1, 42423912, 42423912, 42423912, 42423912, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_termmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_termmeta', 'term_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_termmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_terms', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_terms', 'slug', 1, 42834240, 42834240, 42834240, 42834240, 1, 42834240, 42834240, 42834240, 42834240, 0, 0, 0, 0, 0, 1, 42834240, 42834240, 42834240, 42834240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_terms', 'name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_usermeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_usermeta', 'user_id', 21, 49511244, 49511244, 2357440, 49511244, 21, 49511244, 49511244, 2357440, 49511244, 0, 0, 0, 0, 0, 21, 49511244, 49511244, 2357440, 49511244, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_usermeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_users', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_users', 'user_login_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_users', 'user_nicename', 1, 84173952, 84173952, 84173952, 84173952, 1, 84173952, 84173952, 84173952, 84173952, 0, 0, 0, 0, 0, 1, 84173952, 84173952, 84173952, 84173952, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_users', 'user_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'agencies', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'agencies', 'agencies_user_id_foreign', 10, 57222408, 57222408, 5721796, 57222408, 10, 57222408, 57222408, 5721796, 57222408, 0, 0, 0, 0, 0, 10, 57222408, 57222408, 5721796, 57222408, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `table_io_waits_summary_by_index_usage` (`OBJECT_TYPE`, `OBJECT_SCHEMA`, `OBJECT_NAME`, `INDEX_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `COUNT_READ`, `SUM_TIMER_READ`, `MIN_TIMER_READ`, `AVG_TIMER_READ`, `MAX_TIMER_READ`, `COUNT_WRITE`, `SUM_TIMER_WRITE`, `MIN_TIMER_WRITE`, `AVG_TIMER_WRITE`, `MAX_TIMER_WRITE`, `COUNT_FETCH`, `SUM_TIMER_FETCH`, `MIN_TIMER_FETCH`, `AVG_TIMER_FETCH`, `MAX_TIMER_FETCH`, `COUNT_INSERT`, `SUM_TIMER_INSERT`, `MIN_TIMER_INSERT`, `AVG_TIMER_INSERT`, `MAX_TIMER_INSERT`, `COUNT_UPDATE`, `SUM_TIMER_UPDATE`, `MIN_TIMER_UPDATE`, `AVG_TIMER_UPDATE`, `MAX_TIMER_UPDATE`, `COUNT_DELETE`, `SUM_TIMER_DELETE`, `MIN_TIMER_DELETE`, `AVG_TIMER_DELETE`, `MAX_TIMER_DELETE`) VALUES
('TABLE', 'goshortlist', 'availabilities', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'availabilities', 'availabilities_freelancer_id_foreign', 100, 64326420, 64326420, 642736, 64326420, 100, 64326420, 64326420, 642736, 64326420, 0, 0, 0, 0, 0, 100, 64326420, 64326420, 642736, 64326420, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'awards', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'awards', 'awards_freelancer_id_foreign', 100, 62756832, 62756832, 627168, 62756832, 100, 62756832, 62756832, 627168, 62756832, 0, 0, 0, 0, 0, 100, 62756832, 62756832, 627168, 62756832, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'education', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'education', 'education_freelancer_id_foreign', 100, 72951648, 72951648, 729472, 72951648, 100, 72951648, 72951648, 729472, 72951648, 0, 0, 0, 0, 0, 100, 72951648, 72951648, 729472, 72951648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'freelancer_data', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'freelancer_data', 'freelancer_data_freelancer_id_foreign', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'freelancers', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'freelancers', 'freelancers_user_id_foreign', 10, 48508776, 48508776, 4850544, 48508776, 10, 48508776, 48508776, 4850544, 48508776, 0, 0, 0, 0, 0, 10, 48508776, 48508776, 4850544, 48508776, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'freelancers', 'freelancers_rank_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'links', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'links', 'links_freelancer_id_foreign', 100, 64633332, 64633332, 646072, 64633332, 100, 64633332, 64633332, 646072, 64633332, 0, 0, 0, 0, 0, 100, 64633332, 64633332, 646072, 64633332, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'migrations', 'PRIMARY', 33, 20351268, 20351268, 616604, 20351268, 33, 20351268, 20351268, 616604, 20351268, 0, 0, 0, 0, 0, 33, 20351268, 20351268, 616604, 20351268, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'password_resets', 'password_resets_email_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'password_resets', 'password_resets_token_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'press', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'press', 'press_freelancer_id_foreign', 100, 73557132, 73557132, 735032, 73557132, 100, 73557132, 73557132, 735032, 73557132, 0, 0, 0, 0, 0, 100, 73557132, 73557132, 735032, 73557132, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'request_messages', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'request_messages', 'request_messages_user_id_foreign', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'request_messages', 'request_messages_request_id_foreign', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'requests', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'requests', 'requests_agency_user_id_foreign', 101, 75797256, 75797256, 750044, 75797256, 101, 75797256, 75797256, 750044, 75797256, 0, 0, 0, 0, 0, 101, 75797256, 75797256, 750044, 75797256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'requests', 'requests_freelancer_user_id_foreign', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'reviews', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'reviews', 'reviews_request_id_foreign', 100, 97496268, 97496268, 974668, 97496268, 100, 97496268, 97496268, 974668, 97496268, 0, 0, 0, 0, 0, 100, 97496268, 97496268, 974668, 97496268, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'reviews', 'reviews_freelancer_user_id_foreign', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'reviews', 'reviews_agency_user_id_foreign', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'users', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'users', 'users_email_unique', 21, 61761036, 61761036, 2940684, 61761036, 21, 61761036, 61761036, 2940684, 61761036, 0, 0, 0, 0, 0, 21, 61761036, 61761036, 2940684, 61761036, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'users', 'users_type_index', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'work_experience', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'work_experience', 'work_experience_freelancer_id_foreign', 100, 64266372, 64266372, 642180, 64266372, 100, 64266372, 64266372, 642180, 64266372, 0, 0, 0, 0, 0, 100, 64266372, 64266372, 642180, 64266372, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'work_samples', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'work_samples', 'work_samples_freelancer_id_foreign', 100, 63882732, 63882732, 638288, 63882732, 100, 63882732, 63882732, 638288, 63882732, 0, 0, 0, 0, 0, 100, 63882732, 63882732, 638288, 63882732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'ts_redirects', 'PRIMARY', 29, 26587920, 26587920, 916288, 26587920, 29, 26587920, 26587920, 916288, 26587920, 0, 0, 0, 0, 0, 29, 26587920, 26587920, 916288, 26587920, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_commentmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_commentmeta', 'comment_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_commentmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_comments', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_comments', 'comment_post_ID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_comments', 'comment_approved_date_gmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_comments', 'comment_date_gmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_comments', 'comment_parent', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_comments', 'comment_author_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_links', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_links', 'link_visible', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_options', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_options', 'option_name', 175, 91611564, 91611564, 523196, 91611564, 175, 91611564, 91611564, 523196, 91611564, 0, 0, 0, 0, 0, 175, 91611564, 91611564, 523196, 91611564, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_postmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_postmeta', 'post_id', 3309, 3518786112, 3518786112, 1063072, 3518786112, 3309, 3518786112, 3518786112, 1063072, 3518786112, 0, 0, 0, 0, 0, 3309, 3518786112, 3518786112, 1063072, 3518786112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_postmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_posts', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_posts', 'post_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_posts', 'type_status_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_posts', 'post_parent', 367, 689949852, 689949852, 1879836, 689949852, 367, 689949852, 689949852, 1879836, 689949852, 0, 0, 0, 0, 0, 367, 689949852, 689949852, 1879836, 689949852, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_posts', 'post_author', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_term_relationships', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_term_relationships', 'term_taxonomy_id', 33, 952101072, 952101072, 28851396, 952101072, 33, 952101072, 952101072, 28851396, 952101072, 0, 0, 0, 0, 0, 33, 952101072, 952101072, 28851396, 952101072, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_term_taxonomy', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_term_taxonomy', 'term_id_taxonomy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_term_taxonomy', 'taxonomy', 4, 48580500, 48580500, 12144708, 48580500, 4, 48580500, 48580500, 12144708, 48580500, 0, 0, 0, 0, 0, 4, 48580500, 48580500, 12144708, 48580500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_termmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_termmeta', 'term_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_termmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_terms', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_terms', 'slug', 4, 43923444, 43923444, 10980444, 43923444, 4, 43923444, 43923444, 10980444, 43923444, 0, 0, 0, 0, 0, 4, 43923444, 43923444, 10980444, 43923444, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_terms', 'name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_usermeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_usermeta', 'user_id', 64, 69036852, 69036852, 1078640, 69036852, 64, 69036852, 69036852, 1078640, 69036852, 0, 0, 0, 0, 0, 64, 69036852, 69036852, 1078640, 69036852, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_usermeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_users', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_users', 'user_login_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_users', 'user_nicename', 2, 44792472, 44792472, 22396236, 44792472, 2, 44792472, 44792472, 22396236, 44792472, 0, 0, 0, 0, 0, 2, 44792472, 44792472, 22396236, 44792472, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_users', 'user_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_yoast_seo_links', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_yoast_seo_links', 'link_direction', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_yoast_seo_meta', 'object_id', 58, 755418852, 755418852, 13024300, 755418852, 58, 755418852, 755418852, 13024300, 755418852, 0, 0, 0, 0, 0, 58, 755418852, 755418852, 13024300, 755418852, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_commentmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_commentmeta', 'comment_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_commentmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_comments', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_comments', 'comment_post_ID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_comments', 'comment_approved_date_gmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_comments', 'comment_date_gmt', 1, 473346708, 473346708, 473346708, 473346708, 1, 473346708, 473346708, 473346708, 473346708, 0, 0, 0, 0, 0, 1, 473346708, 473346708, 473346708, 473346708, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_comments', 'comment_parent', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_comments', 'comment_author_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_links', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_links', 'link_visible', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_options', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_options', 'option_name', 136, 74536248, 74536248, 547660, 74536248, 136, 74536248, 74536248, 547660, 74536248, 0, 0, 0, 0, 0, 136, 74536248, 74536248, 547660, 74536248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_postmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_postmeta', 'post_id', 180, 91723320, 91723320, 509296, 91723320, 180, 91723320, 91723320, 509296, 91723320, 0, 0, 0, 0, 0, 180, 91723320, 91723320, 509296, 91723320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_postmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_posts', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_posts', 'post_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_posts', 'type_status_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_posts', 'post_parent', 80, 619223316, 619223316, 7740076, 619223316, 80, 619223316, 619223316, 7740076, 619223316, 0, 0, 0, 0, 0, 80, 619223316, 619223316, 7740076, 619223316, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_posts', 'post_author', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_posts', 'crp_related', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_posts', 'crp_related_title', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_posts', 'crp_related_content', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_rp4wp_cache', 'PRIMARY', 591, 1431611040, 1431611040, 2421936, 1431611040, 591, 1431611040, 1431611040, 2421936, 1431611040, 0, 0, 0, 0, 0, 591, 1431611040, 1431611040, 2421936, 1431611040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_term_relationships', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_term_relationships', 'term_taxonomy_id', 13, 652936932, 652936932, 50225704, 652936932, 13, 652936932, 652936932, 50225704, 652936932, 0, 0, 0, 0, 0, 13, 652936932, 652936932, 50225704, 652936932, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_term_taxonomy', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_term_taxonomy', 'term_id_taxonomy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_term_taxonomy', 'taxonomy', 4, 67372188, 67372188, 16842908, 67372188, 4, 67372188, 67372188, 16842908, 67372188, 0, 0, 0, 0, 0, 4, 67372188, 67372188, 16842908, 67372188, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_termmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_termmeta', 'term_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_termmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_terms', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_terms', 'slug', 4, 44737428, 44737428, 11183940, 44737428, 4, 44737428, 44737428, 11183940, 44737428, 0, 0, 0, 0, 0, 4, 44737428, 44737428, 11183940, 44737428, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_terms', 'name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_usermeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_usermeta', 'user_id', 22, 48752304, 48752304, 2215660, 48752304, 22, 48752304, 48752304, 2215660, 48752304, 0, 0, 0, 0, 0, 22, 48752304, 48752304, 2215660, 48752304, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_usermeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_users', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_users', 'user_login_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_users', 'user_nicename', 1, 53821356, 53821356, 53821356, 53821356, 1, 53821356, 53821356, 53821356, 53821356, 0, 0, 0, 0, 0, 1, 53821356, 53821356, 53821356, 53821356, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_users', 'user_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'cp_cidades', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'cp_cidades', NULL, 5570, 7320224832, 7320224832, 1313828, 7320224832, 5570, 7320224832, 7320224832, 1313828, 7320224832, 0, 0, 0, 0, 0, 5570, 7320224832, 7320224832, 1313828, 7320224832, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'cp_estados', 'PRIMARY', 27, 40247172, 40247172, 1490636, 40247172, 27, 40247172, 40247172, 1490636, 40247172, 0, 0, 0, 0, 0, 27, 40247172, 40247172, 1490636, 40247172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'cp_estados', NULL, 27, 46438788, 46438788, 1719708, 46438788, 27, 46438788, 46438788, 1719708, 46438788, 0, 0, 0, 0, 0, 27, 46438788, 46438788, 1719708, 46438788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_commentmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_commentmeta', 'comment_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_commentmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_commentmeta', NULL, 1, 975780, 975780, 975780, 975780, 1, 975780, 975780, 975780, 975780, 0, 0, 0, 0, 0, 1, 975780, 975780, 975780, 975780, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_comments', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_comments', 'comment_post_ID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_comments', 'comment_approved_date_gmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_comments', 'comment_date_gmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_comments', 'comment_parent', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_comments', 'comment_author_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_comments', NULL, 1, 483720, 483720, 483720, 483720, 1, 483720, 483720, 483720, 483720, 0, 0, 0, 0, 0, 1, 483720, 483720, 483720, 483720, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_links', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_links', 'link_visible', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_links', NULL, 1, 740592, 740592, 740592, 740592, 1, 740592, 740592, 740592, 740592, 0, 0, 0, 0, 0, 1, 740592, 740592, 740592, 740592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_newsletter', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_newsletter', NULL, 4, 376225740, 376225740, 94056296, 376225740, 4, 376225740, 376225740, 94056296, 376225740, 0, 0, 0, 0, 0, 4, 376225740, 376225740, 94056296, 376225740, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_options', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_options', 'option_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_options', NULL, 202, 7463971404, 7463971404, 36950092, 7463971404, 202, 7463971404, 7463971404, 36950092, 7463971404, 0, 0, 0, 0, 0, 202, 7463971404, 7463971404, 36950092, 7463971404, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_postmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_postmeta', 'post_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_postmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_postmeta', NULL, 421, 2360712060, 2360712060, 5607260, 2360712060, 421, 2360712060, 2360712060, 5607260, 2360712060, 0, 0, 0, 0, 0, 421, 2360712060, 2360712060, 5607260, 2360712060, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_posts', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_posts', 'post_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_posts', 'type_status_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_posts', 'post_parent', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_posts', 'post_author', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_posts', NULL, 142, 2216575176, 2216575176, 15609144, 2216575176, 142, 2216575176, 2216575176, 15609144, 2216575176, 0, 0, 0, 0, 0, 142, 2216575176, 2216575176, 15609144, 2216575176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_term_relationships', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_term_relationships', 'term_taxonomy_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_term_relationships', NULL, 8, 313632372, 313632372, 39203560, 313632372, 8, 313632372, 313632372, 39203560, 313632372, 0, 0, 0, 0, 0, 8, 313632372, 313632372, 39203560, 313632372, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_term_taxonomy', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_term_taxonomy', 'term_id_taxonomy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_term_taxonomy', 'taxonomy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_term_taxonomy', NULL, 8, 238667448, 238667448, 29833292, 238667448, 8, 238667448, 238667448, 29833292, 238667448, 0, 0, 0, 0, 0, 8, 238667448, 238667448, 29833292, 238667448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_termmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_termmeta', 'term_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_termmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_termmeta', NULL, 1, 593808, 593808, 593808, 593808, 1, 593808, 593808, 593808, 593808, 0, 0, 0, 0, 0, 1, 593808, 593808, 593808, 593808, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_terms', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_terms', 'slug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_terms', 'name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_terms', NULL, 8, 358468212, 358468212, 44808040, 358468212, 8, 358468212, 358468212, 44808040, 358468212, 0, 0, 0, 0, 0, 8, 358468212, 358468212, 44808040, 358468212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_usermeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_usermeta', 'user_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_usermeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_usermeta', NULL, 46, 363478884, 363478884, 7901316, 363478884, 46, 363478884, 363478884, 7901316, 363478884, 0, 0, 0, 0, 0, 46, 363478884, 363478884, 7901316, 363478884, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_users', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_users', 'user_login_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_users', 'user_nicename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_users', 'user_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_users', NULL, 1, 639746388, 639746388, 639746388, 639746388, 1, 639746388, 639746388, 639746388, 639746388, 0, 0, 0, 0, 0, 1, 639746388, 639746388, 639746388, 639746388, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_commentmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_commentmeta', 'comment_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_commentmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_commentmeta', NULL, 1, 859020, 859020, 859020, 859020, 1, 859020, 859020, 859020, 859020, 0, 0, 0, 0, 0, 1, 859020, 859020, 859020, 859020, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_comments', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_comments', 'comment_post_ID', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_comments', 'comment_approved_date_gmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_comments', 'comment_date_gmt', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_comments', 'comment_parent', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_comments', 'comment_author_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_comments', NULL, 1, 682212, 682212, 682212, 682212, 1, 682212, 682212, 682212, 682212, 0, 0, 0, 0, 0, 1, 682212, 682212, 682212, 682212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_links', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_links', 'link_visible', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_links', NULL, 1, 783960, 783960, 783960, 783960, 1, 783960, 783960, 783960, 783960, 0, 0, 0, 0, 0, 1, 783960, 783960, 783960, 783960, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_options', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_options', 'option_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_options', NULL, 272, 3347657652, 3347657652, 12307060, 3347657652, 272, 3347657652, 3347657652, 12307060, 3347657652, 0, 0, 0, 0, 0, 272, 3347657652, 3347657652, 12307060, 3347657652, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_postmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_postmeta', 'post_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_postmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_postmeta', NULL, 4477, 8332987728, 8332987728, 1860932, 8332987728, 4477, 8332987728, 8332987728, 1860932, 8332987728, 0, 0, 0, 0, 0, 4477, 8332987728, 8332987728, 1860932, 8332987728, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_posts', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_posts', 'post_name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_posts', 'type_status_date', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_posts', 'post_parent', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_posts', 'post_author', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_posts', NULL, 1147, 34801797516, 34801797516, 30341476, 34801797516, 1147, 34801797516, 34801797516, 30341476, 34801797516, 0, 0, 0, 0, 0, 1147, 34801797516, 34801797516, 30341476, 34801797516, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_term_relationships', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_term_relationships', 'term_taxonomy_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_term_relationships', NULL, 1084, 819643524, 819643524, 755604, 819643524, 1084, 819643524, 819643524, 755604, 819643524, 0, 0, 0, 0, 0, 1084, 819643524, 819643524, 755604, 819643524, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_term_taxonomy', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_term_taxonomy', 'term_id_taxonomy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_term_taxonomy', 'taxonomy', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_term_taxonomy', NULL, 34, 493332684, 493332684, 14509376, 493332684, 34, 493332684, 493332684, 14509376, 493332684, 0, 0, 0, 0, 0, 34, 493332684, 493332684, 14509376, 493332684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_termmeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_termmeta', 'term_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_termmeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_termmeta', NULL, 1, 753936, 753936, 753936, 753936, 1, 753936, 753936, 753936, 753936, 0, 0, 0, 0, 0, 1, 753936, 753936, 753936, 753936, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_terms', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_terms', 'slug', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_terms', 'name', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_terms', NULL, 34, 425967168, 425967168, 12528348, 425967168, 34, 425967168, 425967168, 12528348, 425967168, 0, 0, 0, 0, 0, 34, 425967168, 425967168, 12528348, 425967168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_usermeta', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_usermeta', 'user_id', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_usermeta', 'meta_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_usermeta', NULL, 30, 346238436, 346238436, 11540892, 346238436, 30, 346238436, 346238436, 11540892, 346238436, 0, 0, 0, 0, 0, 30, 346238436, 346238436, 11540892, 346238436, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_users', 'PRIMARY', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_users', 'user_login_key', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_users', 'user_nicename', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_users', 'user_email', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_users', NULL, 1, 356568360, 356568360, 356568360, 356568360, 1, 356568360, 356568360, 356568360, 356568360, 0, 0, 0, 0, 0, 1, 356568360, 356568360, 356568360, 356568360, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `table_io_waits_summary_by_table`
--

CREATE TABLE `table_io_waits_summary_by_table` (
  `OBJECT_TYPE` varchar(64) DEFAULT NULL,
  `OBJECT_SCHEMA` varchar(64) DEFAULT NULL,
  `OBJECT_NAME` varchar(64) DEFAULT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `COUNT_READ` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `COUNT_WRITE` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `COUNT_FETCH` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_FETCH` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_FETCH` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_FETCH` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_FETCH` bigint(20) UNSIGNED NOT NULL,
  `COUNT_INSERT` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_INSERT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_INSERT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_INSERT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_INSERT` bigint(20) UNSIGNED NOT NULL,
  `COUNT_UPDATE` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_UPDATE` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_UPDATE` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_UPDATE` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_UPDATE` bigint(20) UNSIGNED NOT NULL,
  `COUNT_DELETE` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_DELETE` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_DELETE` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_DELETE` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_DELETE` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `table_io_waits_summary_by_table`
--

INSERT INTO `table_io_waits_summary_by_table` (`OBJECT_TYPE`, `OBJECT_SCHEMA`, `OBJECT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `COUNT_READ`, `SUM_TIMER_READ`, `MIN_TIMER_READ`, `AVG_TIMER_READ`, `MAX_TIMER_READ`, `COUNT_WRITE`, `SUM_TIMER_WRITE`, `MIN_TIMER_WRITE`, `AVG_TIMER_WRITE`, `MAX_TIMER_WRITE`, `COUNT_FETCH`, `SUM_TIMER_FETCH`, `MIN_TIMER_FETCH`, `AVG_TIMER_FETCH`, `MAX_TIMER_FETCH`, `COUNT_INSERT`, `SUM_TIMER_INSERT`, `MIN_TIMER_INSERT`, `AVG_TIMER_INSERT`, `MAX_TIMER_INSERT`, `COUNT_UPDATE`, `SUM_TIMER_UPDATE`, `MIN_TIMER_UPDATE`, `AVG_TIMER_UPDATE`, `MAX_TIMER_UPDATE`, `COUNT_DELETE`, `SUM_TIMER_DELETE`, `MIN_TIMER_DELETE`, `AVG_TIMER_DELETE`, `MAX_TIMER_DELETE`) VALUES
('TABLE', 'ambassador', 'jobs', 7, 8549465772, 6343404, 1221351856, 2308878960, 4, 6080725692, 6343404, 1520181284, 94385448, 3, 2468740080, 57192384, 822913360, 2308878960, 4, 6080725692, 6343404, 1520181284, 94385448, 1, 102668736, 102668736, 102668736, 102668736, 1, 57192384, 57192384, 57192384, 57192384, 1, 2308878960, 2308878960, 2308878960, 2308878960),
('TABLE', '5coisas', 'cp_cidades', 10, 209665932, 23824044, 20966204, 58021380, 10, 209665932, 23824044, 20966204, 58021380, 0, 0, 0, 0, 0, 10, 209665932, 23824044, 20966204, 58021380, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_options', 33846, 108123906092, 10498392, 3194220, 6100581564, 33667, 92178467160, 10498392, 2737744, 6100581564, 179, 15945438932, 14489916, 89080652, 1800477564, 33667, 92178467160, 10498392, 2737744, 6100581564, 36, 5182045656, 56443452, 143945620, 1800477564, 109, 9397731620, 14489916, 86217252, 1500886416, 34, 1365661656, 19895904, 40165996, 323305104),
('TABLE', 'cbx', 'wp_posts', 15948, 205186523004, 9490920, 12865840, 66852972960, 15948, 205186523004, 9490920, 12865840, 66852972960, 0, 0, 0, 0, 0, 15948, 205186523004, 9490920, 12865840, 66852972960, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_postmeta', 77219, 168312943832, 1454496, 2179520, 30893294880, 77208, 167913856484, 1454496, 2174516, 30893294880, 11, 399087348, 18988512, 36280668, 55259172, 77208, 167913856484, 1454496, 2174516, 30893294880, 0, 0, 0, 0, 0, 11, 399087348, 18988512, 36280668, 55259172, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_terms', 148, 1510830476, 1122564, 10208160, 63992820, 148, 1510830476, 1122564, 10208160, 63992820, 0, 0, 0, 0, 0, 148, 1510830476, 1122564, 10208160, 63992820, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_term_taxonomy', 733, 7501701008, 88404, 10233736, 119160252, 733, 7501701008, 88404, 10233736, 119160252, 0, 0, 0, 0, 0, 733, 7501701008, 88404, 10233736, 119160252, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_term_relationships', 1173, 3490270540, 63384, 2975156, 1618005036, 1173, 3490270540, 63384, 2975156, 1618005036, 0, 0, 0, 0, 0, 1173, 3490270540, 63384, 2975156, 1618005036, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_users', 193, 2387696964, 1306044, 12371000, 77807196, 193, 2387696964, 1306044, 12371000, 77807196, 0, 0, 0, 0, 0, 193, 2387696964, 1306044, 12371000, 77807196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_usermeta', 5089, 14793766664, 947424, 2906768, 953026256, 5088, 14733053132, 947424, 2895092, 953026256, 1, 60713532, 60713532, 60713532, 60713532, 5088, 14733053132, 947424, 2895092, 953026256, 0, 0, 0, 0, 0, 1, 60713532, 60713532, 60713532, 60713532, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_clientes', 96, 354530064, 34504248, 3692952, 164424768, 96, 354530064, 34504248, 3692952, 164424768, 0, 0, 0, 0, 0, 96, 354530064, 34504248, 3692952, 164424768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_log', 2648, 6027051120, 793240752, 2275708, 3052219824, 2648, 6027051120, 793240752, 2275708, 3052219824, 0, 0, 0, 0, 0, 2648, 6027051120, 793240752, 2275708, 3052219824, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_perfil', 12, 121457088, 12231444, 10121424, 44056884, 12, 121457088, 12231444, 10121424, 44056884, 0, 0, 0, 0, 0, 12, 121457088, 12231444, 10121424, 44056884, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_permissoes', 96, 231756924, 18890100, 2413596, 95456304, 96, 231756924, 18890100, 2413596, 95456304, 0, 0, 0, 0, 0, 96, 231756924, 18890100, 2413596, 95456304, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_shows', 21, 193538040, 32974692, 9215700, 95691492, 21, 193538040, 32974692, 9215700, 95691492, 0, 0, 0, 0, 0, 21, 193538040, 32974692, 9215700, 95691492, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_shows_tags', 12, 113690880, 12520008, 9474240, 44298744, 12, 113690880, 12520008, 9474240, 44298744, 0, 0, 0, 0, 0, 12, 113690880, 12520008, 9474240, 44298744, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_tags', 8, 121582188, 11791092, 15197704, 53199192, 8, 121582188, 11791092, 15197704, 53199192, 0, 0, 0, 0, 0, 8, 121582188, 11791092, 15197704, 53199192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_tela', 32, 152588640, 16479840, 4768256, 64006164, 32, 152588640, 16479840, 4768256, 64006164, 0, 0, 0, 0, 0, 32, 152588640, 16479840, 4768256, 64006164, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_usuarios', 52, 1754487468, 45015984, 33739748, 1574258400, 52, 1754487468, 45015984, 33739748, 1574258400, 0, 0, 0, 0, 0, 52, 1754487468, 45015984, 33739748, 1574258400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_usuarios_cidades', 12, 118771608, 12740184, 9897356, 54561948, 12, 118771608, 12740184, 9897356, 54561948, 0, 0, 0, 0, 0, 12, 118771608, 12740184, 9897356, 54561948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_banner', 19, 29760456, 29760456, 1566252, 29760456, 19, 29760456, 29760456, 1566252, 29760456, 0, 0, 0, 0, 0, 19, 29760456, 29760456, 1566252, 29760456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_cidades', 1000, 1553274960, 1553274960, 1552908, 1553274960, 1000, 1553274960, 1553274960, 1552908, 1553274960, 0, 0, 0, 0, 0, 1000, 1553274960, 1553274960, 1552908, 1553274960, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_convenios', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_equipe', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_equipe_has_cp_especialidades', 1, 13192212, 13192212, 13192212, 13192212, 1, 13192212, 13192212, 13192212, 13192212, 0, 0, 0, 0, 0, 1, 13192212, 13192212, 13192212, 13192212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_especialidades', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_especialistas', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_especialistas_has_cp_especialidades', 80, 33850392, 33850392, 423116, 33850392, 80, 33850392, 33850392, 423116, 33850392, 0, 0, 0, 0, 0, 80, 33850392, 33850392, 423116, 33850392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_estados', 27, 32449272, 32449272, 1201516, 32449272, 27, 32449272, 32449272, 1201516, 32449272, 0, 0, 0, 0, 0, 27, 32449272, 32449272, 1201516, 32449272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_imagens', 10, 17854272, 17854272, 1785316, 17854272, 10, 17854272, 17854272, 1785316, 17854272, 0, 0, 0, 0, 0, 10, 17854272, 17854272, 1785316, 17854272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_log', 290, 597410880, 597410880, 2059980, 597410880, 290, 597410880, 597410880, 2059980, 597410880, 0, 0, 0, 0, 0, 290, 597410880, 597410880, 2059980, 597410880, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_noticias', 3, 14097936, 14097936, 4699312, 14097936, 3, 14097936, 14097936, 4699312, 14097936, 0, 0, 0, 0, 0, 3, 14097936, 14097936, 4699312, 14097936, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_paginas', 8, 17757528, 17757528, 2219552, 17757528, 8, 17757528, 17757528, 2219552, 17757528, 0, 0, 0, 0, 0, 8, 17757528, 17757528, 2219552, 17757528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_perfil', 3, 15388968, 15388968, 5129656, 15388968, 3, 15388968, 15388968, 5129656, 15388968, 0, 0, 0, 0, 0, 3, 15388968, 15388968, 5129656, 15388968, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_permissoes', 24, 31616940, 31616940, 1317164, 31616940, 24, 31616940, 31616940, 1317164, 31616940, 0, 0, 0, 0, 0, 24, 31616940, 31616940, 1317164, 31616940, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_residenciamedica', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_residenciamedica_has_cp_unidades', 5, 14668392, 14668392, 2933456, 14668392, 5, 14668392, 14668392, 2933456, 14668392, 0, 0, 0, 0, 0, 5, 14668392, 14668392, 2933456, 14668392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_tela', 12, 17862612, 17862612, 1488412, 17862612, 12, 17862612, 17862612, 1488412, 17862612, 0, 0, 0, 0, 0, 12, 17862612, 17862612, 1488412, 17862612, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_unidades', 5, 15675864, 15675864, 3134728, 15675864, 5, 15675864, 15675864, 3134728, 15675864, 0, 0, 0, 0, 0, 5, 15675864, 15675864, 3134728, 15675864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_usuarios', 4, 330672660, 330672660, 82667748, 330672660, 4, 330672660, 330672660, 82667748, 330672660, 0, 0, 0, 0, 0, 4, 330672660, 330672660, 82667748, 330672660, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidates', 1857, 10473802344, 745596, 5640064, 3729251016, 1857, 10473802344, 745596, 5640064, 3729251016, 0, 0, 0, 0, 0, 1857, 10473802344, 745596, 5640064, 3729251016, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'photos', 11132, 46119229224, 1382772, 4142756, 25091520504, 11132, 46119229224, 1382772, 4142756, 25091520504, 0, 0, 0, 0, 0, 11132, 46119229224, 1382772, 4142756, 25091520504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'admins', 30, 502815264, 38714280, 16760064, 405135516, 30, 502815264, 38714280, 16760064, 405135516, 0, 0, 0, 0, 0, 30, 502815264, 38714280, 16760064, 405135516, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'admins_password_resets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_category', 3639, 5618768088, 720185688, 1544012, 3405170292, 3639, 5618768088, 720185688, 1544012, 3405170292, 0, 0, 0, 0, 0, 3639, 5618768088, 720185688, 1544012, 3405170292, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_comment', 129, 669083172, 47706468, 5186368, 571413432, 129, 669083172, 47706468, 5186368, 571413432, 0, 0, 0, 0, 0, 129, 669083172, 47706468, 5186368, 571413432, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_notification', 27, 602876916, 20653176, 22328404, 559181988, 27, 602876916, 20653176, 22328404, 559181988, 0, 0, 0, 0, 0, 27, 602876916, 20653176, 22328404, 559181988, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_program', 198, 693222468, 65068680, 3500576, 558012720, 198, 693222468, 65068680, 3500576, 558012720, 0, 0, 0, 0, 0, 198, 693222468, 65068680, 3500576, 558012720, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_tag', 39, 1165633428, 24926592, 29887780, 654614940, 39, 1165633428, 24926592, 29887780, 654614940, 0, 0, 0, 0, 0, 39, 1165633428, 24926592, 29887780, 654614940, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'categories', 36, 82037244, 18219564, 2278488, 32450940, 36, 82037244, 18219564, 2278488, 32450940, 0, 0, 0, 0, 0, 36, 82037244, 18219564, 2278488, 32450940, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'clients', 6, 61565880, 16701684, 10260980, 26354400, 6, 61565880, 16701684, 10260980, 26354400, 0, 0, 0, 0, 0, 6, 61565880, 16701684, 10260980, 26354400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'comments', 129, 195933288, 25003320, 1518436, 87660072, 129, 195933288, 25003320, 1518436, 87660072, 0, 0, 0, 0, 0, 129, 195933288, 25003320, 1518436, 87660072, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'failed_jobs', 3, 1205665428, 22426260, 401888476, 1134727056, 3, 1205665428, 22426260, 401888476, 1134727056, 0, 0, 0, 0, 0, 3, 1205665428, 22426260, 401888476, 1134727056, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'migrations', 96, 108553440, 35218152, 1130348, 36737700, 96, 108553440, 35218152, 1130348, 36737700, 0, 0, 0, 0, 0, 96, 108553440, 35218152, 1130348, 36737700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'notifications', 45, 110299836, 29405172, 2450848, 43805016, 45, 110299836, 29405172, 2450848, 43805016, 0, 0, 0, 0, 0, 45, 110299836, 29405172, 2450848, 43805016, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_access_tokens', 543, 3754779756, 729836736, 6914416, 1811519724, 543, 3754779756, 729836736, 6914416, 1811519724, 0, 0, 0, 0, 0, 543, 3754779756, 729836736, 6914416, 1811519724, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_auth_codes', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_clients', 6, 342221892, 20684868, 57036704, 295482864, 6, 342221892, 20684868, 57036704, 295482864, 0, 0, 0, 0, 0, 6, 342221892, 20684868, 57036704, 295482864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_personal_access_clients', 3, 315362088, 17782548, 105120696, 279395004, 3, 315362088, 17782548, 105120696, 279395004, 0, 0, 0, 0, 0, 3, 315362088, 17782548, 105120696, 279395004, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_refresh_tokens', 543, 4198094124, 852806700, 7731180, 1967089080, 543, 4198094124, 852806700, 7731180, 1967089080, 0, 0, 0, 0, 0, 543, 4198094124, 852806700, 7731180, 1967089080, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'password_resets', 6, 367852380, 15757596, 61308452, 317603880, 6, 367852380, 15757596, 61308452, 317603880, 0, 0, 0, 0, 0, 6, 367852380, 15757596, 61308452, 317603880, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'programs', 30, 500394996, 40739232, 16679444, 399686160, 30, 500394996, 40739232, 16679444, 399686160, 0, 0, 0, 0, 0, 30, 500394996, 40739232, 16679444, 399686160, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'tags', 111, 144293676, 23447076, 1299928, 61776048, 111, 144293676, 23447076, 1299928, 61776048, 0, 0, 0, 0, 0, 111, 144293676, 23447076, 1299928, 61776048, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'users', 48, 430265604, 48001704, 8963832, 313754136, 48, 430265604, 48001704, 8963832, 313754136, 0, 0, 0, 0, 0, 48, 430265604, 48001704, 8963832, 313754136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'beliv', 'cp_clientes', 2, 24322776, 24322776, 12161388, 24322776, 2, 24322776, 24322776, 12161388, 24322776, 0, 0, 0, 0, 0, 2, 24322776, 24322776, 12161388, 24322776, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'beliv', 'cp_brands', 31, 204351684, 468708, 6591936, 37024596, 31, 204351684, 468708, 6591936, 37024596, 0, 0, 0, 0, 0, 31, 204351684, 468708, 6591936, 37024596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'beliv', 'cp_products', 99, 172007496, 136776, 1736944, 81708648, 99, 172007496, 136776, 1736944, 81708648, 0, 0, 0, 0, 0, 99, 172007496, 136776, 1736944, 81708648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'beliv', 'cp_welcome', 1, 14152980, 14152980, 14152980, 14152980, 1, 14152980, 14152980, 14152980, 14152980, 0, 0, 0, 0, 0, 1, 14152980, 14152980, 14152980, 14152980, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_comments', 5, 419370228, 17665788, 83873712, 346320168, 5, 419370228, 17665788, 83873712, 346320168, 0, 0, 0, 0, 0, 5, 419370228, 17665788, 83873712, 346320168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'smackuci_events', 34, 671947128, 11819448, 19763020, 397512756, 34, 671947128, 11819448, 19763020, 397512756, 0, 0, 0, 0, 0, 34, 671947128, 11819448, 19763020, 397512756, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_termmeta', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_commentmeta', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_comments', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_contact', 100, 213539028, 61782720, 2135040, 151756308, 100, 213539028, 61782720, 2135040, 151756308, 0, 0, 0, 0, 0, 100, 213539028, 61782720, 2135040, 151756308, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_links', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_newsletter', 382, 231041352, 77653740, 604372, 153387612, 382, 231041352, 77653740, 604372, 153387612, 0, 0, 0, 0, 0, 382, 231041352, 77653740, 604372, 153387612, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_options', 340, 4255555056, 93584808, 12516116, 4161970248, 340, 4255555056, 93584808, 12516116, 4161970248, 0, 0, 0, 0, 0, 340, 4255555056, 93584808, 12516116, 4161970248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_postmeta', 7436, 33713646024, 3494034660, 4533624, 30219611364, 7436, 33713646024, 3494034660, 4533624, 30219611364, 0, 0, 0, 0, 0, 7436, 33713646024, 3494034660, 4533624, 30219611364, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_posts', 860, 2322785076, 596995548, 2700492, 1725789528, 860, 2322785076, 596995548, 2700492, 1725789528, 0, 0, 0, 0, 0, 860, 2322785076, 596995548, 2700492, 1725789528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_term_relationships', 36, 978575568, 75570408, 27182284, 903005160, 36, 978575568, 75570408, 27182284, 903005160, 0, 0, 0, 0, 0, 36, 978575568, 75570408, 27182284, 903005160, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_term_taxonomy', 4, 67782516, 22156044, 16945212, 45626472, 4, 67782516, 22156044, 16945212, 45626472, 0, 0, 0, 0, 0, 4, 67782516, 22156044, 16945212, 45626472, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_termmeta', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_terms', 4, 74002488, 21812436, 18500344, 52190052, 4, 74002488, 21812436, 18500344, 52190052, 0, 0, 0, 0, 0, 4, 74002488, 21812436, 18500344, 52190052, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_usermeta', 254, 1839068412, 84577608, 7240232, 1754490804, 254, 1839068412, 84577608, 7240232, 1754490804, 0, 0, 0, 0, 0, 254, 1839068412, 84577608, 7240232, 1754490804, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_users', 10, 94208640, 27717156, 9420864, 66491484, 10, 94208640, 27717156, 9420864, 66491484, 0, 0, 0, 0, 0, 10, 94208640, 27717156, 9420864, 66491484, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_vp_id', 250, 1665519684, 141361332, 6661992, 1524158352, 250, 1665519684, 141361332, 6661992, 1524158352, 0, 0, 0, 0, 0, 250, 1665519684, 141361332, 6661992, 1524158352, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_yoast_seo_links', 10, 83386656, 23610540, 8338332, 59776116, 10, 83386656, 23610540, 8338332, 59776116, 0, 0, 0, 0, 0, 10, 83386656, 23610540, 8338332, 59776116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_yoast_seo_meta', 182, 1044349812, 67056936, 5737920, 977292876, 182, 1044349812, 67056936, 5737920, 977292876, 0, 0, 0, 0, 0, 182, 1044349812, 67056936, 5737920, 977292876, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sys', 'sys_config', 12, 897032052, 43049412, 74752532, 853982640, 12, 897032052, 43049412, 74752532, 853982640, 0, 0, 0, 0, 0, 12, 897032052, 43049412, 74752532, 853982640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_commentmeta', 1, 772284, 772284, 772284, 772284, 1, 772284, 772284, 772284, 772284, 0, 0, 0, 0, 0, 1, 772284, 772284, 772284, 772284, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_comments', 1, 369241824, 369241824, 369241824, 369241824, 1, 369241824, 369241824, 369241824, 369241824, 0, 0, 0, 0, 0, 1, 369241824, 369241824, 369241824, 369241824, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_links', 1, 677208, 677208, 677208, 677208, 1, 677208, 677208, 677208, 677208, 0, 0, 0, 0, 0, 1, 677208, 677208, 677208, 677208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_options', 136, 4952338704, 4952338704, 36414108, 4952338704, 136, 4952338704, 4952338704, 36414108, 4952338704, 0, 0, 0, 0, 0, 136, 4952338704, 4952338704, 36414108, 4952338704, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_postmeta', 77, 3834575208, 3834575208, 49799252, 3834575208, 77, 3834575208, 3834575208, 49799252, 3834575208, 0, 0, 0, 0, 0, 77, 3834575208, 3834575208, 49799252, 3834575208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_posts', 25, 3933530976, 3933530976, 157340772, 3933530976, 25, 3933530976, 3933530976, 157340772, 3933530976, 0, 0, 0, 0, 0, 25, 3933530976, 3933530976, 157340772, 3933530976, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_term_relationships', 8, 255033864, 255033864, 31878816, 255033864, 8, 255033864, 255033864, 31878816, 255033864, 0, 0, 0, 0, 0, 8, 255033864, 255033864, 31878816, 255033864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_term_taxonomy', 3, 261052008, 261052008, 87017336, 261052008, 3, 261052008, 261052008, 87017336, 261052008, 0, 0, 0, 0, 0, 3, 261052008, 261052008, 87017336, 261052008, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_termmeta', 1, 1100880, 1100880, 1100880, 1100880, 1, 1100880, 1100880, 1100880, 1100880, 0, 0, 0, 0, 0, 1, 1100880, 1100880, 1100880, 1100880, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_terms', 3, 3953343480, 3953343480, 1317781160, 3953343480, 3, 3953343480, 3953343480, 1317781160, 3953343480, 0, 0, 0, 0, 0, 3, 3953343480, 3953343480, 1317781160, 3953343480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_usermeta', 22, 281651808, 281651808, 12801900, 281651808, 22, 281651808, 281651808, 12801900, 281651808, 0, 0, 0, 0, 0, 22, 281651808, 281651808, 12801900, 281651808, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_users', 1, 302411736, 302411736, 302411736, 302411736, 1, 302411736, 302411736, 302411736, 302411736, 0, 0, 0, 0, 0, 1, 302411736, 302411736, 302411736, 302411736, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_commentmeta', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_comments', 2, 461607324, 34172316, 230803384, 427435008, 2, 461607324, 34172316, 230803384, 427435008, 0, 0, 0, 0, 0, 2, 461607324, 34172316, 230803384, 427435008, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_links', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_options', 328, 5871354996, 79296720, 17900420, 5792058276, 328, 5871354996, 79296720, 17900420, 5792058276, 0, 0, 0, 0, 0, 328, 5871354996, 79296720, 17900420, 5792058276, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_postmeta', 208, 197861496, 65423964, 950760, 132437532, 208, 197861496, 65423964, 950760, 132437532, 0, 0, 0, 0, 0, 208, 197861496, 65423964, 950760, 132437532, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_posts', 60, 498530172, 128150772, 8308308, 370379400, 60, 498530172, 128150772, 8308308, 370379400, 0, 0, 0, 0, 0, 60, 498530172, 128150772, 8308308, 370379400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_term_relationships', 22, 706321272, 62848572, 32105108, 643472700, 22, 706321272, 62848572, 32105108, 643472700, 0, 0, 0, 0, 0, 22, 706321272, 62848572, 32105108, 643472700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_term_taxonomy', 4, 83545116, 29882220, 20886140, 53662896, 4, 83545116, 29882220, 20886140, 53662896, 0, 0, 0, 0, 0, 4, 83545116, 29882220, 20886140, 53662896, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_termmeta', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_terms', 4, 67033584, 15967764, 16758396, 51065820, 4, 67033584, 15967764, 16758396, 51065820, 0, 0, 0, 0, 0, 4, 67033584, 15967764, 16758396, 51065820, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_usermeta', 92, 124552896, 54391812, 1353304, 70161084, 92, 124552896, 54391812, 1353304, 70161084, 0, 0, 0, 0, 0, 92, 124552896, 54391812, 1353304, 70161084, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_users', 2, 60289860, 18227904, 30144652, 42061956, 2, 60289860, 18227904, 30144652, 42061956, 0, 0, 0, 0, 0, 2, 60289860, 18227904, 30144652, 42061956, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_yoast_seo_links', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_yoast_seo_meta', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_commentmeta', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_comments', 1, 416923272, 416923272, 416923272, 416923272, 1, 416923272, 416923272, 416923272, 416923272, 0, 0, 0, 0, 0, 1, 416923272, 416923272, 416923272, 416923272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_links', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_newsletter', 12, 18444744, 18444744, 1536784, 18444744, 12, 18444744, 18444744, 1536784, 18444744, 0, 0, 0, 0, 0, 12, 18444744, 18444744, 1536784, 18444744, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_options', 186, 134065500, 134065500, 720576, 134065500, 186, 134065500, 134065500, 720576, 134065500, 0, 0, 0, 0, 0, 186, 134065500, 134065500, 720576, 134065500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_postmeta', 7947, 8820477408, 8820477408, 1109776, 8820477408, 7947, 8820477408, 8820477408, 1109776, 8820477408, 0, 0, 0, 0, 0, 7947, 8820477408, 8820477408, 1109776, 8820477408, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_posts', 959, 1252254336, 1252254336, 1305488, 1252254336, 959, 1252254336, 1252254336, 1305488, 1252254336, 0, 0, 0, 0, 0, 959, 1252254336, 1252254336, 1305488, 1252254336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_term_relationships', 965, 1656108828, 1656108828, 1715816, 1656108828, 965, 1656108828, 1656108828, 1715816, 1656108828, 0, 0, 0, 0, 0, 965, 1656108828, 1656108828, 1715816, 1656108828, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_term_taxonomy', 55, 57637740, 57637740, 1047504, 57637740, 55, 57637740, 57637740, 1047504, 57637740, 0, 0, 0, 0, 0, 55, 57637740, 57637740, 1047504, 57637740, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_termmeta', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_terms', 55, 69467196, 69467196, 1262676, 69467196, 55, 69467196, 69467196, 1262676, 69467196, 0, 0, 0, 0, 0, 55, 69467196, 69467196, 1262676, 69467196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_usermeta', 55, 384337224, 384337224, 6987808, 384337224, 55, 384337224, 384337224, 6987808, 384337224, 0, 0, 0, 0, 0, 55, 384337224, 384337224, 6987808, 384337224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_users', 2, 54660360, 54660360, 27330180, 54660360, 2, 54660360, 54660360, 27330180, 54660360, 0, 0, 0, 0, 0, 2, 54660360, 54660360, 27330180, 54660360, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_wdi_feeds', 1, 53442720, 53442720, 53442720, 53442720, 1, 53442720, 53442720, 53442720, 53442720, 0, 0, 0, 0, 0, 1, 53442720, 53442720, 53442720, 53442720, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_wdi_themes', 2, 58848708, 58848708, 29424076, 58848708, 2, 58848708, 58848708, 29424076, 58848708, 0, 0, 0, 0, 0, 2, 58848708, 58848708, 29424076, 58848708, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_commentmeta', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_comments', 1, 660628080, 660628080, 660628080, 660628080, 1, 660628080, 660628080, 660628080, 660628080, 0, 0, 0, 0, 0, 1, 660628080, 660628080, 660628080, 660628080, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_links', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_options', 130, 73432032, 73432032, 564340, 73432032, 130, 73432032, 73432032, 564340, 73432032, 0, 0, 0, 0, 0, 130, 73432032, 73432032, 564340, 73432032, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_postmeta', 55, 57394212, 57394212, 1043056, 57394212, 55, 57394212, 57394212, 1043056, 57394212, 0, 0, 0, 0, 0, 55, 57394212, 57394212, 1043056, 57394212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_posts', 32, 531509868, 531509868, 16609388, 531509868, 32, 531509868, 531509868, 16609388, 531509868, 0, 0, 0, 0, 0, 32, 531509868, 531509868, 16609388, 531509868, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_term_relationships', 1, 919495008, 919495008, 919495008, 919495008, 1, 919495008, 919495008, 919495008, 919495008, 0, 0, 0, 0, 0, 1, 919495008, 919495008, 919495008, 919495008, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_term_taxonomy', 2, 45187788, 45187788, 22593616, 45187788, 2, 45187788, 45187788, 22593616, 45187788, 0, 0, 0, 0, 0, 2, 45187788, 45187788, 22593616, 45187788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_termmeta', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_terms', 2, 51441120, 51441120, 25720560, 51441120, 2, 51441120, 51441120, 25720560, 51441120, 0, 0, 0, 0, 0, 2, 51441120, 51441120, 25720560, 51441120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_usermeta', 25, 54426840, 54426840, 2176740, 54426840, 25, 54426840, 54426840, 2176740, 54426840, 0, 0, 0, 0, 0, 25, 54426840, 54426840, 2176740, 54426840, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_users', 1, 45483024, 45483024, 45483024, 45483024, 1, 45483024, 45483024, 45483024, 45483024, 0, 0, 0, 0, 0, 1, 45483024, 45483024, 45483024, 45483024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_commentmeta', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_comments', 1, 378412488, 378412488, 378412488, 378412488, 1, 378412488, 378412488, 378412488, 378412488, 0, 0, 0, 0, 0, 1, 378412488, 378412488, 378412488, 378412488, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_links', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_options', 146, 75695508, 75695508, 518192, 75695508, 146, 75695508, 75695508, 518192, 75695508, 0, 0, 0, 0, 0, 146, 75695508, 75695508, 518192, 75695508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_postmeta', 629, 169767372, 169767372, 269660, 169767372, 629, 169767372, 169767372, 269660, 169767372, 0, 0, 0, 0, 0, 629, 169767372, 169767372, 269660, 169767372, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_posts', 101, 420262608, 420262608, 4160548, 420262608, 101, 420262608, 420262608, 4160548, 420262608, 0, 0, 0, 0, 0, 101, 420262608, 420262608, 4160548, 420262608, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_term_relationships', 15, 696016368, 696016368, 46400980, 696016368, 15, 696016368, 696016368, 46400980, 696016368, 0, 0, 0, 0, 0, 15, 696016368, 696016368, 46400980, 696016368, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_term_taxonomy', 5, 45633144, 45633144, 9126184, 45633144, 5, 45633144, 45633144, 9126184, 45633144, 0, 0, 0, 0, 0, 5, 45633144, 45633144, 9126184, 45633144, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_termmeta', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_terms', 5, 45334572, 45334572, 9066692, 45334572, 5, 45334572, 45334572, 9066692, 45334572, 0, 0, 0, 0, 0, 5, 45334572, 45334572, 9066692, 45334572, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_usermeta', 44, 75792252, 75792252, 1722488, 75792252, 44, 75792252, 75792252, 1722488, 75792252, 0, 0, 0, 0, 0, 44, 75792252, 75792252, 1722488, 75792252, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_users', 1, 41629944, 41629944, 41629944, 41629944, 1, 41629944, 41629944, 41629944, 41629944, 0, 0, 0, 0, 0, 1, 41629944, 41629944, 41629944, 41629944, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_commentmeta', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_comments', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_links', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_options', 153, 80030640, 80030640, 522640, 80030640, 153, 80030640, 80030640, 522640, 80030640, 0, 0, 0, 0, 0, 153, 80030640, 80030640, 522640, 80030640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_postmeta', 172, 80521032, 80521032, 467596, 80521032, 172, 80521032, 80521032, 467596, 80521032, 0, 0, 0, 0, 0, 172, 80521032, 80521032, 467596, 80521032, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_posts', 30, 475700256, 475700256, 15856564, 475700256, 30, 475700256, 475700256, 15856564, 475700256, 0, 0, 0, 0, 0, 30, 475700256, 475700256, 15856564, 475700256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_term_relationships', 2, 938226648, 938226648, 469113324, 938226648, 2, 938226648, 938226648, 469113324, 938226648, 0, 0, 0, 0, 0, 2, 938226648, 938226648, 469113324, 938226648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_term_taxonomy', 1, 42423912, 42423912, 42423912, 42423912, 1, 42423912, 42423912, 42423912, 42423912, 0, 0, 0, 0, 0, 1, 42423912, 42423912, 42423912, 42423912, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_termmeta', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_terms', 1, 42834240, 42834240, 42834240, 42834240, 1, 42834240, 42834240, 42834240, 42834240, 0, 0, 0, 0, 0, 1, 42834240, 42834240, 42834240, 42834240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_usermeta', 21, 49511244, 49511244, 2357440, 49511244, 21, 49511244, 49511244, 2357440, 49511244, 0, 0, 0, 0, 0, 21, 49511244, 49511244, 2357440, 49511244, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_users', 1, 84173952, 84173952, 84173952, 84173952, 1, 84173952, 84173952, 84173952, 84173952, 0, 0, 0, 0, 0, 1, 84173952, 84173952, 84173952, 84173952, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'agencies', 10, 57222408, 57222408, 5721796, 57222408, 10, 57222408, 57222408, 5721796, 57222408, 0, 0, 0, 0, 0, 10, 57222408, 57222408, 5721796, 57222408, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'availabilities', 100, 64326420, 64326420, 642736, 64326420, 100, 64326420, 64326420, 642736, 64326420, 0, 0, 0, 0, 0, 100, 64326420, 64326420, 642736, 64326420, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'awards', 100, 62756832, 62756832, 627168, 62756832, 100, 62756832, 62756832, 627168, 62756832, 0, 0, 0, 0, 0, 100, 62756832, 62756832, 627168, 62756832, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'education', 100, 72951648, 72951648, 729472, 72951648, 100, 72951648, 72951648, 729472, 72951648, 0, 0, 0, 0, 0, 100, 72951648, 72951648, 729472, 72951648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'freelancer_data', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'freelancers', 10, 48508776, 48508776, 4850544, 48508776, 10, 48508776, 48508776, 4850544, 48508776, 0, 0, 0, 0, 0, 10, 48508776, 48508776, 4850544, 48508776, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'links', 100, 64633332, 64633332, 646072, 64633332, 100, 64633332, 64633332, 646072, 64633332, 0, 0, 0, 0, 0, 100, 64633332, 64633332, 646072, 64633332, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'migrations', 33, 20351268, 20351268, 616604, 20351268, 33, 20351268, 20351268, 616604, 20351268, 0, 0, 0, 0, 0, 33, 20351268, 20351268, 616604, 20351268, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'password_resets', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'press', 100, 73557132, 73557132, 735032, 73557132, 100, 73557132, 73557132, 735032, 73557132, 0, 0, 0, 0, 0, 100, 73557132, 73557132, 735032, 73557132, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'request_messages', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'requests', 101, 75797256, 75797256, 750044, 75797256, 101, 75797256, 75797256, 750044, 75797256, 0, 0, 0, 0, 0, 101, 75797256, 75797256, 750044, 75797256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'reviews', 100, 97496268, 97496268, 974668, 97496268, 100, 97496268, 97496268, 974668, 97496268, 0, 0, 0, 0, 0, 100, 97496268, 97496268, 974668, 97496268, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'users', 21, 61761036, 61761036, 2940684, 61761036, 21, 61761036, 61761036, 2940684, 61761036, 0, 0, 0, 0, 0, 21, 61761036, 61761036, 2940684, 61761036, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'work_experience', 100, 64266372, 64266372, 642180, 64266372, 100, 64266372, 64266372, 642180, 64266372, 0, 0, 0, 0, 0, 100, 64266372, 64266372, 642180, 64266372, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'work_samples', 100, 63882732, 63882732, 638288, 63882732, 100, 63882732, 63882732, 638288, 63882732, 0, 0, 0, 0, 0, 100, 63882732, 63882732, 638288, 63882732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'ts_redirects', 29, 26587920, 26587920, 916288, 26587920, 29, 26587920, 26587920, 916288, 26587920, 0, 0, 0, 0, 0, 29, 26587920, 26587920, 916288, 26587920, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_commentmeta', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_comments', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_links', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_options', 175, 91611564, 91611564, 523196, 91611564, 175, 91611564, 91611564, 523196, 91611564, 0, 0, 0, 0, 0, 175, 91611564, 91611564, 523196, 91611564, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_postmeta', 3309, 3518786112, 3518786112, 1063072, 3518786112, 3309, 3518786112, 3518786112, 1063072, 3518786112, 0, 0, 0, 0, 0, 3309, 3518786112, 3518786112, 1063072, 3518786112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_posts', 367, 689949852, 689949852, 1879836, 689949852, 367, 689949852, 689949852, 1879836, 689949852, 0, 0, 0, 0, 0, 367, 689949852, 689949852, 1879836, 689949852, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_term_relationships', 33, 952101072, 952101072, 28851396, 952101072, 33, 952101072, 952101072, 28851396, 952101072, 0, 0, 0, 0, 0, 33, 952101072, 952101072, 28851396, 952101072, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_term_taxonomy', 4, 48580500, 48580500, 12144708, 48580500, 4, 48580500, 48580500, 12144708, 48580500, 0, 0, 0, 0, 0, 4, 48580500, 48580500, 12144708, 48580500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_termmeta', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_terms', 4, 43923444, 43923444, 10980444, 43923444, 4, 43923444, 43923444, 10980444, 43923444, 0, 0, 0, 0, 0, 4, 43923444, 43923444, 10980444, 43923444, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_usermeta', 64, 69036852, 69036852, 1078640, 69036852, 64, 69036852, 69036852, 1078640, 69036852, 0, 0, 0, 0, 0, 64, 69036852, 69036852, 1078640, 69036852, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_users', 2, 44792472, 44792472, 22396236, 44792472, 2, 44792472, 44792472, 22396236, 44792472, 0, 0, 0, 0, 0, 2, 44792472, 44792472, 22396236, 44792472, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_yoast_seo_links', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_yoast_seo_meta', 58, 755418852, 755418852, 13024300, 755418852, 58, 755418852, 755418852, 13024300, 755418852, 0, 0, 0, 0, 0, 58, 755418852, 755418852, 13024300, 755418852, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_commentmeta', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_comments', 1, 473346708, 473346708, 473346708, 473346708, 1, 473346708, 473346708, 473346708, 473346708, 0, 0, 0, 0, 0, 1, 473346708, 473346708, 473346708, 473346708, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_links', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_options', 136, 74536248, 74536248, 547660, 74536248, 136, 74536248, 74536248, 547660, 74536248, 0, 0, 0, 0, 0, 136, 74536248, 74536248, 547660, 74536248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_postmeta', 180, 91723320, 91723320, 509296, 91723320, 180, 91723320, 91723320, 509296, 91723320, 0, 0, 0, 0, 0, 180, 91723320, 91723320, 509296, 91723320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_posts', 80, 619223316, 619223316, 7740076, 619223316, 80, 619223316, 619223316, 7740076, 619223316, 0, 0, 0, 0, 0, 80, 619223316, 619223316, 7740076, 619223316, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_rp4wp_cache', 591, 1431611040, 1431611040, 2421936, 1431611040, 591, 1431611040, 1431611040, 2421936, 1431611040, 0, 0, 0, 0, 0, 591, 1431611040, 1431611040, 2421936, 1431611040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_term_relationships', 13, 652936932, 652936932, 50225704, 652936932, 13, 652936932, 652936932, 50225704, 652936932, 0, 0, 0, 0, 0, 13, 652936932, 652936932, 50225704, 652936932, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_term_taxonomy', 4, 67372188, 67372188, 16842908, 67372188, 4, 67372188, 67372188, 16842908, 67372188, 0, 0, 0, 0, 0, 4, 67372188, 67372188, 16842908, 67372188, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_termmeta', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_terms', 4, 44737428, 44737428, 11183940, 44737428, 4, 44737428, 44737428, 11183940, 44737428, 0, 0, 0, 0, 0, 4, 44737428, 44737428, 11183940, 44737428, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_usermeta', 22, 48752304, 48752304, 2215660, 48752304, 22, 48752304, 48752304, 2215660, 48752304, 0, 0, 0, 0, 0, 22, 48752304, 48752304, 2215660, 48752304, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_users', 1, 53821356, 53821356, 53821356, 53821356, 1, 53821356, 53821356, 53821356, 53821356, 0, 0, 0, 0, 0, 1, 53821356, 53821356, 53821356, 53821356, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'cp_cidades', 5570, 7320224832, 7320224832, 1313828, 7320224832, 5570, 7320224832, 7320224832, 1313828, 7320224832, 0, 0, 0, 0, 0, 5570, 7320224832, 7320224832, 1313828, 7320224832, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'cp_estados', 54, 86685960, 40247172, 1605172, 46438788, 54, 86685960, 40247172, 1605172, 46438788, 0, 0, 0, 0, 0, 54, 86685960, 40247172, 1605172, 46438788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_commentmeta', 1, 975780, 975780, 975780, 975780, 1, 975780, 975780, 975780, 975780, 0, 0, 0, 0, 0, 1, 975780, 975780, 975780, 975780, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_comments', 1, 483720, 483720, 483720, 483720, 1, 483720, 483720, 483720, 483720, 0, 0, 0, 0, 0, 1, 483720, 483720, 483720, 483720, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_links', 1, 740592, 740592, 740592, 740592, 1, 740592, 740592, 740592, 740592, 0, 0, 0, 0, 0, 1, 740592, 740592, 740592, 740592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_newsletter', 4, 376225740, 376225740, 94056296, 376225740, 4, 376225740, 376225740, 94056296, 376225740, 0, 0, 0, 0, 0, 4, 376225740, 376225740, 94056296, 376225740, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_options', 202, 7463971404, 7463971404, 36950092, 7463971404, 202, 7463971404, 7463971404, 36950092, 7463971404, 0, 0, 0, 0, 0, 202, 7463971404, 7463971404, 36950092, 7463971404, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_postmeta', 421, 2360712060, 2360712060, 5607260, 2360712060, 421, 2360712060, 2360712060, 5607260, 2360712060, 0, 0, 0, 0, 0, 421, 2360712060, 2360712060, 5607260, 2360712060, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_posts', 142, 2216575176, 2216575176, 15609144, 2216575176, 142, 2216575176, 2216575176, 15609144, 2216575176, 0, 0, 0, 0, 0, 142, 2216575176, 2216575176, 15609144, 2216575176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_term_relationships', 8, 313632372, 313632372, 39203560, 313632372, 8, 313632372, 313632372, 39203560, 313632372, 0, 0, 0, 0, 0, 8, 313632372, 313632372, 39203560, 313632372, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_term_taxonomy', 8, 238667448, 238667448, 29833292, 238667448, 8, 238667448, 238667448, 29833292, 238667448, 0, 0, 0, 0, 0, 8, 238667448, 238667448, 29833292, 238667448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_termmeta', 1, 593808, 593808, 593808, 593808, 1, 593808, 593808, 593808, 593808, 0, 0, 0, 0, 0, 1, 593808, 593808, 593808, 593808, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_terms', 8, 358468212, 358468212, 44808040, 358468212, 8, 358468212, 358468212, 44808040, 358468212, 0, 0, 0, 0, 0, 8, 358468212, 358468212, 44808040, 358468212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_usermeta', 46, 363478884, 363478884, 7901316, 363478884, 46, 363478884, 363478884, 7901316, 363478884, 0, 0, 0, 0, 0, 46, 363478884, 363478884, 7901316, 363478884, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_users', 1, 639746388, 639746388, 639746388, 639746388, 1, 639746388, 639746388, 639746388, 639746388, 0, 0, 0, 0, 0, 1, 639746388, 639746388, 639746388, 639746388, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `table_io_waits_summary_by_table` (`OBJECT_TYPE`, `OBJECT_SCHEMA`, `OBJECT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `COUNT_READ`, `SUM_TIMER_READ`, `MIN_TIMER_READ`, `AVG_TIMER_READ`, `MAX_TIMER_READ`, `COUNT_WRITE`, `SUM_TIMER_WRITE`, `MIN_TIMER_WRITE`, `AVG_TIMER_WRITE`, `MAX_TIMER_WRITE`, `COUNT_FETCH`, `SUM_TIMER_FETCH`, `MIN_TIMER_FETCH`, `AVG_TIMER_FETCH`, `MAX_TIMER_FETCH`, `COUNT_INSERT`, `SUM_TIMER_INSERT`, `MIN_TIMER_INSERT`, `AVG_TIMER_INSERT`, `MAX_TIMER_INSERT`, `COUNT_UPDATE`, `SUM_TIMER_UPDATE`, `MIN_TIMER_UPDATE`, `AVG_TIMER_UPDATE`, `MAX_TIMER_UPDATE`, `COUNT_DELETE`, `SUM_TIMER_DELETE`, `MIN_TIMER_DELETE`, `AVG_TIMER_DELETE`, `MAX_TIMER_DELETE`) VALUES
('TABLE', 'appradio', 'wp_commentmeta', 1, 859020, 859020, 859020, 859020, 1, 859020, 859020, 859020, 859020, 0, 0, 0, 0, 0, 1, 859020, 859020, 859020, 859020, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_comments', 1, 682212, 682212, 682212, 682212, 1, 682212, 682212, 682212, 682212, 0, 0, 0, 0, 0, 1, 682212, 682212, 682212, 682212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_links', 1, 783960, 783960, 783960, 783960, 1, 783960, 783960, 783960, 783960, 0, 0, 0, 0, 0, 1, 783960, 783960, 783960, 783960, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_options', 272, 3347657652, 3347657652, 12307060, 3347657652, 272, 3347657652, 3347657652, 12307060, 3347657652, 0, 0, 0, 0, 0, 272, 3347657652, 3347657652, 12307060, 3347657652, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_postmeta', 4477, 8332987728, 8332987728, 1860932, 8332987728, 4477, 8332987728, 8332987728, 1860932, 8332987728, 0, 0, 0, 0, 0, 4477, 8332987728, 8332987728, 1860932, 8332987728, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_posts', 1147, 34801797516, 34801797516, 30341476, 34801797516, 1147, 34801797516, 34801797516, 30341476, 34801797516, 0, 0, 0, 0, 0, 1147, 34801797516, 34801797516, 30341476, 34801797516, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_term_relationships', 1084, 819643524, 819643524, 755604, 819643524, 1084, 819643524, 819643524, 755604, 819643524, 0, 0, 0, 0, 0, 1084, 819643524, 819643524, 755604, 819643524, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_term_taxonomy', 34, 493332684, 493332684, 14509376, 493332684, 34, 493332684, 493332684, 14509376, 493332684, 0, 0, 0, 0, 0, 34, 493332684, 493332684, 14509376, 493332684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_termmeta', 1, 753936, 753936, 753936, 753936, 1, 753936, 753936, 753936, 753936, 0, 0, 0, 0, 0, 1, 753936, 753936, 753936, 753936, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_terms', 34, 425967168, 425967168, 12528348, 425967168, 34, 425967168, 425967168, 12528348, 425967168, 0, 0, 0, 0, 0, 34, 425967168, 425967168, 12528348, 425967168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_usermeta', 30, 346238436, 346238436, 11540892, 346238436, 30, 346238436, 346238436, 11540892, 346238436, 0, 0, 0, 0, 0, 30, 346238436, 346238436, 11540892, 346238436, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_users', 1, 356568360, 356568360, 356568360, 356568360, 1, 356568360, 356568360, 356568360, 356568360, 0, 0, 0, 0, 0, 1, 356568360, 356568360, 356568360, 356568360, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `table_lock_waits_summary_by_table`
--

CREATE TABLE `table_lock_waits_summary_by_table` (
  `OBJECT_TYPE` varchar(64) DEFAULT NULL,
  `OBJECT_SCHEMA` varchar(64) DEFAULT NULL,
  `OBJECT_NAME` varchar(64) DEFAULT NULL,
  `COUNT_STAR` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WAIT` bigint(20) UNSIGNED NOT NULL,
  `COUNT_READ` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_READ` bigint(20) UNSIGNED NOT NULL,
  `COUNT_WRITE` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WRITE` bigint(20) UNSIGNED NOT NULL,
  `COUNT_READ_NORMAL` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_READ_NORMAL` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_READ_NORMAL` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_READ_NORMAL` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_READ_NORMAL` bigint(20) UNSIGNED NOT NULL,
  `COUNT_READ_WITH_SHARED_LOCKS` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_READ_WITH_SHARED_LOCKS` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_READ_WITH_SHARED_LOCKS` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_READ_WITH_SHARED_LOCKS` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_READ_WITH_SHARED_LOCKS` bigint(20) UNSIGNED NOT NULL,
  `COUNT_READ_HIGH_PRIORITY` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_READ_HIGH_PRIORITY` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_READ_HIGH_PRIORITY` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_READ_HIGH_PRIORITY` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_READ_HIGH_PRIORITY` bigint(20) UNSIGNED NOT NULL,
  `COUNT_READ_NO_INSERT` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_READ_NO_INSERT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_READ_NO_INSERT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_READ_NO_INSERT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_READ_NO_INSERT` bigint(20) UNSIGNED NOT NULL,
  `COUNT_READ_EXTERNAL` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_READ_EXTERNAL` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_READ_EXTERNAL` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_READ_EXTERNAL` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_READ_EXTERNAL` bigint(20) UNSIGNED NOT NULL,
  `COUNT_WRITE_ALLOW_WRITE` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WRITE_ALLOW_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WRITE_ALLOW_WRITE` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WRITE_ALLOW_WRITE` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WRITE_ALLOW_WRITE` bigint(20) UNSIGNED NOT NULL,
  `COUNT_WRITE_CONCURRENT_INSERT` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WRITE_CONCURRENT_INSERT` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WRITE_CONCURRENT_INSERT` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WRITE_CONCURRENT_INSERT` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WRITE_CONCURRENT_INSERT` bigint(20) UNSIGNED NOT NULL,
  `COUNT_WRITE_LOW_PRIORITY` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WRITE_LOW_PRIORITY` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WRITE_LOW_PRIORITY` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WRITE_LOW_PRIORITY` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WRITE_LOW_PRIORITY` bigint(20) UNSIGNED NOT NULL,
  `COUNT_WRITE_NORMAL` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WRITE_NORMAL` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WRITE_NORMAL` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WRITE_NORMAL` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WRITE_NORMAL` bigint(20) UNSIGNED NOT NULL,
  `COUNT_WRITE_EXTERNAL` bigint(20) UNSIGNED NOT NULL,
  `SUM_TIMER_WRITE_EXTERNAL` bigint(20) UNSIGNED NOT NULL,
  `MIN_TIMER_WRITE_EXTERNAL` bigint(20) UNSIGNED NOT NULL,
  `AVG_TIMER_WRITE_EXTERNAL` bigint(20) UNSIGNED NOT NULL,
  `MAX_TIMER_WRITE_EXTERNAL` bigint(20) UNSIGNED NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `table_lock_waits_summary_by_table`
--

INSERT INTO `table_lock_waits_summary_by_table` (`OBJECT_TYPE`, `OBJECT_SCHEMA`, `OBJECT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `COUNT_READ`, `SUM_TIMER_READ`, `MIN_TIMER_READ`, `AVG_TIMER_READ`, `MAX_TIMER_READ`, `COUNT_WRITE`, `SUM_TIMER_WRITE`, `MIN_TIMER_WRITE`, `AVG_TIMER_WRITE`, `MAX_TIMER_WRITE`, `COUNT_READ_NORMAL`, `SUM_TIMER_READ_NORMAL`, `MIN_TIMER_READ_NORMAL`, `AVG_TIMER_READ_NORMAL`, `MAX_TIMER_READ_NORMAL`, `COUNT_READ_WITH_SHARED_LOCKS`, `SUM_TIMER_READ_WITH_SHARED_LOCKS`, `MIN_TIMER_READ_WITH_SHARED_LOCKS`, `AVG_TIMER_READ_WITH_SHARED_LOCKS`, `MAX_TIMER_READ_WITH_SHARED_LOCKS`, `COUNT_READ_HIGH_PRIORITY`, `SUM_TIMER_READ_HIGH_PRIORITY`, `MIN_TIMER_READ_HIGH_PRIORITY`, `AVG_TIMER_READ_HIGH_PRIORITY`, `MAX_TIMER_READ_HIGH_PRIORITY`, `COUNT_READ_NO_INSERT`, `SUM_TIMER_READ_NO_INSERT`, `MIN_TIMER_READ_NO_INSERT`, `AVG_TIMER_READ_NO_INSERT`, `MAX_TIMER_READ_NO_INSERT`, `COUNT_READ_EXTERNAL`, `SUM_TIMER_READ_EXTERNAL`, `MIN_TIMER_READ_EXTERNAL`, `AVG_TIMER_READ_EXTERNAL`, `MAX_TIMER_READ_EXTERNAL`, `COUNT_WRITE_ALLOW_WRITE`, `SUM_TIMER_WRITE_ALLOW_WRITE`, `MIN_TIMER_WRITE_ALLOW_WRITE`, `AVG_TIMER_WRITE_ALLOW_WRITE`, `MAX_TIMER_WRITE_ALLOW_WRITE`, `COUNT_WRITE_CONCURRENT_INSERT`, `SUM_TIMER_WRITE_CONCURRENT_INSERT`, `MIN_TIMER_WRITE_CONCURRENT_INSERT`, `AVG_TIMER_WRITE_CONCURRENT_INSERT`, `MAX_TIMER_WRITE_CONCURRENT_INSERT`, `COUNT_WRITE_LOW_PRIORITY`, `SUM_TIMER_WRITE_LOW_PRIORITY`, `MIN_TIMER_WRITE_LOW_PRIORITY`, `AVG_TIMER_WRITE_LOW_PRIORITY`, `MAX_TIMER_WRITE_LOW_PRIORITY`, `COUNT_WRITE_NORMAL`, `SUM_TIMER_WRITE_NORMAL`, `MIN_TIMER_WRITE_NORMAL`, `AVG_TIMER_WRITE_NORMAL`, `MAX_TIMER_WRITE_NORMAL`, `COUNT_WRITE_EXTERNAL`, `SUM_TIMER_WRITE_EXTERNAL`, `MIN_TIMER_WRITE_EXTERNAL`, `AVG_TIMER_WRITE_EXTERNAL`, `MAX_TIMER_WRITE_EXTERNAL`) VALUES
('TABLE', 'ambassador', 'jobs', 5261, 11296115780, 522084, 2146716, 114808440, 3, 2353548, 522084, 784516, 955764, 5258, 11293762232, 954096, 2147828, 114808440, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2353548, 522084, 784516, 955764, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5258, 11293762232, 954096, 2147828, 114808440),
('TABLE', '5coisas', 'cp_cidades', 5, 11195616, 1461168, 2239012, 3341004, 5, 11195616, 1461168, 2239012, 3341004, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 11195616, 1461168, 2239012, 3341004, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_options', 1226, 1508188364, 638288, 1229872, 13405716, 1047, 1320726848, 638288, 1261008, 13405716, 179, 187461516, 820656, 1046948, 2573724, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1047, 1320726848, 638288, 1261008, 13405716, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 179, 187461516, 820656, 1046948, 2573724),
('TABLE', 'cbx', 'wp_posts', 1400, 1530908748, 221844, 1093096, 33383352, 1400, 1530908748, 221844, 1093096, 33383352, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1400, 1530908748, 221844, 1093096, 33383352, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_postmeta', 1365, 1362867756, 185148, 998020, 19387164, 1354, 1351919004, 185148, 998020, 19387164, 11, 10948752, 914064, 995240, 1342740, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1354, 1351919004, 185148, 998020, 19387164, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 10948752, 914064, 995240, 1342740),
('TABLE', 'cbx', 'wp_terms', 611, 677850180, 805644, 1109220, 15147108, 611, 677850180, 805644, 1109220, 15147108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 611, 677850180, 805644, 1109220, 15147108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_term_taxonomy', 655, 183390484, 110088, 279668, 1054176, 655, 183390484, 110088, 279668, 1054176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 655, 183390484, 110088, 279668, 1054176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_term_relationships', 601, 187998612, 70056, 312472, 3135840, 601, 187998612, 70056, 312472, 3135840, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 601, 187998612, 70056, 312472, 3135840, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_users', 95, 158648484, 697224, 1669668, 14556636, 95, 158648484, 697224, 1669668, 14556636, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 95, 158648484, 697224, 1669668, 14556636, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_usermeta', 96, 145474620, 590472, 1515100, 13255596, 95, 144520524, 590472, 1521216, 13255596, 1, 954096, 954096, 954096, 954096, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 95, 144520524, 590472, 1521216, 13255596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 954096, 954096, 954096, 954096),
('TABLE', '5coisas', 'cp_clientes', 4, 8371692, 1087536, 2092784, 3115824, 4, 8371692, 1087536, 2092784, 3115824, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 8371692, 1087536, 2092784, 3115824, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_log', 4, 8448420, 899052, 2111688, 3747996, 4, 8448420, 899052, 2111688, 3747996, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 8448420, 899052, 2111688, 3747996, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_perfil', 4, 8706960, 1099212, 2176740, 3315984, 4, 8706960, 1099212, 2176740, 3315984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 8706960, 1099212, 2176740, 3315984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_permissoes', 4, 7986384, 929076, 1996596, 3177540, 4, 7986384, 929076, 1996596, 3177540, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7986384, 929076, 1996596, 3177540, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_shows', 3, 4351812, 922404, 1450604, 2485320, 3, 4351812, 922404, 1450604, 2485320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 4351812, 922404, 1450604, 2485320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_shows_tags', 4, 8246592, 947424, 2061648, 3172536, 4, 8246592, 947424, 2061648, 3172536, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 8246592, 947424, 2061648, 3172536, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_tags', 4, 9018876, 768948, 2254580, 4250064, 4, 9018876, 768948, 2254580, 4250064, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9018876, 768948, 2254580, 4250064, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_tela', 4, 8606880, 812316, 2151720, 3981516, 4, 8606880, 812316, 2151720, 3981516, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 8606880, 812316, 2151720, 3981516, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_usuarios', 4, 9390840, 877368, 2347432, 4431876, 4, 9390840, 877368, 2347432, 4431876, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9390840, 877368, 2347432, 4431876, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', '5coisas', 'cp_usuarios_cidades', 4, 7646112, 994128, 1911528, 2810580, 4, 7646112, 994128, 1911528, 2810580, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7646112, 994128, 1911528, 2810580, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_banner', 1, 1439484, 1439484, 1439484, 1439484, 1, 1439484, 1439484, 1439484, 1439484, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1439484, 1439484, 1439484, 1439484, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_cidades', 2, 2700492, 770616, 1349968, 1929876, 2, 2700492, 770616, 1349968, 1929876, 0, 0, 0, 0, 0, 1, 770616, 770616, 770616, 770616, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1929876, 1929876, 1929876, 1929876, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_convenios', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_equipe', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_equipe_has_cp_especialidades', 1, 1004136, 1004136, 1004136, 1004136, 1, 1004136, 1004136, 1004136, 1004136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1004136, 1004136, 1004136, 1004136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_especialidades', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_especialistas', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_especialistas_has_cp_especialidades', 1, 1175940, 1175940, 1175940, 1175940, 1, 1175940, 1175940, 1175940, 1175940, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1175940, 1175940, 1175940, 1175940, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_estados', 1, 957432, 957432, 957432, 957432, 1, 957432, 957432, 957432, 957432, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 957432, 957432, 957432, 957432, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_imagens', 1, 935748, 935748, 935748, 935748, 1, 935748, 935748, 935748, 935748, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 935748, 935748, 935748, 935748, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_log', 1, 783960, 783960, 783960, 783960, 1, 783960, 783960, 783960, 783960, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 783960, 783960, 783960, 783960, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_noticias', 1, 822324, 822324, 822324, 822324, 1, 822324, 822324, 822324, 822324, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 822324, 822324, 822324, 822324, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_paginas', 1, 887376, 887376, 887376, 887376, 1, 887376, 887376, 887376, 887376, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 887376, 887376, 887376, 887376, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_perfil', 1, 1177608, 1177608, 1177608, 1177608, 1, 1177608, 1177608, 1177608, 1177608, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1177608, 1177608, 1177608, 1177608, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_permissoes', 1, 974112, 974112, 974112, 974112, 1, 974112, 974112, 974112, 974112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 974112, 974112, 974112, 974112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_residenciamedica', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_residenciamedica_has_cp_unidades', 1, 954096, 954096, 954096, 954096, 1, 954096, 954096, 954096, 954096, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 954096, 954096, 954096, 954096, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_tela', 1, 892380, 892380, 892380, 892380, 1, 892380, 892380, 892380, 892380, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 892380, 892380, 892380, 892380, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_unidades', 1, 887376, 887376, 887376, 887376, 1, 887376, 887376, 887376, 887376, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 887376, 887376, 887376, 887376, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ior', 'cp_usuarios', 1, 1019148, 1019148, 1019148, 1019148, 1, 1019148, 1019148, 1019148, 1019148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1019148, 1019148, 1019148, 1019148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidates', 4, 3974844, 198492, 993572, 1556244, 4, 3974844, 198492, 993572, 1556244, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 3974844, 198492, 993572, 1556244, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'photos', 4, 2338536, 215172, 584356, 939084, 4, 2338536, 215172, 584356, 939084, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 2338536, 215172, 584356, 939084, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'admins', 3, 4453560, 1401120, 1484520, 1646316, 3, 4453560, 1401120, 1484520, 1646316, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 4453560, 1401120, 1484520, 1646316, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'admins_password_resets', 3, 2213436, 350280, 737812, 932412, 3, 2213436, 350280, 737812, 932412, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2213436, 350280, 737812, 932412, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_category', 3, 2461968, 401988, 820656, 1059180, 3, 2461968, 401988, 820656, 1059180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2461968, 401988, 820656, 1059180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_comment', 3, 2723844, 290232, 907948, 1289364, 3, 2723844, 290232, 907948, 1289364, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2723844, 290232, 907948, 1289364, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_notification', 3, 2181744, 243528, 727248, 999132, 3, 2181744, 243528, 727248, 999132, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2181744, 243528, 727248, 999132, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_program', 3, 2171736, 310248, 723912, 1002468, 3, 2171736, 310248, 723912, 1002468, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2171736, 310248, 723912, 1002468, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'candidate_tag', 3, 2376900, 345276, 792300, 1055844, 3, 2376900, 345276, 792300, 1055844, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2376900, 345276, 792300, 1055844, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'categories', 3, 1999932, 205164, 666644, 952428, 3, 1999932, 205164, 666644, 952428, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 1999932, 205164, 666644, 952428, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'clients', 3, 2475312, 140112, 825104, 1304376, 3, 2475312, 140112, 825104, 1304376, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2475312, 140112, 825104, 1304376, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'comments', 3, 2166732, 303576, 722244, 1007472, 3, 2166732, 303576, 722244, 1007472, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2166732, 303576, 722244, 1007472, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'failed_jobs', 3, 2398584, 118428, 799528, 1317720, 3, 2398584, 118428, 799528, 1317720, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2398584, 118428, 799528, 1317720, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'migrations', 3, 2051640, 115092, 683880, 1032492, 3, 2051640, 115092, 683880, 1032492, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2051640, 115092, 683880, 1032492, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'notifications', 3, 2203428, 240192, 734476, 1080864, 3, 2203428, 240192, 734476, 1080864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2203428, 240192, 734476, 1080864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_access_tokens', 3, 2171736, 143448, 723912, 1079196, 3, 2171736, 143448, 723912, 1079196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2171736, 143448, 723912, 1079196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_auth_codes', 3, 2161728, 206832, 720576, 1094208, 3, 2161728, 206832, 720576, 1094208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2161728, 206832, 720576, 1094208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_clients', 3, 2156724, 205164, 718908, 1072524, 3, 2156724, 205164, 718908, 1072524, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2156724, 205164, 718908, 1072524, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_personal_access_clients', 3, 2155056, 316920, 718352, 982452, 3, 2155056, 316920, 718352, 982452, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2155056, 316920, 718352, 982452, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'oauth_refresh_tokens', 3, 2128368, 208500, 709456, 979116, 3, 2128368, 208500, 709456, 979116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2128368, 208500, 709456, 979116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'password_resets', 3, 2236788, 218508, 745596, 1100880, 3, 2236788, 218508, 745596, 1100880, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2236788, 218508, 745596, 1100880, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'programs', 3, 2813916, 390312, 937972, 1522884, 3, 2813916, 390312, 937972, 1522884, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2813916, 390312, 937972, 1522884, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'tags', 3, 2086668, 120096, 695556, 1000800, 3, 2086668, 120096, 695556, 1000800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2086668, 120096, 695556, 1000800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'ambassador', 'users', 3, 2236788, 131772, 745596, 1152588, 3, 2236788, 131772, 745596, 1152588, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2236788, 131772, 745596, 1152588, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'beliv', 'cp_clientes', 1, 1961568, 1961568, 1961568, 1961568, 1, 1961568, 1961568, 1961568, 1961568, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1961568, 1961568, 1961568, 1961568, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'beliv', 'cp_brands', 12, 8360016, 168468, 696668, 1619628, 12, 8360016, 168468, 696668, 1619628, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 8360016, 168468, 696668, 1619628, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'beliv', 'cp_products', 5, 3504468, 253536, 700560, 850680, 5, 3504468, 253536, 700560, 850680, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 3504468, 253536, 700560, 850680, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'beliv', 'cp_welcome', 1, 890712, 890712, 890712, 890712, 1, 890712, 890712, 890712, 890712, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 890712, 890712, 890712, 890712, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_comments', 7, 7410924, 803976, 1058624, 1452828, 7, 7410924, 803976, 1058624, 1452828, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 7410924, 803976, 1058624, 1452828, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'smackuci_events', 17, 14142972, 758940, 831776, 1139244, 17, 14142972, 758940, 831776, 1139244, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 14142972, 758940, 831776, 1139244, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'cbx', 'wp_termmeta', 6, 5407656, 728916, 901276, 1109220, 6, 5407656, 728916, 901276, 1109220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 5407656, 728916, 901276, 1109220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_commentmeta', 2, 3175872, 1282692, 1587936, 1893180, 2, 3175872, 1282692, 1587936, 1893180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3175872, 1282692, 1587936, 1893180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_comments', 2, 2537028, 1160928, 1268236, 1376100, 2, 2537028, 1160928, 1268236, 1376100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2537028, 1160928, 1268236, 1376100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_contact', 2, 2697156, 1100880, 1348300, 1596276, 2, 2697156, 1100880, 1348300, 1596276, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2697156, 1100880, 1348300, 1596276, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_links', 2, 2507004, 1140912, 1253224, 1366092, 2, 2507004, 1140912, 1253224, 1366092, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2507004, 1140912, 1253224, 1366092, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_newsletter', 2, 2181744, 932412, 1090872, 1249332, 2, 2181744, 932412, 1090872, 1249332, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2181744, 932412, 1090872, 1249332, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_options', 2, 1936548, 825660, 967996, 1110888, 2, 1936548, 825660, 967996, 1110888, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1936548, 825660, 967996, 1110888, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_postmeta', 2, 2063316, 972444, 1031380, 1090872, 2, 2063316, 972444, 1031380, 1090872, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2063316, 972444, 1031380, 1090872, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_posts', 2, 2286828, 895716, 1143136, 1391112, 2, 2286828, 895716, 1143136, 1391112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2286828, 895716, 1143136, 1391112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_term_relationships', 2, 1959900, 965772, 979672, 994128, 2, 1959900, 965772, 979672, 994128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1959900, 965772, 979672, 994128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_term_taxonomy', 2, 1936548, 957432, 967996, 979116, 2, 1936548, 957432, 967996, 979116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1936548, 957432, 967996, 979116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_termmeta', 2, 2603748, 1004136, 1301596, 1599612, 2, 2603748, 1004136, 1301596, 1599612, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2603748, 1004136, 1301596, 1599612, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_terms', 2, 1971576, 887376, 985788, 1084200, 2, 1971576, 887376, 985788, 1084200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1971576, 887376, 985788, 1084200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_usermeta', 2, 1954896, 957432, 977448, 997464, 2, 1954896, 957432, 977448, 997464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1954896, 957432, 977448, 997464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_users', 2, 2328528, 1064184, 1164264, 1264344, 2, 2328528, 1064184, 1164264, 1264344, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2328528, 1064184, 1164264, 1264344, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_vp_id', 2, 2373564, 884040, 1186504, 1489524, 2, 2373564, 884040, 1186504, 1489524, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2373564, 884040, 1186504, 1489524, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_yoast_seo_links', 2, 2021616, 995796, 1010808, 1025820, 2, 2021616, 995796, 1010808, 1025820, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2021616, 995796, 1010808, 1025820, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'vinz', 'wp_yoast_seo_meta', 2, 2255136, 917400, 1127568, 1337736, 2, 2255136, 917400, 1127568, 1337736, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2255136, 917400, 1127568, 1337736, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sys', 'sys_config', 2, 3604548, 1639644, 1801996, 1964904, 2, 3604548, 1639644, 1801996, 1964904, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3604548, 1639644, 1801996, 1964904, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_commentmeta', 2, 1616292, 483720, 807868, 1132572, 2, 1616292, 483720, 807868, 1132572, 0, 0, 0, 0, 0, 1, 483720, 483720, 483720, 483720, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1132572, 1132572, 1132572, 1132572, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_comments', 2, 1386108, 400320, 692776, 985788, 2, 1386108, 400320, 692776, 985788, 0, 0, 0, 0, 0, 1, 400320, 400320, 400320, 400320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 985788, 985788, 985788, 985788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_links', 2, 1367760, 373632, 683880, 994128, 2, 1367760, 373632, 683880, 994128, 0, 0, 0, 0, 0, 1, 373632, 373632, 373632, 373632, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 994128, 994128, 994128, 994128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_options', 2, 1199848, 359176, 599924, 840672, 2, 1199848, 359176, 599924, 840672, 0, 0, 0, 0, 0, 1, 359176, 359176, 359176, 359176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 840672, 840672, 840672, 840672, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_postmeta', 2, 1167600, 301908, 583800, 865692, 2, 1167600, 301908, 583800, 865692, 0, 0, 0, 0, 0, 1, 301908, 301908, 301908, 301908, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 865692, 865692, 865692, 865692, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_posts', 2, 1399452, 515412, 699448, 884040, 2, 1399452, 515412, 699448, 884040, 0, 0, 0, 0, 0, 1, 515412, 515412, 515412, 515412, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 884040, 884040, 884040, 884040, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_term_relationships', 2, 1322724, 455364, 661084, 867360, 2, 1322724, 455364, 661084, 867360, 0, 0, 0, 0, 0, 1, 455364, 455364, 455364, 455364, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 867360, 867360, 867360, 867360, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_term_taxonomy', 2, 1666332, 460368, 832888, 1205964, 2, 1666332, 460368, 832888, 1205964, 0, 0, 0, 0, 0, 1, 460368, 460368, 460368, 460368, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1205964, 1205964, 1205964, 1205964, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_termmeta', 2, 1579596, 482052, 789520, 1097544, 2, 1579596, 482052, 789520, 1097544, 0, 0, 0, 0, 0, 1, 482052, 482052, 482052, 482052, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1097544, 1097544, 1097544, 1097544, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_terms', 2, 1412796, 465372, 706120, 947424, 2, 1412796, 465372, 706120, 947424, 0, 0, 0, 0, 0, 1, 465372, 465372, 465372, 465372, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 947424, 947424, 947424, 947424, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_usermeta', 2, 1252668, 437016, 626056, 815652, 2, 1252668, 437016, 626056, 815652, 0, 0, 0, 0, 0, 1, 437016, 437016, 437016, 437016, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 815652, 815652, 815652, 815652, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'sync', 'wp_users', 2, 1452828, 570456, 726136, 882372, 2, 1452828, 570456, 726136, 882372, 0, 0, 0, 0, 0, 1, 570456, 570456, 570456, 570456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 882372, 882372, 882372, 882372, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_commentmeta', 2, 2952360, 1311048, 1476180, 1641312, 2, 2952360, 1311048, 1476180, 1641312, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2952360, 1311048, 1476180, 1641312, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_comments', 2, 2196756, 1097544, 1098100, 1099212, 2, 2196756, 1097544, 1098100, 1099212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2196756, 1097544, 1098100, 1099212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_links', 2, 2125032, 845676, 1062516, 1279356, 2, 2125032, 845676, 1062516, 1279356, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2125032, 845676, 1062516, 1279356, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_options', 2, 1869828, 839004, 934636, 1030824, 2, 1869828, 839004, 934636, 1030824, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1869828, 839004, 934636, 1030824, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_postmeta', 2, 2085000, 932412, 1042500, 1152588, 2, 2085000, 932412, 1042500, 1152588, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2085000, 932412, 1042500, 1152588, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_posts', 2, 2001600, 894048, 1000800, 1107552, 2, 2001600, 894048, 1000800, 1107552, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2001600, 894048, 1000800, 1107552, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_term_relationships', 2, 1889844, 900720, 944644, 989124, 2, 1889844, 900720, 944644, 989124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1889844, 900720, 944644, 989124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_term_taxonomy', 2, 1931544, 962436, 965772, 969108, 2, 1931544, 962436, 965772, 969108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1931544, 962436, 965772, 969108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_termmeta', 2, 1891512, 887376, 945756, 1004136, 2, 1891512, 887376, 945756, 1004136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1891512, 887376, 945756, 1004136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_terms', 2, 2023284, 962436, 1011364, 1060848, 2, 2023284, 962436, 1011364, 1060848, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2023284, 962436, 1011364, 1060848, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_usermeta', 2, 1833132, 895716, 916288, 937416, 2, 1833132, 895716, 916288, 937416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1833132, 895716, 916288, 937416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_users', 2, 1901520, 830664, 950760, 1070856, 2, 1901520, 830664, 950760, 1070856, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1901520, 830664, 950760, 1070856, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_yoast_seo_links', 2, 2331864, 979116, 1165932, 1352748, 2, 2331864, 979116, 1165932, 1352748, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2331864, 979116, 1165932, 1352748, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'rosamaster', 'wp_yoast_seo_meta', 2, 1969908, 915732, 984676, 1054176, 2, 1969908, 915732, 984676, 1054176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1969908, 915732, 984676, 1054176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_commentmeta', 1, 1769748, 1769748, 1769748, 1769748, 1, 1769748, 1769748, 1769748, 1769748, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1769748, 1769748, 1769748, 1769748, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_comments', 1, 1155924, 1155924, 1155924, 1155924, 1, 1155924, 1155924, 1155924, 1155924, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1155924, 1155924, 1155924, 1155924, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_links', 1, 1256004, 1256004, 1256004, 1256004, 1, 1256004, 1256004, 1256004, 1256004, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1256004, 1256004, 1256004, 1256004, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_newsletter', 1, 830664, 830664, 830664, 830664, 1, 830664, 830664, 830664, 830664, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 830664, 830664, 830664, 830664, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_options', 1, 1099212, 1099212, 1099212, 1099212, 1, 1099212, 1099212, 1099212, 1099212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1099212, 1099212, 1099212, 1099212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_postmeta', 1, 1276020, 1276020, 1276020, 1276020, 1, 1276020, 1276020, 1276020, 1276020, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1276020, 1276020, 1276020, 1276020, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_posts', 1, 1382772, 1382772, 1382772, 1382772, 1, 1382772, 1382772, 1382772, 1382772, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1382772, 1382772, 1382772, 1382772, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_term_relationships', 1, 935748, 935748, 935748, 935748, 1, 935748, 935748, 935748, 935748, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 935748, 935748, 935748, 935748, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_term_taxonomy', 1, 1024152, 1024152, 1024152, 1024152, 1, 1024152, 1024152, 1024152, 1024152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1024152, 1024152, 1024152, 1024152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_termmeta', 1, 1035828, 1035828, 1035828, 1035828, 1, 1035828, 1035828, 1035828, 1035828, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1035828, 1035828, 1035828, 1035828, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_terms', 1, 967440, 967440, 967440, 967440, 1, 967440, 967440, 967440, 967440, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 967440, 967440, 967440, 967440, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_usermeta', 1, 813984, 813984, 813984, 813984, 1, 813984, 813984, 813984, 813984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 813984, 813984, 813984, 813984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_users', 1, 1437816, 1437816, 1437816, 1437816, 1, 1437816, 1437816, 1437816, 1437816, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1437816, 1437816, 1437816, 1437816, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_wdi_feeds', 1, 1601280, 1601280, 1601280, 1601280, 1, 1601280, 1601280, 1601280, 1601280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1601280, 1601280, 1601280, 1601280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'pcr_roteiros', 'wp_wdi_themes', 1, 1207632, 1207632, 1207632, 1207632, 1, 1207632, 1207632, 1207632, 1207632, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1207632, 1207632, 1207632, 1207632, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_commentmeta', 1, 2043300, 2043300, 2043300, 2043300, 1, 2043300, 2043300, 2043300, 2043300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2043300, 2043300, 2043300, 2043300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_comments', 1, 1079196, 1079196, 1079196, 1079196, 1, 1079196, 1079196, 1079196, 1079196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1079196, 1079196, 1079196, 1079196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_links', 1, 1144248, 1144248, 1144248, 1144248, 1, 1144248, 1144248, 1144248, 1144248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1144248, 1144248, 1144248, 1144248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_options', 1, 970776, 970776, 970776, 970776, 1, 970776, 970776, 970776, 970776, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 970776, 970776, 970776, 970776, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_postmeta', 1, 974112, 974112, 974112, 974112, 1, 974112, 974112, 974112, 974112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 974112, 974112, 974112, 974112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_posts', 1, 1099212, 1099212, 1099212, 1099212, 1, 1099212, 1099212, 1099212, 1099212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1099212, 1099212, 1099212, 1099212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_term_relationships', 1, 1175940, 1175940, 1175940, 1175940, 1, 1175940, 1175940, 1175940, 1175940, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1175940, 1175940, 1175940, 1175940, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_term_taxonomy', 1, 972444, 972444, 972444, 972444, 1, 972444, 972444, 972444, 972444, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 972444, 972444, 972444, 972444, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_termmeta', 1, 1119228, 1119228, 1119228, 1119228, 1, 1119228, 1119228, 1119228, 1119228, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1119228, 1119228, 1119228, 1119228, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_terms', 1, 1205964, 1205964, 1205964, 1205964, 1, 1205964, 1205964, 1205964, 1205964, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1205964, 1205964, 1205964, 1205964, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_usermeta', 1, 1012476, 1012476, 1012476, 1012476, 1, 1012476, 1012476, 1012476, 1012476, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1012476, 1012476, 1012476, 1012476, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'mzs', 'wp_users', 1, 840672, 840672, 840672, 840672, 1, 840672, 840672, 840672, 840672, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 840672, 840672, 840672, 840672, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_commentmeta', 1, 1983252, 1983252, 1983252, 1983252, 1, 1983252, 1983252, 1983252, 1983252, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1983252, 1983252, 1983252, 1983252, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_comments', 1, 1005804, 1005804, 1005804, 1005804, 1, 1005804, 1005804, 1005804, 1005804, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1005804, 1005804, 1005804, 1005804, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_links', 1, 917400, 917400, 917400, 917400, 1, 917400, 917400, 917400, 917400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 917400, 917400, 917400, 917400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_options', 1, 904056, 904056, 904056, 904056, 1, 904056, 904056, 904056, 904056, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 904056, 904056, 904056, 904056, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_postmeta', 1, 790632, 790632, 790632, 790632, 1, 790632, 790632, 790632, 790632, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 790632, 790632, 790632, 790632, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_posts', 1, 897384, 897384, 897384, 897384, 1, 897384, 897384, 897384, 897384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 897384, 897384, 897384, 897384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_term_relationships', 1, 910728, 910728, 910728, 910728, 1, 910728, 910728, 910728, 910728, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 910728, 910728, 910728, 910728, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_term_taxonomy', 1, 818988, 818988, 818988, 818988, 1, 818988, 818988, 818988, 818988, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 818988, 818988, 818988, 818988, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_termmeta', 1, 813984, 813984, 813984, 813984, 1, 813984, 813984, 813984, 813984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 813984, 813984, 813984, 813984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_terms', 1, 897384, 897384, 897384, 897384, 1, 897384, 897384, 897384, 897384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 897384, 897384, 897384, 897384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_usermeta', 1, 834000, 834000, 834000, 834000, 1, 834000, 834000, 834000, 834000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 834000, 834000, 834000, 834000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'kanecountyhealth_web', 'wp_users', 1, 895716, 895716, 895716, 895716, 1, 895716, 895716, 895716, 895716, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 895716, 895716, 895716, 895716, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_commentmeta', 1, 1522884, 1522884, 1522884, 1522884, 1, 1522884, 1522884, 1522884, 1522884, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1522884, 1522884, 1522884, 1522884, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_comments', 1, 1045836, 1045836, 1045836, 1045836, 1, 1045836, 1045836, 1045836, 1045836, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1045836, 1045836, 1045836, 1045836, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_links', 1, 975780, 975780, 975780, 975780, 1, 975780, 975780, 975780, 975780, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 975780, 975780, 975780, 975780, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_options', 1, 1065852, 1065852, 1065852, 1065852, 1, 1065852, 1065852, 1065852, 1065852, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1065852, 1065852, 1065852, 1065852, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_postmeta', 1, 1094208, 1094208, 1094208, 1094208, 1, 1094208, 1094208, 1094208, 1094208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1094208, 1094208, 1094208, 1094208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_posts', 1, 1000800, 1000800, 1000800, 1000800, 1, 1000800, 1000800, 1000800, 1000800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000800, 1000800, 1000800, 1000800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `table_lock_waits_summary_by_table` (`OBJECT_TYPE`, `OBJECT_SCHEMA`, `OBJECT_NAME`, `COUNT_STAR`, `SUM_TIMER_WAIT`, `MIN_TIMER_WAIT`, `AVG_TIMER_WAIT`, `MAX_TIMER_WAIT`, `COUNT_READ`, `SUM_TIMER_READ`, `MIN_TIMER_READ`, `AVG_TIMER_READ`, `MAX_TIMER_READ`, `COUNT_WRITE`, `SUM_TIMER_WRITE`, `MIN_TIMER_WRITE`, `AVG_TIMER_WRITE`, `MAX_TIMER_WRITE`, `COUNT_READ_NORMAL`, `SUM_TIMER_READ_NORMAL`, `MIN_TIMER_READ_NORMAL`, `AVG_TIMER_READ_NORMAL`, `MAX_TIMER_READ_NORMAL`, `COUNT_READ_WITH_SHARED_LOCKS`, `SUM_TIMER_READ_WITH_SHARED_LOCKS`, `MIN_TIMER_READ_WITH_SHARED_LOCKS`, `AVG_TIMER_READ_WITH_SHARED_LOCKS`, `MAX_TIMER_READ_WITH_SHARED_LOCKS`, `COUNT_READ_HIGH_PRIORITY`, `SUM_TIMER_READ_HIGH_PRIORITY`, `MIN_TIMER_READ_HIGH_PRIORITY`, `AVG_TIMER_READ_HIGH_PRIORITY`, `MAX_TIMER_READ_HIGH_PRIORITY`, `COUNT_READ_NO_INSERT`, `SUM_TIMER_READ_NO_INSERT`, `MIN_TIMER_READ_NO_INSERT`, `AVG_TIMER_READ_NO_INSERT`, `MAX_TIMER_READ_NO_INSERT`, `COUNT_READ_EXTERNAL`, `SUM_TIMER_READ_EXTERNAL`, `MIN_TIMER_READ_EXTERNAL`, `AVG_TIMER_READ_EXTERNAL`, `MAX_TIMER_READ_EXTERNAL`, `COUNT_WRITE_ALLOW_WRITE`, `SUM_TIMER_WRITE_ALLOW_WRITE`, `MIN_TIMER_WRITE_ALLOW_WRITE`, `AVG_TIMER_WRITE_ALLOW_WRITE`, `MAX_TIMER_WRITE_ALLOW_WRITE`, `COUNT_WRITE_CONCURRENT_INSERT`, `SUM_TIMER_WRITE_CONCURRENT_INSERT`, `MIN_TIMER_WRITE_CONCURRENT_INSERT`, `AVG_TIMER_WRITE_CONCURRENT_INSERT`, `MAX_TIMER_WRITE_CONCURRENT_INSERT`, `COUNT_WRITE_LOW_PRIORITY`, `SUM_TIMER_WRITE_LOW_PRIORITY`, `MIN_TIMER_WRITE_LOW_PRIORITY`, `AVG_TIMER_WRITE_LOW_PRIORITY`, `MAX_TIMER_WRITE_LOW_PRIORITY`, `COUNT_WRITE_NORMAL`, `SUM_TIMER_WRITE_NORMAL`, `MIN_TIMER_WRITE_NORMAL`, `AVG_TIMER_WRITE_NORMAL`, `MAX_TIMER_WRITE_NORMAL`, `COUNT_WRITE_EXTERNAL`, `SUM_TIMER_WRITE_EXTERNAL`, `MIN_TIMER_WRITE_EXTERNAL`, `AVG_TIMER_WRITE_EXTERNAL`, `MAX_TIMER_WRITE_EXTERNAL`) VALUES
('TABLE', 'heatcontent_dev', 'wp_term_relationships', 1, 980784, 980784, 980784, 980784, 1, 980784, 980784, 980784, 980784, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 980784, 980784, 980784, 980784, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_term_taxonomy', 1, 957432, 957432, 957432, 957432, 1, 957432, 957432, 957432, 957432, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 957432, 957432, 957432, 957432, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_termmeta', 1, 914064, 914064, 914064, 914064, 1, 914064, 914064, 914064, 914064, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 914064, 914064, 914064, 914064, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_terms', 1, 937416, 937416, 937416, 937416, 1, 937416, 937416, 937416, 937416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 937416, 937416, 937416, 937416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_usermeta', 1, 854016, 854016, 854016, 854016, 1, 854016, 854016, 854016, 854016, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 854016, 854016, 854016, 854016, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'heatcontent_dev', 'wp_users', 1, 899052, 899052, 899052, 899052, 1, 899052, 899052, 899052, 899052, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 899052, 899052, 899052, 899052, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'agencies', 1, 1576260, 1576260, 1576260, 1576260, 1, 1576260, 1576260, 1576260, 1576260, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1576260, 1576260, 1576260, 1576260, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'availabilities', 1, 907392, 907392, 907392, 907392, 1, 907392, 907392, 907392, 907392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 907392, 907392, 907392, 907392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'awards', 1, 934080, 934080, 934080, 934080, 1, 934080, 934080, 934080, 934080, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 934080, 934080, 934080, 934080, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'education', 1, 985788, 985788, 985788, 985788, 1, 985788, 985788, 985788, 985788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 985788, 985788, 985788, 985788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'freelancer_data', 1, 909060, 909060, 909060, 909060, 1, 909060, 909060, 909060, 909060, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 909060, 909060, 909060, 909060, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'freelancers', 1, 920736, 920736, 920736, 920736, 1, 920736, 920736, 920736, 920736, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 920736, 920736, 920736, 920736, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'links', 1, 885708, 885708, 885708, 885708, 1, 885708, 885708, 885708, 885708, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 885708, 885708, 885708, 885708, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'migrations', 1, 832332, 832332, 832332, 832332, 1, 832332, 832332, 832332, 832332, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 832332, 832332, 832332, 832332, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'password_resets', 1, 813984, 813984, 813984, 813984, 1, 813984, 813984, 813984, 813984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 813984, 813984, 813984, 813984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'press', 1, 867360, 867360, 867360, 867360, 1, 867360, 867360, 867360, 867360, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 867360, 867360, 867360, 867360, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'request_messages', 1, 954096, 954096, 954096, 954096, 1, 954096, 954096, 954096, 954096, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 954096, 954096, 954096, 954096, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'requests', 1, 803976, 803976, 803976, 803976, 1, 803976, 803976, 803976, 803976, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 803976, 803976, 803976, 803976, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'reviews', 1, 828996, 828996, 828996, 828996, 1, 828996, 828996, 828996, 828996, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 828996, 828996, 828996, 828996, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'users', 1, 867360, 867360, 867360, 867360, 1, 867360, 867360, 867360, 867360, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 867360, 867360, 867360, 867360, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'work_experience', 1, 880704, 880704, 880704, 880704, 1, 880704, 880704, 880704, 880704, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 880704, 880704, 880704, 880704, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'goshortlist', 'work_samples', 1, 875700, 875700, 875700, 875700, 1, 875700, 875700, 875700, 875700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 875700, 875700, 875700, 875700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'ts_redirects', 1, 1337736, 1337736, 1337736, 1337736, 1, 1337736, 1337736, 1337736, 1337736, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1337736, 1337736, 1337736, 1337736, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_commentmeta', 1, 912396, 912396, 912396, 912396, 1, 912396, 912396, 912396, 912396, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 912396, 912396, 912396, 912396, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_comments', 1, 885708, 885708, 885708, 885708, 1, 885708, 885708, 885708, 885708, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 885708, 885708, 885708, 885708, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_links', 1, 927408, 927408, 927408, 927408, 1, 927408, 927408, 927408, 927408, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 927408, 927408, 927408, 927408, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_options', 1, 828996, 828996, 828996, 828996, 1, 828996, 828996, 828996, 828996, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 828996, 828996, 828996, 828996, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_postmeta', 1, 930744, 930744, 930744, 930744, 1, 930744, 930744, 930744, 930744, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 930744, 930744, 930744, 930744, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_posts', 1, 907392, 907392, 907392, 907392, 1, 907392, 907392, 907392, 907392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 907392, 907392, 907392, 907392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_term_relationships', 1, 937416, 937416, 937416, 937416, 1, 937416, 937416, 937416, 937416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 937416, 937416, 937416, 937416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_term_taxonomy', 1, 1497864, 1497864, 1497864, 1497864, 1, 1497864, 1497864, 1497864, 1497864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1497864, 1497864, 1497864, 1497864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_termmeta', 1, 924072, 924072, 924072, 924072, 1, 924072, 924072, 924072, 924072, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 924072, 924072, 924072, 924072, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_terms', 1, 839004, 839004, 839004, 839004, 1, 839004, 839004, 839004, 839004, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 839004, 839004, 839004, 839004, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_usermeta', 1, 890712, 890712, 890712, 890712, 1, 890712, 890712, 890712, 890712, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 890712, 890712, 890712, 890712, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_users', 1, 932412, 932412, 932412, 932412, 1, 932412, 932412, 932412, 932412, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 932412, 932412, 932412, 932412, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_yoast_seo_links', 1, 859020, 859020, 859020, 859020, 1, 859020, 859020, 859020, 859020, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 859020, 859020, 859020, 859020, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'flanaganbilton', 'wp_yoast_seo_meta', 1, 1209300, 1209300, 1209300, 1209300, 1, 1209300, 1209300, 1209300, 1209300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1209300, 1209300, 1209300, 1209300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_commentmeta', 1, 1347744, 1347744, 1347744, 1347744, 1, 1347744, 1347744, 1347744, 1347744, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1347744, 1347744, 1347744, 1347744, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_comments', 1, 892380, 892380, 892380, 892380, 1, 892380, 892380, 892380, 892380, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 892380, 892380, 892380, 892380, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_links', 1, 1160928, 1160928, 1160928, 1160928, 1, 1160928, 1160928, 1160928, 1160928, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1160928, 1160928, 1160928, 1160928, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_options', 1, 899052, 899052, 899052, 899052, 1, 899052, 899052, 899052, 899052, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 899052, 899052, 899052, 899052, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_postmeta', 1, 954096, 954096, 954096, 954096, 1, 954096, 954096, 954096, 954096, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 954096, 954096, 954096, 954096, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_posts', 1, 949092, 949092, 949092, 949092, 1, 949092, 949092, 949092, 949092, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 949092, 949092, 949092, 949092, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_rp4wp_cache', 1, 1080864, 1080864, 1080864, 1080864, 1, 1080864, 1080864, 1080864, 1080864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1080864, 1080864, 1080864, 1080864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_term_relationships', 1, 1414464, 1414464, 1414464, 1414464, 1, 1414464, 1414464, 1414464, 1414464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1414464, 1414464, 1414464, 1414464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_term_taxonomy', 1, 987456, 987456, 987456, 987456, 1, 987456, 987456, 987456, 987456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 987456, 987456, 987456, 987456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_termmeta', 1, 1027488, 1027488, 1027488, 1027488, 1, 1027488, 1027488, 1027488, 1027488, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1027488, 1027488, 1027488, 1027488, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_terms', 1, 857352, 857352, 857352, 857352, 1, 857352, 857352, 857352, 857352, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 857352, 857352, 857352, 857352, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_usermeta', 1, 1055844, 1055844, 1055844, 1055844, 1, 1055844, 1055844, 1055844, 1055844, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1055844, 1055844, 1055844, 1055844, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'elpescador', 'wp_users', 1, 805644, 805644, 805644, 805644, 1, 805644, 805644, 805644, 805644, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 805644, 805644, 805644, 805644, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'cp_cidades', 2, 1371096, 490392, 685548, 880704, 2, 1371096, 490392, 685548, 880704, 0, 0, 0, 0, 0, 1, 490392, 490392, 490392, 490392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 880704, 880704, 880704, 880704, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'cp_estados', 2, 3504468, 1354416, 1751956, 2150052, 2, 3504468, 1354416, 1751956, 2150052, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3504468, 1354416, 1751956, 2150052, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_commentmeta', 2, 1749732, 652188, 874588, 1097544, 2, 1749732, 652188, 874588, 1097544, 0, 0, 0, 0, 0, 1, 652188, 652188, 652188, 652188, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1097544, 1097544, 1097544, 1097544, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_comments', 2, 1279912, 460368, 639956, 819544, 2, 1279912, 460368, 639956, 819544, 0, 0, 0, 0, 0, 1, 460368, 460368, 460368, 460368, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 819544, 819544, 819544, 819544, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_links', 2, 1296036, 482052, 647740, 813984, 2, 1296036, 482052, 647740, 813984, 0, 0, 0, 0, 0, 1, 482052, 482052, 482052, 482052, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 813984, 813984, 813984, 813984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_newsletter', 2, 1336068, 492060, 667756, 844008, 2, 1336068, 492060, 667756, 844008, 0, 0, 0, 0, 0, 1, 492060, 492060, 492060, 492060, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 844008, 844008, 844008, 844008, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_options', 2, 1527888, 598812, 763944, 929076, 2, 1527888, 598812, 763944, 929076, 0, 0, 0, 0, 0, 1, 598812, 598812, 598812, 598812, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 929076, 929076, 929076, 929076, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_postmeta', 2, 1801440, 583800, 900720, 1217640, 2, 1801440, 583800, 900720, 1217640, 0, 0, 0, 0, 0, 1, 583800, 583800, 583800, 583800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1217640, 1217640, 1217640, 1217640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_posts', 2, 1579596, 450360, 789520, 1129236, 2, 1579596, 450360, 789520, 1129236, 0, 0, 0, 0, 0, 1, 450360, 450360, 450360, 450360, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1129236, 1129236, 1129236, 1129236, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_term_relationships', 2, 1336068, 503736, 667756, 832332, 2, 1336068, 503736, 667756, 832332, 0, 0, 0, 0, 0, 1, 503736, 503736, 503736, 503736, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 832332, 832332, 832332, 832332, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_term_taxonomy', 2, 1132572, 452028, 566008, 680544, 2, 1132572, 452028, 566008, 680544, 0, 0, 0, 0, 0, 1, 452028, 452028, 452028, 452028, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 680544, 680544, 680544, 680544, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_termmeta', 2, 1607952, 660528, 803976, 947424, 2, 1607952, 660528, 803976, 947424, 0, 0, 0, 0, 0, 1, 660528, 660528, 660528, 660528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 947424, 947424, 947424, 947424, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_terms', 2, 1279356, 401988, 639400, 877368, 2, 1279356, 401988, 639400, 877368, 0, 0, 0, 0, 0, 1, 401988, 401988, 401988, 401988, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 877368, 877368, 877368, 877368, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_usermeta', 2, 1556244, 547104, 777844, 1009140, 2, 1556244, 547104, 777844, 1009140, 0, 0, 0, 0, 0, 1, 547104, 547104, 547104, 547104, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1009140, 1009140, 1009140, 1009140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'antonioarruda', 'wp_users', 2, 1868160, 635508, 934080, 1232652, 2, 1868160, 635508, 934080, 1232652, 0, 0, 0, 0, 0, 1, 635508, 635508, 635508, 635508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1232652, 1232652, 1232652, 1232652, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_commentmeta', 2, 1319388, 423672, 659416, 895716, 2, 1319388, 423672, 659416, 895716, 0, 0, 0, 0, 0, 1, 423672, 423672, 423672, 423672, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 895716, 895716, 895716, 895716, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_comments', 2, 1381104, 488724, 690552, 892380, 2, 1381104, 488724, 690552, 892380, 0, 0, 0, 0, 0, 1, 488724, 488724, 488724, 488724, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 892380, 892380, 892380, 892380, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_links', 2, 1194288, 360288, 597144, 834000, 2, 1194288, 360288, 597144, 834000, 0, 0, 0, 0, 0, 1, 360288, 360288, 360288, 360288, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 834000, 834000, 834000, 834000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_options', 2, 1391112, 413664, 695556, 977448, 2, 1391112, 413664, 695556, 977448, 0, 0, 0, 0, 0, 1, 413664, 413664, 413664, 413664, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 977448, 977448, 977448, 977448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_postmeta', 2, 1357752, 413664, 678876, 944088, 2, 1357752, 413664, 678876, 944088, 0, 0, 0, 0, 0, 1, 413664, 413664, 413664, 413664, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 944088, 944088, 944088, 944088, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_posts', 2, 1476180, 351948, 737812, 1124232, 2, 1476180, 351948, 737812, 1124232, 0, 0, 0, 0, 0, 1, 351948, 351948, 351948, 351948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1124232, 1124232, 1124232, 1124232, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_term_relationships', 2, 1232652, 378636, 616048, 854016, 2, 1232652, 378636, 616048, 854016, 0, 0, 0, 0, 0, 1, 378636, 378636, 378636, 378636, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 854016, 854016, 854016, 854016, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_term_taxonomy', 2, 1356084, 418668, 677764, 937416, 2, 1356084, 418668, 677764, 937416, 0, 0, 0, 0, 0, 1, 418668, 418668, 418668, 418668, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 937416, 937416, 937416, 937416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_termmeta', 2, 1437816, 452028, 718908, 985788, 2, 1437816, 452028, 718908, 985788, 0, 0, 0, 0, 0, 1, 452028, 452028, 452028, 452028, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 985788, 985788, 985788, 985788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_terms', 2, 1656324, 545436, 827884, 1110888, 2, 1656324, 545436, 827884, 1110888, 0, 0, 0, 0, 0, 1, 545436, 545436, 545436, 545436, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1110888, 1110888, 1110888, 1110888, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_usermeta', 2, 1262676, 351948, 631060, 910728, 2, 1262676, 351948, 631060, 910728, 0, 0, 0, 0, 0, 1, 351948, 351948, 351948, 351948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 910728, 910728, 910728, 910728, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
('TABLE', 'appradio', 'wp_users', 2, 1274352, 415332, 637176, 859020, 2, 1274352, 415332, 637176, 859020, 0, 0, 0, 0, 0, 1, 415332, 415332, 415332, 415332, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 859020, 859020, 859020, 859020, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `threads`
--

CREATE TABLE `threads` (
  `THREAD_ID` bigint(20) UNSIGNED NOT NULL,
  `NAME` varchar(128) NOT NULL,
  `TYPE` varchar(10) NOT NULL,
  `PROCESSLIST_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `PROCESSLIST_USER` varchar(32) DEFAULT NULL,
  `PROCESSLIST_HOST` varchar(60) DEFAULT NULL,
  `PROCESSLIST_DB` varchar(64) DEFAULT NULL,
  `PROCESSLIST_COMMAND` varchar(16) DEFAULT NULL,
  `PROCESSLIST_TIME` bigint(20) DEFAULT NULL,
  `PROCESSLIST_STATE` varchar(64) DEFAULT NULL,
  `PROCESSLIST_INFO` longtext,
  `PARENT_THREAD_ID` bigint(20) UNSIGNED DEFAULT NULL,
  `ROLE` varchar(64) DEFAULT NULL,
  `INSTRUMENTED` enum('YES','NO') NOT NULL,
  `HISTORY` enum('YES','NO') NOT NULL,
  `CONNECTION_TYPE` varchar(16) DEFAULT NULL,
  `THREAD_OS_ID` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `threads`
--

INSERT INTO `threads` (`THREAD_ID`, `NAME`, `TYPE`, `PROCESSLIST_ID`, `PROCESSLIST_USER`, `PROCESSLIST_HOST`, `PROCESSLIST_DB`, `PROCESSLIST_COMMAND`, `PROCESSLIST_TIME`, `PROCESSLIST_STATE`, `PROCESSLIST_INFO`, `PARENT_THREAD_ID`, `ROLE`, `INSTRUMENTED`, `HISTORY`, `CONNECTION_TYPE`, `THREAD_OS_ID`) VALUES
(1, 'thread/sql/main', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, 53472, NULL, NULL, NULL, NULL, 'YES', 'YES', NULL, 1681),
(2, 'thread/sql/thread_timer_notifier', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 'YES', 'YES', NULL, 1873),
(3, 'thread/innodb/io_write_thread', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YES', 'YES', NULL, 1880),
(4, 'thread/innodb/io_read_thread', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YES', 'YES', NULL, 1879),
(5, 'thread/innodb/io_write_thread', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YES', 'YES', NULL, 1881),
(6, 'thread/innodb/io_read_thread', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YES', 'YES', NULL, 1878),
(7, 'thread/innodb/io_write_thread', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YES', 'YES', NULL, 1882),
(8, 'thread/innodb/io_read_thread', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YES', 'YES', NULL, 1877),
(9, 'thread/innodb/io_write_thread', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YES', 'YES', NULL, 1883),
(10, 'thread/innodb/io_read_thread', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YES', 'YES', NULL, 1876),
(11, 'thread/innodb/page_cleaner_thread', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YES', 'YES', NULL, 1884),
(12, 'thread/innodb/io_log_thread', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YES', 'YES', NULL, 1875),
(13, 'thread/innodb/io_ibuf_thread', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YES', 'YES', NULL, 1874),
(15, 'thread/innodb/srv_worker_thread', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YES', 'YES', NULL, 1906),
(16, 'thread/innodb/srv_worker_thread', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YES', 'YES', NULL, 1905),
(17, 'thread/innodb/srv_worker_thread', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YES', 'YES', NULL, 1907),
(18, 'thread/innodb/srv_purge_thread', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YES', 'YES', NULL, 1904),
(19, 'thread/innodb/srv_monitor_thread', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YES', 'YES', NULL, 1902),
(20, 'thread/innodb/srv_master_thread', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YES', 'YES', NULL, 1903),
(21, 'thread/innodb/srv_error_monitor_thread', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YES', 'YES', NULL, 1901),
(22, 'thread/innodb/srv_lock_timeout_thread', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YES', 'YES', NULL, 1900),
(23, 'thread/innodb/dict_stats_thread', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YES', 'YES', NULL, 1910),
(24, 'thread/innodb/buf_dump_thread', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YES', 'YES', NULL, 1909),
(25, 'thread/sql/signal_handler', 'BACKGROUND', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 'YES', 'YES', NULL, 1916),
(26, 'thread/sql/compress_gtid_table', 'FOREGROUND', 1, NULL, NULL, NULL, 'Daemon', 53472, 'Suspending', NULL, 1, NULL, 'YES', 'YES', NULL, 1917),
(6037, 'thread/sql/one_connection', 'FOREGROUND', 6012, 'ambassador', 'localhost', 'ambassador', 'Sleep', 7, NULL, NULL, NULL, NULL, 'YES', 'YES', 'Socket', 30138),
(6044, 'thread/sql/one_connection', 'FOREGROUND', 6019, 'forge', 'localhost', NULL, 'Query', 0, 'Sending data', 'SELECT `THREAD_ID`, `NAME`, `TYPE`, `PROCESSLIST_ID`, `PROCESSLIST_USER`, `PROCESSLIST_HOST`, `PROCESSLIST_DB`, `PROCESSLIST_COMMAND`, `PROCESSLIST_TIME`, `PROCESSLIST_STATE`, `PROCESSLIST_INFO`, `PARENT_THREAD_ID`, `ROLE`, `INSTRUMENTED`, `HISTORY`, `CONNECTION_TYPE`, `THREAD_OS_ID` FROM `performance_schema`.`threads`', NULL, NULL, 'YES', 'YES', 'Socket', 30137),
(6045, 'thread/sql/one_connection', 'FOREGROUND', 6020, 'forge', 'localhost', NULL, 'Sleep', 2, NULL, NULL, NULL, NULL, 'YES', 'YES', 'Socket', 3998),
(5695, 'thread/sql/one_connection', 'FOREGROUND', 5670, 'forge', '191.177.184.88', NULL, 'Sleep', 348, NULL, NULL, NULL, NULL, 'YES', 'YES', 'TCP/IP', 3995),
(5696, 'thread/sql/one_connection', 'FOREGROUND', 5671, 'forge', '191.177.184.88', NULL, 'Sleep', 347, NULL, NULL, NULL, NULL, 'YES', 'YES', 'TCP/IP', 3997),
(5712, 'thread/sql/one_connection', 'FOREGROUND', 5687, 'forge', '191.177.184.88', NULL, 'Sleep', 198, NULL, NULL, NULL, NULL, 'YES', 'YES', 'TCP/IP', 1944),
(5713, 'thread/sql/one_connection', 'FOREGROUND', 5688, 'forge', '191.177.184.88', NULL, 'Sleep', 1, NULL, NULL, NULL, NULL, 'YES', 'YES', 'TCP/IP', 2627);

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
  `USER` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
  `CURRENT_CONNECTIONS` bigint(20) NOT NULL,
  `TOTAL_CONNECTIONS` bigint(20) NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`USER`, `CURRENT_CONNECTIONS`, `TOTAL_CONNECTIONS`) VALUES
(NULL, 25, 329),
('root', 0, 1),
('ambassador', 1, 5256),
('5coisas', 0, 1),
('cbx', 0, 123),
('forge', 6, 332),
('debian-sys-maint', 0, 2),
('beliv', 0, 2);

-- --------------------------------------------------------

--
-- Table structure for table `user_variables_by_thread`
--

CREATE TABLE `user_variables_by_thread` (
  `THREAD_ID` bigint(20) UNSIGNED NOT NULL,
  `VARIABLE_NAME` varchar(64) NOT NULL,
  `VARIABLE_VALUE` longblob
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `variables_by_thread`
--

CREATE TABLE `variables_by_thread` (
  `THREAD_ID` bigint(20) UNSIGNED NOT NULL,
  `VARIABLE_NAME` varchar(64) NOT NULL,
  `VARIABLE_VALUE` varchar(1024) DEFAULT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8;

--
-- Dumping data for table `variables_by_thread`
--

INSERT INTO `variables_by_thread` (`THREAD_ID`, `VARIABLE_NAME`, `VARIABLE_VALUE`) VALUES
(6037, 'auto_increment_increment', '1'),
(6037, 'auto_increment_offset', '1'),
(6037, 'autocommit', 'ON'),
(6037, 'big_tables', 'OFF'),
(6037, 'binlog_direct_non_transactional_updates', 'OFF'),
(6037, 'binlog_format', 'ROW'),
(6037, 'binlog_row_image', 'FULL'),
(6037, 'binlog_rows_query_log_events', 'OFF'),
(6037, 'block_encryption_mode', 'aes-128-ecb'),
(6037, 'bulk_insert_buffer_size', '8388608'),
(6037, 'character_set_client', 'utf8mb4'),
(6037, 'character_set_connection', 'utf8mb4'),
(6037, 'character_set_database', 'utf8'),
(6037, 'character_set_filesystem', 'binary'),
(6037, 'character_set_results', 'utf8mb4'),
(6037, 'character_set_server', 'latin1'),
(6037, 'collation_connection', 'utf8mb4_unicode_ci'),
(6037, 'collation_database', 'utf8_unicode_ci'),
(6037, 'collation_server', 'latin1_swedish_ci'),
(6037, 'completion_type', 'NO_CHAIN'),
(6037, 'default_storage_engine', 'InnoDB'),
(6037, 'default_tmp_storage_engine', 'InnoDB'),
(6037, 'default_week_format', '0'),
(6037, 'div_precision_increment', '4'),
(6037, 'end_markers_in_json', 'OFF'),
(6037, 'eq_range_index_dive_limit', '200'),
(6037, 'error_count', '0'),
(6037, 'explicit_defaults_for_timestamp', 'OFF'),
(6037, 'external_user', ''),
(6037, 'foreign_key_checks', 'ON'),
(6037, 'group_concat_max_len', '1024'),
(6037, 'gtid_next', 'AUTOMATIC'),
(6037, 'gtid_owned', ''),
(6037, 'identity', '0'),
(6037, 'innodb_ft_enable_stopword', 'ON'),
(6037, 'innodb_ft_user_stopword_table', ''),
(6037, 'innodb_lock_wait_timeout', '50'),
(6037, 'innodb_strict_mode', 'ON'),
(6037, 'innodb_support_xa', 'ON'),
(6037, 'innodb_table_locks', 'ON'),
(6037, 'innodb_tmpdir', ''),
(6037, 'insert_id', '0'),
(6037, 'interactive_timeout', '28800'),
(6037, 'join_buffer_size', '262144'),
(6037, 'keep_files_on_create', 'OFF'),
(6037, 'last_insert_id', '0'),
(6037, 'lc_messages', 'en_US'),
(6037, 'lc_time_names', 'en_US'),
(6037, 'lock_wait_timeout', '31536000'),
(6037, 'long_query_time', '10.000000'),
(6037, 'low_priority_updates', 'OFF'),
(6037, 'max_allowed_packet', '52428800'),
(6037, 'max_delayed_threads', '20'),
(6037, 'max_error_count', '64'),
(6037, 'max_execution_time', '0'),
(6037, 'max_heap_table_size', '16777216'),
(6037, 'max_insert_delayed_threads', '20'),
(6037, 'max_join_size', '18446744073709551615'),
(6037, 'max_length_for_sort_data', '1024'),
(6037, 'max_points_in_geometry', '65536'),
(6037, 'max_seeks_for_key', '18446744073709551615'),
(6037, 'max_sort_length', '1024'),
(6037, 'max_sp_recursion_depth', '0'),
(6037, 'max_tmp_tables', '32'),
(6037, 'max_user_connections', '0'),
(6037, 'min_examined_row_limit', '0'),
(6037, 'multi_range_count', '256'),
(6037, 'myisam_repair_threads', '1'),
(6037, 'myisam_sort_buffer_size', '8388608'),
(6037, 'myisam_stats_method', 'nulls_unequal'),
(6037, 'net_buffer_length', '16384'),
(6037, 'net_read_timeout', '30'),
(6037, 'net_retry_count', '10'),
(6037, 'net_write_timeout', '60'),
(6037, 'new', 'OFF'),
(6037, 'old_alter_table', 'OFF'),
(6037, 'old_passwords', '0'),
(6037, 'optimizer_prune_level', '1'),
(6037, 'optimizer_search_depth', '62'),
(6037, 'optimizer_switch', 'index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,engine_condition_pushdown=on,index_condition_pushdown=on,mrr=on,mrr_cost_based=on,block_nested_loop=on,batched_key_access=off,materialization=on,semijoin=on,loosescan=on,firstmatch=on,duplicateweedout=on,subquery_materialization_cost_based=on,use_index_extensions=on,condition_fanout_filter=on,derived_merge=on'),
(6037, 'optimizer_trace', 'enabled=off,one_line=off'),
(6037, 'optimizer_trace_features', 'greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on'),
(6037, 'optimizer_trace_limit', '1'),
(6037, 'optimizer_trace_max_mem_size', '16384'),
(6037, 'optimizer_trace_offset', '-1'),
(6037, 'parser_max_mem_size', '18446744073709551615'),
(6037, 'preload_buffer_size', '32768'),
(6037, 'profiling', 'OFF'),
(6037, 'profiling_history_size', '15'),
(6037, 'proxy_user', ''),
(6037, 'pseudo_slave_mode', 'OFF'),
(6037, 'pseudo_thread_id', '6012'),
(6037, 'query_alloc_block_size', '8192'),
(6037, 'query_cache_type', 'OFF'),
(6037, 'query_cache_wlock_invalidate', 'OFF'),
(6037, 'query_prealloc_size', '8192'),
(6037, 'rand_seed1', '0'),
(6037, 'rand_seed2', '0'),
(6037, 'range_alloc_block_size', '4096'),
(6037, 'range_optimizer_max_mem_size', '8388608'),
(6037, 'rbr_exec_mode', 'STRICT'),
(6037, 'read_buffer_size', '131072'),
(6037, 'read_rnd_buffer_size', '262144'),
(6037, 'session_track_gtids', 'OFF'),
(6037, 'session_track_schema', 'ON'),
(6037, 'session_track_state_change', 'OFF'),
(6037, 'session_track_system_variables', 'time_zone,autocommit,character_set_client,character_set_results,character_set_connection'),
(6037, 'session_track_transaction_info', 'OFF'),
(6037, 'show_create_table_verbosity', 'OFF'),
(6037, 'show_old_temporals', 'OFF'),
(6037, 'sort_buffer_size', '262144'),
(6037, 'sql_auto_is_null', 'OFF'),
(6037, 'sql_big_selects', 'ON'),
(6037, 'sql_buffer_result', 'OFF'),
(6037, 'sql_log_bin', 'ON'),
(6037, 'sql_log_off', 'OFF'),
(6037, 'sql_mode', 'NO_ENGINE_SUBSTITUTION'),
(6037, 'sql_notes', 'ON'),
(6037, 'sql_quote_show_create', 'ON'),
(6037, 'sql_safe_updates', 'OFF'),
(6037, 'sql_select_limit', '18446744073709551615'),
(6037, 'sql_warnings', 'OFF'),
(6037, 'time_zone', 'SYSTEM'),
(6037, 'timestamp', '1538655247.902143'),
(6037, 'tmp_table_size', '16777216'),
(6037, 'transaction_alloc_block_size', '8192'),
(6037, 'transaction_allow_batching', 'OFF'),
(6037, 'transaction_isolation', 'REPEATABLE-READ'),
(6037, 'transaction_prealloc_size', '4096'),
(6037, 'transaction_read_only', 'OFF'),
(6037, 'transaction_write_set_extraction', 'OFF'),
(6037, 'tx_isolation', 'REPEATABLE-READ'),
(6037, 'tx_read_only', 'OFF'),
(6037, 'unique_checks', 'ON'),
(6037, 'updatable_views_with_limit', 'YES'),
(6037, 'wait_timeout', '28800'),
(6037, 'warning_count', '0'),
(6044, 'auto_increment_increment', '1'),
(6044, 'auto_increment_offset', '1'),
(6044, 'autocommit', 'ON'),
(6044, 'big_tables', 'OFF'),
(6044, 'binlog_direct_non_transactional_updates', 'OFF'),
(6044, 'binlog_format', 'ROW'),
(6044, 'binlog_row_image', 'FULL'),
(6044, 'binlog_rows_query_log_events', 'OFF'),
(6044, 'block_encryption_mode', 'aes-128-ecb'),
(6044, 'bulk_insert_buffer_size', '8388608'),
(6044, 'character_set_client', 'utf8mb4'),
(6044, 'character_set_connection', 'utf8mb4'),
(6044, 'character_set_database', 'latin1'),
(6044, 'character_set_filesystem', 'binary'),
(6044, 'character_set_results', 'utf8mb4'),
(6044, 'character_set_server', 'latin1'),
(6044, 'collation_connection', 'utf8mb4_unicode_ci'),
(6044, 'collation_database', 'latin1_swedish_ci'),
(6044, 'collation_server', 'latin1_swedish_ci'),
(6044, 'completion_type', 'NO_CHAIN'),
(6044, 'default_storage_engine', 'InnoDB'),
(6044, 'default_tmp_storage_engine', 'InnoDB'),
(6044, 'default_week_format', '0'),
(6044, 'div_precision_increment', '4'),
(6044, 'end_markers_in_json', 'OFF'),
(6044, 'eq_range_index_dive_limit', '200'),
(6044, 'error_count', '0'),
(6044, 'explicit_defaults_for_timestamp', 'OFF'),
(6044, 'external_user', ''),
(6044, 'foreign_key_checks', 'ON'),
(6044, 'group_concat_max_len', '1024'),
(6044, 'gtid_next', 'AUTOMATIC'),
(6044, 'gtid_owned', ''),
(6044, 'identity', '0'),
(6044, 'innodb_ft_enable_stopword', 'ON'),
(6044, 'innodb_ft_user_stopword_table', ''),
(6044, 'innodb_lock_wait_timeout', '50'),
(6044, 'innodb_strict_mode', 'ON'),
(6044, 'innodb_support_xa', 'ON'),
(6044, 'innodb_table_locks', 'ON'),
(6044, 'innodb_tmpdir', ''),
(6044, 'insert_id', '0'),
(6044, 'interactive_timeout', '28800'),
(6044, 'join_buffer_size', '262144'),
(6044, 'keep_files_on_create', 'OFF'),
(6044, 'last_insert_id', '0'),
(6044, 'lc_messages', 'en_US'),
(6044, 'lc_time_names', 'en_US'),
(6044, 'lock_wait_timeout', '31536000'),
(6044, 'long_query_time', '10.000000'),
(6044, 'low_priority_updates', 'OFF'),
(6044, 'max_allowed_packet', '52428800'),
(6044, 'max_delayed_threads', '20'),
(6044, 'max_error_count', '64'),
(6044, 'max_execution_time', '0'),
(6044, 'max_heap_table_size', '16777216'),
(6044, 'max_insert_delayed_threads', '20'),
(6044, 'max_join_size', '18446744073709551615'),
(6044, 'max_length_for_sort_data', '1024'),
(6044, 'max_points_in_geometry', '65536'),
(6044, 'max_seeks_for_key', '18446744073709551615'),
(6044, 'max_sort_length', '1024'),
(6044, 'max_sp_recursion_depth', '0'),
(6044, 'max_tmp_tables', '32'),
(6044, 'max_user_connections', '0'),
(6044, 'min_examined_row_limit', '0'),
(6044, 'multi_range_count', '256'),
(6044, 'myisam_repair_threads', '1'),
(6044, 'myisam_sort_buffer_size', '8388608'),
(6044, 'myisam_stats_method', 'nulls_unequal'),
(6044, 'net_buffer_length', '16384'),
(6044, 'net_read_timeout', '30'),
(6044, 'net_retry_count', '10'),
(6044, 'net_write_timeout', '60'),
(6044, 'new', 'OFF'),
(6044, 'old_alter_table', 'OFF'),
(6044, 'old_passwords', '0'),
(6044, 'optimizer_prune_level', '1'),
(6044, 'optimizer_search_depth', '62'),
(6044, 'optimizer_switch', 'index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,engine_condition_pushdown=on,index_condition_pushdown=on,mrr=on,mrr_cost_based=on,block_nested_loop=on,batched_key_access=off,materialization=on,semijoin=on,loosescan=on,firstmatch=on,duplicateweedout=on,subquery_materialization_cost_based=on,use_index_extensions=on,condition_fanout_filter=on,derived_merge=on'),
(6044, 'optimizer_trace', 'enabled=off,one_line=off'),
(6044, 'optimizer_trace_features', 'greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on'),
(6044, 'optimizer_trace_limit', '1'),
(6044, 'optimizer_trace_max_mem_size', '16384'),
(6044, 'optimizer_trace_offset', '-1'),
(6044, 'parser_max_mem_size', '18446744073709551615'),
(6044, 'preload_buffer_size', '32768'),
(6044, 'profiling', 'OFF'),
(6044, 'profiling_history_size', '15'),
(6044, 'proxy_user', ''),
(6044, 'pseudo_slave_mode', 'OFF'),
(6044, 'pseudo_thread_id', '6019'),
(6044, 'query_alloc_block_size', '8192'),
(6044, 'query_cache_type', 'OFF'),
(6044, 'query_cache_wlock_invalidate', 'OFF'),
(6044, 'query_prealloc_size', '8192'),
(6044, 'rand_seed1', '0'),
(6044, 'rand_seed2', '0'),
(6044, 'range_alloc_block_size', '4096'),
(6044, 'range_optimizer_max_mem_size', '8388608'),
(6044, 'rbr_exec_mode', 'STRICT'),
(6044, 'read_buffer_size', '131072'),
(6044, 'read_rnd_buffer_size', '262144'),
(6044, 'session_track_gtids', 'OFF'),
(6044, 'session_track_schema', 'ON'),
(6044, 'session_track_state_change', 'OFF'),
(6044, 'session_track_system_variables', 'time_zone,autocommit,character_set_client,character_set_results,character_set_connection'),
(6044, 'session_track_transaction_info', 'OFF'),
(6044, 'show_create_table_verbosity', 'OFF'),
(6044, 'show_old_temporals', 'OFF'),
(6044, 'sort_buffer_size', '262144'),
(6044, 'sql_auto_is_null', 'OFF'),
(6044, 'sql_big_selects', 'ON'),
(6044, 'sql_buffer_result', 'OFF'),
(6044, 'sql_log_bin', 'ON'),
(6044, 'sql_log_off', 'OFF'),
(6044, 'sql_mode', ''),
(6044, 'sql_notes', 'ON'),
(6044, 'sql_quote_show_create', 'ON'),
(6044, 'sql_safe_updates', 'OFF'),
(6044, 'sql_select_limit', '18446744073709551615'),
(6044, 'sql_warnings', 'OFF'),
(6044, 'time_zone', '+00:00'),
(6044, 'timestamp', '1538655254.347183'),
(6044, 'tmp_table_size', '16777216'),
(6044, 'transaction_alloc_block_size', '8192'),
(6044, 'transaction_allow_batching', 'OFF'),
(6044, 'transaction_isolation', 'REPEATABLE-READ'),
(6044, 'transaction_prealloc_size', '4096'),
(6044, 'transaction_read_only', 'OFF'),
(6044, 'transaction_write_set_extraction', 'OFF'),
(6044, 'tx_isolation', 'REPEATABLE-READ'),
(6044, 'tx_read_only', 'OFF'),
(6044, 'unique_checks', 'ON'),
(6044, 'updatable_views_with_limit', 'YES'),
(6044, 'wait_timeout', '28800'),
(6044, 'warning_count', '0'),
(6045, 'auto_increment_increment', '1'),
(6045, 'auto_increment_offset', '1'),
(6045, 'autocommit', 'ON'),
(6045, 'big_tables', 'OFF'),
(6045, 'binlog_direct_non_transactional_updates', 'OFF'),
(6045, 'binlog_format', 'ROW'),
(6045, 'binlog_row_image', 'FULL'),
(6045, 'binlog_rows_query_log_events', 'OFF'),
(6045, 'block_encryption_mode', 'aes-128-ecb'),
(6045, 'bulk_insert_buffer_size', '8388608'),
(6045, 'character_set_client', 'latin1'),
(6045, 'character_set_connection', 'latin1'),
(6045, 'character_set_database', 'latin1'),
(6045, 'character_set_filesystem', 'binary'),
(6045, 'character_set_results', 'latin1'),
(6045, 'character_set_server', 'latin1'),
(6045, 'collation_connection', 'latin1_swedish_ci'),
(6045, 'collation_database', 'latin1_swedish_ci'),
(6045, 'collation_server', 'latin1_swedish_ci'),
(6045, 'completion_type', 'NO_CHAIN'),
(6045, 'default_storage_engine', 'InnoDB'),
(6045, 'default_tmp_storage_engine', 'InnoDB'),
(6045, 'default_week_format', '0'),
(6045, 'div_precision_increment', '4'),
(6045, 'end_markers_in_json', 'OFF'),
(6045, 'eq_range_index_dive_limit', '200'),
(6045, 'error_count', '0'),
(6045, 'explicit_defaults_for_timestamp', 'OFF'),
(6045, 'external_user', ''),
(6045, 'foreign_key_checks', 'ON'),
(6045, 'group_concat_max_len', '1024'),
(6045, 'gtid_next', 'AUTOMATIC'),
(6045, 'gtid_owned', ''),
(6045, 'identity', '0'),
(6045, 'innodb_ft_enable_stopword', 'ON'),
(6045, 'innodb_ft_user_stopword_table', ''),
(6045, 'innodb_lock_wait_timeout', '50'),
(6045, 'innodb_strict_mode', 'ON'),
(6045, 'innodb_support_xa', 'ON'),
(6045, 'innodb_table_locks', 'ON'),
(6045, 'innodb_tmpdir', ''),
(6045, 'insert_id', '0'),
(6045, 'interactive_timeout', '28800'),
(6045, 'join_buffer_size', '262144'),
(6045, 'keep_files_on_create', 'OFF'),
(6045, 'last_insert_id', '0'),
(6045, 'lc_messages', 'en_US'),
(6045, 'lc_time_names', 'en_US'),
(6045, 'lock_wait_timeout', '31536000'),
(6045, 'long_query_time', '10.000000'),
(6045, 'low_priority_updates', 'OFF'),
(6045, 'max_allowed_packet', '52428800'),
(6045, 'max_delayed_threads', '20'),
(6045, 'max_error_count', '64'),
(6045, 'max_execution_time', '0'),
(6045, 'max_heap_table_size', '16777216'),
(6045, 'max_insert_delayed_threads', '20'),
(6045, 'max_join_size', '18446744073709551615'),
(6045, 'max_length_for_sort_data', '1024'),
(6045, 'max_points_in_geometry', '65536'),
(6045, 'max_seeks_for_key', '18446744073709551615'),
(6045, 'max_sort_length', '1024'),
(6045, 'max_sp_recursion_depth', '0'),
(6045, 'max_tmp_tables', '32'),
(6045, 'max_user_connections', '0'),
(6045, 'min_examined_row_limit', '0'),
(6045, 'multi_range_count', '256'),
(6045, 'myisam_repair_threads', '1'),
(6045, 'myisam_sort_buffer_size', '8388608'),
(6045, 'myisam_stats_method', 'nulls_unequal'),
(6045, 'net_buffer_length', '16384'),
(6045, 'net_read_timeout', '30'),
(6045, 'net_retry_count', '10'),
(6045, 'net_write_timeout', '60'),
(6045, 'new', 'OFF'),
(6045, 'old_alter_table', 'OFF'),
(6045, 'old_passwords', '0'),
(6045, 'optimizer_prune_level', '1'),
(6045, 'optimizer_search_depth', '62'),
(6045, 'optimizer_switch', 'index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,engine_condition_pushdown=on,index_condition_pushdown=on,mrr=on,mrr_cost_based=on,block_nested_loop=on,batched_key_access=off,materialization=on,semijoin=on,loosescan=on,firstmatch=on,duplicateweedout=on,subquery_materialization_cost_based=on,use_index_extensions=on,condition_fanout_filter=on,derived_merge=on'),
(6045, 'optimizer_trace', 'enabled=off,one_line=off'),
(6045, 'optimizer_trace_features', 'greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on'),
(6045, 'optimizer_trace_limit', '1'),
(6045, 'optimizer_trace_max_mem_size', '16384'),
(6045, 'optimizer_trace_offset', '-1'),
(6045, 'parser_max_mem_size', '18446744073709551615'),
(6045, 'preload_buffer_size', '32768'),
(6045, 'profiling', 'OFF'),
(6045, 'profiling_history_size', '15'),
(6045, 'proxy_user', ''),
(6045, 'pseudo_slave_mode', 'OFF'),
(6045, 'pseudo_thread_id', '6020'),
(6045, 'query_alloc_block_size', '8192'),
(6045, 'query_cache_type', 'OFF'),
(6045, 'query_cache_wlock_invalidate', 'OFF'),
(6045, 'query_prealloc_size', '8192'),
(6045, 'rand_seed1', '0'),
(6045, 'rand_seed2', '0'),
(6045, 'range_alloc_block_size', '4096'),
(6045, 'range_optimizer_max_mem_size', '8388608'),
(6045, 'rbr_exec_mode', 'STRICT'),
(6045, 'read_buffer_size', '131072'),
(6045, 'read_rnd_buffer_size', '262144'),
(6045, 'session_track_gtids', 'OFF'),
(6045, 'session_track_schema', 'ON'),
(6045, 'session_track_state_change', 'OFF'),
(6045, 'session_track_system_variables', 'time_zone,autocommit,character_set_client,character_set_results,character_set_connection'),
(6045, 'session_track_transaction_info', 'OFF'),
(6045, 'show_create_table_verbosity', 'OFF'),
(6045, 'show_old_temporals', 'OFF'),
(6045, 'sort_buffer_size', '262144'),
(6045, 'sql_auto_is_null', 'OFF'),
(6045, 'sql_big_selects', 'ON'),
(6045, 'sql_buffer_result', 'OFF'),
(6045, 'sql_log_bin', 'ON'),
(6045, 'sql_log_off', 'OFF'),
(6045, 'sql_mode', 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'),
(6045, 'sql_notes', 'ON'),
(6045, 'sql_quote_show_create', 'ON'),
(6045, 'sql_safe_updates', 'OFF'),
(6045, 'sql_select_limit', '18446744073709551615'),
(6045, 'sql_warnings', 'OFF'),
(6045, 'time_zone', 'SYSTEM'),
(6045, 'timestamp', '1538655252.323950'),
(6045, 'tmp_table_size', '16777216'),
(6045, 'transaction_alloc_block_size', '8192'),
(6045, 'transaction_allow_batching', 'OFF'),
(6045, 'transaction_isolation', 'REPEATABLE-READ'),
(6045, 'transaction_prealloc_size', '4096'),
(6045, 'transaction_read_only', 'OFF'),
(6045, 'transaction_write_set_extraction', 'OFF'),
(6045, 'tx_isolation', 'REPEATABLE-READ'),
(6045, 'tx_read_only', 'OFF'),
(6045, 'unique_checks', 'ON'),
(6045, 'updatable_views_with_limit', 'YES'),
(6045, 'wait_timeout', '28800'),
(6045, 'warning_count', '0'),
(5695, 'auto_increment_increment', '1'),
(5695, 'auto_increment_offset', '1'),
(5695, 'autocommit', 'ON'),
(5695, 'big_tables', 'OFF'),
(5695, 'binlog_direct_non_transactional_updates', 'OFF'),
(5695, 'binlog_format', 'ROW'),
(5695, 'binlog_row_image', 'FULL'),
(5695, 'binlog_rows_query_log_events', 'OFF'),
(5695, 'block_encryption_mode', 'aes-128-ecb'),
(5695, 'bulk_insert_buffer_size', '8388608'),
(5695, 'character_set_client', 'utf8'),
(5695, 'character_set_connection', 'utf8'),
(5695, 'character_set_database', 'latin1'),
(5695, 'character_set_filesystem', 'binary'),
(5695, 'character_set_results', 'utf8'),
(5695, 'character_set_server', 'latin1'),
(5695, 'collation_connection', 'utf8_general_ci'),
(5695, 'collation_database', 'latin1_swedish_ci'),
(5695, 'collation_server', 'latin1_swedish_ci'),
(5695, 'completion_type', 'NO_CHAIN'),
(5695, 'default_storage_engine', 'InnoDB'),
(5695, 'default_tmp_storage_engine', 'InnoDB'),
(5695, 'default_week_format', '0'),
(5695, 'div_precision_increment', '4'),
(5695, 'end_markers_in_json', 'OFF'),
(5695, 'eq_range_index_dive_limit', '200'),
(5695, 'error_count', '0'),
(5695, 'explicit_defaults_for_timestamp', 'OFF'),
(5695, 'external_user', ''),
(5695, 'foreign_key_checks', 'ON'),
(5695, 'group_concat_max_len', '1024'),
(5695, 'gtid_next', 'AUTOMATIC'),
(5695, 'gtid_owned', ''),
(5695, 'identity', '0'),
(5695, 'innodb_ft_enable_stopword', 'ON'),
(5695, 'innodb_ft_user_stopword_table', ''),
(5695, 'innodb_lock_wait_timeout', '50'),
(5695, 'innodb_strict_mode', 'ON'),
(5695, 'innodb_support_xa', 'ON'),
(5695, 'innodb_table_locks', 'ON'),
(5695, 'innodb_tmpdir', ''),
(5695, 'insert_id', '0'),
(5695, 'interactive_timeout', '28800'),
(5695, 'join_buffer_size', '262144'),
(5695, 'keep_files_on_create', 'OFF'),
(5695, 'last_insert_id', '0'),
(5695, 'lc_messages', 'en_US'),
(5695, 'lc_time_names', 'en_US'),
(5695, 'lock_wait_timeout', '31536000'),
(5695, 'long_query_time', '10.000000'),
(5695, 'low_priority_updates', 'OFF'),
(5695, 'max_allowed_packet', '52428800'),
(5695, 'max_delayed_threads', '20'),
(5695, 'max_error_count', '64'),
(5695, 'max_execution_time', '0'),
(5695, 'max_heap_table_size', '16777216'),
(5695, 'max_insert_delayed_threads', '20'),
(5695, 'max_join_size', '18446744073709551615'),
(5695, 'max_length_for_sort_data', '1024'),
(5695, 'max_points_in_geometry', '65536'),
(5695, 'max_seeks_for_key', '18446744073709551615'),
(5695, 'max_sort_length', '1024'),
(5695, 'max_sp_recursion_depth', '0'),
(5695, 'max_tmp_tables', '32'),
(5695, 'max_user_connections', '0'),
(5695, 'min_examined_row_limit', '0'),
(5695, 'multi_range_count', '256'),
(5695, 'myisam_repair_threads', '1'),
(5695, 'myisam_sort_buffer_size', '8388608'),
(5695, 'myisam_stats_method', 'nulls_unequal'),
(5695, 'net_buffer_length', '16384'),
(5695, 'net_read_timeout', '30'),
(5695, 'net_retry_count', '10'),
(5695, 'net_write_timeout', '60'),
(5695, 'new', 'OFF'),
(5695, 'old_alter_table', 'OFF'),
(5695, 'old_passwords', '0'),
(5695, 'optimizer_prune_level', '1'),
(5695, 'optimizer_search_depth', '62'),
(5695, 'optimizer_switch', 'index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,engine_condition_pushdown=on,index_condition_pushdown=on,mrr=on,mrr_cost_based=on,block_nested_loop=on,batched_key_access=off,materialization=on,semijoin=on,loosescan=on,firstmatch=on,duplicateweedout=on,subquery_materialization_cost_based=on,use_index_extensions=on,condition_fanout_filter=on,derived_merge=on'),
(5695, 'optimizer_trace', 'enabled=off,one_line=off'),
(5695, 'optimizer_trace_features', 'greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on'),
(5695, 'optimizer_trace_limit', '1'),
(5695, 'optimizer_trace_max_mem_size', '16384'),
(5695, 'optimizer_trace_offset', '-1'),
(5695, 'parser_max_mem_size', '18446744073709551615'),
(5695, 'preload_buffer_size', '32768'),
(5695, 'profiling', 'OFF'),
(5695, 'profiling_history_size', '15'),
(5695, 'proxy_user', ''),
(5695, 'pseudo_slave_mode', 'OFF'),
(5695, 'pseudo_thread_id', '5670'),
(5695, 'query_alloc_block_size', '8192'),
(5695, 'query_cache_type', 'OFF'),
(5695, 'query_cache_wlock_invalidate', 'OFF'),
(5695, 'query_prealloc_size', '8192'),
(5695, 'rand_seed1', '0'),
(5695, 'rand_seed2', '0'),
(5695, 'range_alloc_block_size', '4096'),
(5695, 'range_optimizer_max_mem_size', '8388608'),
(5695, 'rbr_exec_mode', 'STRICT'),
(5695, 'read_buffer_size', '131072'),
(5695, 'read_rnd_buffer_size', '262144'),
(5695, 'session_track_gtids', 'OFF'),
(5695, 'session_track_schema', 'ON'),
(5695, 'session_track_state_change', 'OFF'),
(5695, 'session_track_system_variables', 'time_zone,autocommit,character_set_client,character_set_results,character_set_connection'),
(5695, 'session_track_transaction_info', 'OFF'),
(5695, 'show_create_table_verbosity', 'OFF'),
(5695, 'show_old_temporals', 'OFF'),
(5695, 'sort_buffer_size', '262144'),
(5695, 'sql_auto_is_null', 'OFF'),
(5695, 'sql_big_selects', 'ON'),
(5695, 'sql_buffer_result', 'OFF'),
(5695, 'sql_log_bin', 'ON'),
(5695, 'sql_log_off', 'OFF'),
(5695, 'sql_mode', 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'),
(5695, 'sql_notes', 'ON'),
(5695, 'sql_quote_show_create', 'ON'),
(5695, 'sql_safe_updates', 'OFF'),
(5695, 'sql_select_limit', '18446744073709551615'),
(5695, 'sql_warnings', 'OFF'),
(5695, 'time_zone', 'SYSTEM'),
(5695, 'timestamp', '1538654906.091742'),
(5695, 'tmp_table_size', '16777216'),
(5695, 'transaction_alloc_block_size', '8192'),
(5695, 'transaction_allow_batching', 'OFF'),
(5695, 'transaction_isolation', 'REPEATABLE-READ'),
(5695, 'transaction_prealloc_size', '4096'),
(5695, 'transaction_read_only', 'OFF'),
(5695, 'transaction_write_set_extraction', 'OFF'),
(5695, 'tx_isolation', 'REPEATABLE-READ'),
(5695, 'tx_read_only', 'OFF'),
(5695, 'unique_checks', 'ON'),
(5695, 'updatable_views_with_limit', 'YES'),
(5695, 'wait_timeout', '28800'),
(5695, 'warning_count', '0'),
(5696, 'auto_increment_increment', '1'),
(5696, 'auto_increment_offset', '1'),
(5696, 'autocommit', 'ON'),
(5696, 'big_tables', 'OFF'),
(5696, 'binlog_direct_non_transactional_updates', 'OFF'),
(5696, 'binlog_format', 'ROW'),
(5696, 'binlog_row_image', 'FULL'),
(5696, 'binlog_rows_query_log_events', 'OFF'),
(5696, 'block_encryption_mode', 'aes-128-ecb'),
(5696, 'bulk_insert_buffer_size', '8388608'),
(5696, 'character_set_client', 'utf8'),
(5696, 'character_set_connection', 'utf8'),
(5696, 'character_set_database', 'latin1'),
(5696, 'character_set_filesystem', 'binary'),
(5696, 'character_set_results', 'utf8'),
(5696, 'character_set_server', 'latin1'),
(5696, 'collation_connection', 'utf8_general_ci'),
(5696, 'collation_database', 'latin1_swedish_ci'),
(5696, 'collation_server', 'latin1_swedish_ci'),
(5696, 'completion_type', 'NO_CHAIN'),
(5696, 'default_storage_engine', 'InnoDB'),
(5696, 'default_tmp_storage_engine', 'InnoDB'),
(5696, 'default_week_format', '0'),
(5696, 'div_precision_increment', '4'),
(5696, 'end_markers_in_json', 'OFF'),
(5696, 'eq_range_index_dive_limit', '200'),
(5696, 'error_count', '0'),
(5696, 'explicit_defaults_for_timestamp', 'OFF'),
(5696, 'external_user', ''),
(5696, 'foreign_key_checks', 'ON'),
(5696, 'group_concat_max_len', '1024'),
(5696, 'gtid_next', 'AUTOMATIC'),
(5696, 'gtid_owned', ''),
(5696, 'identity', '0'),
(5696, 'innodb_ft_enable_stopword', 'ON'),
(5696, 'innodb_ft_user_stopword_table', ''),
(5696, 'innodb_lock_wait_timeout', '50'),
(5696, 'innodb_strict_mode', 'ON'),
(5696, 'innodb_support_xa', 'ON'),
(5696, 'innodb_table_locks', 'ON'),
(5696, 'innodb_tmpdir', ''),
(5696, 'insert_id', '0'),
(5696, 'interactive_timeout', '28800'),
(5696, 'join_buffer_size', '262144'),
(5696, 'keep_files_on_create', 'OFF'),
(5696, 'last_insert_id', '0'),
(5696, 'lc_messages', 'en_US'),
(5696, 'lc_time_names', 'en_US'),
(5696, 'lock_wait_timeout', '31536000'),
(5696, 'long_query_time', '10.000000'),
(5696, 'low_priority_updates', 'OFF'),
(5696, 'max_allowed_packet', '52428800'),
(5696, 'max_delayed_threads', '20'),
(5696, 'max_error_count', '64'),
(5696, 'max_execution_time', '0'),
(5696, 'max_heap_table_size', '16777216'),
(5696, 'max_insert_delayed_threads', '20'),
(5696, 'max_join_size', '18446744073709551615'),
(5696, 'max_length_for_sort_data', '1024'),
(5696, 'max_points_in_geometry', '65536'),
(5696, 'max_seeks_for_key', '18446744073709551615'),
(5696, 'max_sort_length', '1024'),
(5696, 'max_sp_recursion_depth', '0'),
(5696, 'max_tmp_tables', '32'),
(5696, 'max_user_connections', '0'),
(5696, 'min_examined_row_limit', '0'),
(5696, 'multi_range_count', '256'),
(5696, 'myisam_repair_threads', '1'),
(5696, 'myisam_sort_buffer_size', '8388608'),
(5696, 'myisam_stats_method', 'nulls_unequal'),
(5696, 'net_buffer_length', '16384'),
(5696, 'net_read_timeout', '30'),
(5696, 'net_retry_count', '10'),
(5696, 'net_write_timeout', '60'),
(5696, 'new', 'OFF'),
(5696, 'old_alter_table', 'OFF'),
(5696, 'old_passwords', '0'),
(5696, 'optimizer_prune_level', '1'),
(5696, 'optimizer_search_depth', '62'),
(5696, 'optimizer_switch', 'index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,engine_condition_pushdown=on,index_condition_pushdown=on,mrr=on,mrr_cost_based=on,block_nested_loop=on,batched_key_access=off,materialization=on,semijoin=on,loosescan=on,firstmatch=on,duplicateweedout=on,subquery_materialization_cost_based=on,use_index_extensions=on,condition_fanout_filter=on,derived_merge=on'),
(5696, 'optimizer_trace', 'enabled=off,one_line=off'),
(5696, 'optimizer_trace_features', 'greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on'),
(5696, 'optimizer_trace_limit', '1'),
(5696, 'optimizer_trace_max_mem_size', '16384'),
(5696, 'optimizer_trace_offset', '-1'),
(5696, 'parser_max_mem_size', '18446744073709551615'),
(5696, 'preload_buffer_size', '32768'),
(5696, 'profiling', 'OFF'),
(5696, 'profiling_history_size', '15'),
(5696, 'proxy_user', ''),
(5696, 'pseudo_slave_mode', 'OFF'),
(5696, 'pseudo_thread_id', '5671'),
(5696, 'query_alloc_block_size', '8192'),
(5696, 'query_cache_type', 'OFF'),
(5696, 'query_cache_wlock_invalidate', 'OFF'),
(5696, 'query_prealloc_size', '8192'),
(5696, 'rand_seed1', '0'),
(5696, 'rand_seed2', '0'),
(5696, 'range_alloc_block_size', '4096'),
(5696, 'range_optimizer_max_mem_size', '8388608'),
(5696, 'rbr_exec_mode', 'STRICT'),
(5696, 'read_buffer_size', '131072'),
(5696, 'read_rnd_buffer_size', '262144'),
(5696, 'session_track_gtids', 'OFF'),
(5696, 'session_track_schema', 'ON'),
(5696, 'session_track_state_change', 'OFF'),
(5696, 'session_track_system_variables', 'time_zone,autocommit,character_set_client,character_set_results,character_set_connection'),
(5696, 'session_track_transaction_info', 'OFF'),
(5696, 'show_create_table_verbosity', 'OFF'),
(5696, 'show_old_temporals', 'OFF'),
(5696, 'sort_buffer_size', '262144'),
(5696, 'sql_auto_is_null', 'OFF'),
(5696, 'sql_big_selects', 'ON'),
(5696, 'sql_buffer_result', 'OFF'),
(5696, 'sql_log_bin', 'ON'),
(5696, 'sql_log_off', 'OFF'),
(5696, 'sql_mode', 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'),
(5696, 'sql_notes', 'ON'),
(5696, 'sql_quote_show_create', 'ON'),
(5696, 'sql_safe_updates', 'ON'),
(5696, 'sql_select_limit', '18446744073709551615'),
(5696, 'sql_warnings', 'OFF'),
(5696, 'time_zone', 'SYSTEM'),
(5696, 'timestamp', '1538654907.217691'),
(5696, 'tmp_table_size', '16777216'),
(5696, 'transaction_alloc_block_size', '8192'),
(5696, 'transaction_allow_batching', 'OFF'),
(5696, 'transaction_isolation', 'REPEATABLE-READ'),
(5696, 'transaction_prealloc_size', '4096'),
(5696, 'transaction_read_only', 'OFF'),
(5696, 'transaction_write_set_extraction', 'OFF'),
(5696, 'tx_isolation', 'REPEATABLE-READ'),
(5696, 'tx_read_only', 'OFF'),
(5696, 'unique_checks', 'ON'),
(5696, 'updatable_views_with_limit', 'YES'),
(5696, 'wait_timeout', '28800'),
(5696, 'warning_count', '0'),
(5712, 'auto_increment_increment', '1'),
(5712, 'auto_increment_offset', '1'),
(5712, 'autocommit', 'ON'),
(5712, 'big_tables', 'OFF'),
(5712, 'binlog_direct_non_transactional_updates', 'OFF'),
(5712, 'binlog_format', 'ROW'),
(5712, 'binlog_row_image', 'FULL'),
(5712, 'binlog_rows_query_log_events', 'OFF'),
(5712, 'block_encryption_mode', 'aes-128-ecb'),
(5712, 'bulk_insert_buffer_size', '8388608'),
(5712, 'character_set_client', 'utf8'),
(5712, 'character_set_connection', 'utf8'),
(5712, 'character_set_database', 'latin1'),
(5712, 'character_set_filesystem', 'binary'),
(5712, 'character_set_results', 'utf8'),
(5712, 'character_set_server', 'latin1'),
(5712, 'collation_connection', 'utf8_general_ci'),
(5712, 'collation_database', 'latin1_swedish_ci'),
(5712, 'collation_server', 'latin1_swedish_ci'),
(5712, 'completion_type', 'NO_CHAIN'),
(5712, 'default_storage_engine', 'InnoDB'),
(5712, 'default_tmp_storage_engine', 'InnoDB'),
(5712, 'default_week_format', '0'),
(5712, 'div_precision_increment', '4'),
(5712, 'end_markers_in_json', 'OFF'),
(5712, 'eq_range_index_dive_limit', '200'),
(5712, 'error_count', '0'),
(5712, 'explicit_defaults_for_timestamp', 'OFF'),
(5712, 'external_user', ''),
(5712, 'foreign_key_checks', 'ON'),
(5712, 'group_concat_max_len', '1024'),
(5712, 'gtid_next', 'AUTOMATIC'),
(5712, 'gtid_owned', ''),
(5712, 'identity', '0'),
(5712, 'innodb_ft_enable_stopword', 'ON'),
(5712, 'innodb_ft_user_stopword_table', ''),
(5712, 'innodb_lock_wait_timeout', '50'),
(5712, 'innodb_strict_mode', 'ON'),
(5712, 'innodb_support_xa', 'ON'),
(5712, 'innodb_table_locks', 'ON'),
(5712, 'innodb_tmpdir', ''),
(5712, 'insert_id', '0'),
(5712, 'interactive_timeout', '28800'),
(5712, 'join_buffer_size', '262144'),
(5712, 'keep_files_on_create', 'OFF'),
(5712, 'last_insert_id', '0'),
(5712, 'lc_messages', 'en_US'),
(5712, 'lc_time_names', 'en_US'),
(5712, 'lock_wait_timeout', '31536000'),
(5712, 'long_query_time', '10.000000'),
(5712, 'low_priority_updates', 'OFF'),
(5712, 'max_allowed_packet', '52428800'),
(5712, 'max_delayed_threads', '20'),
(5712, 'max_error_count', '64'),
(5712, 'max_execution_time', '0'),
(5712, 'max_heap_table_size', '16777216'),
(5712, 'max_insert_delayed_threads', '20'),
(5712, 'max_join_size', '18446744073709551615'),
(5712, 'max_length_for_sort_data', '1024'),
(5712, 'max_points_in_geometry', '65536'),
(5712, 'max_seeks_for_key', '18446744073709551615'),
(5712, 'max_sort_length', '1024'),
(5712, 'max_sp_recursion_depth', '0'),
(5712, 'max_tmp_tables', '32'),
(5712, 'max_user_connections', '0'),
(5712, 'min_examined_row_limit', '0'),
(5712, 'multi_range_count', '256'),
(5712, 'myisam_repair_threads', '1'),
(5712, 'myisam_sort_buffer_size', '8388608'),
(5712, 'myisam_stats_method', 'nulls_unequal'),
(5712, 'net_buffer_length', '16384'),
(5712, 'net_read_timeout', '30'),
(5712, 'net_retry_count', '10'),
(5712, 'net_write_timeout', '60'),
(5712, 'new', 'OFF'),
(5712, 'old_alter_table', 'OFF'),
(5712, 'old_passwords', '0'),
(5712, 'optimizer_prune_level', '1'),
(5712, 'optimizer_search_depth', '62'),
(5712, 'optimizer_switch', 'index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,engine_condition_pushdown=on,index_condition_pushdown=on,mrr=on,mrr_cost_based=on,block_nested_loop=on,batched_key_access=off,materialization=on,semijoin=on,loosescan=on,firstmatch=on,duplicateweedout=on,subquery_materialization_cost_based=on,use_index_extensions=on,condition_fanout_filter=on,derived_merge=on'),
(5712, 'optimizer_trace', 'enabled=off,one_line=off'),
(5712, 'optimizer_trace_features', 'greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on'),
(5712, 'optimizer_trace_limit', '1'),
(5712, 'optimizer_trace_max_mem_size', '16384'),
(5712, 'optimizer_trace_offset', '-1'),
(5712, 'parser_max_mem_size', '18446744073709551615'),
(5712, 'preload_buffer_size', '32768'),
(5712, 'profiling', 'OFF'),
(5712, 'profiling_history_size', '15'),
(5712, 'proxy_user', ''),
(5712, 'pseudo_slave_mode', 'OFF'),
(5712, 'pseudo_thread_id', '5687'),
(5712, 'query_alloc_block_size', '8192'),
(5712, 'query_cache_type', 'OFF'),
(5712, 'query_cache_wlock_invalidate', 'OFF'),
(5712, 'query_prealloc_size', '8192'),
(5712, 'rand_seed1', '0'),
(5712, 'rand_seed2', '0'),
(5712, 'range_alloc_block_size', '4096'),
(5712, 'range_optimizer_max_mem_size', '8388608'),
(5712, 'rbr_exec_mode', 'STRICT'),
(5712, 'read_buffer_size', '131072'),
(5712, 'read_rnd_buffer_size', '262144'),
(5712, 'session_track_gtids', 'OFF'),
(5712, 'session_track_schema', 'ON'),
(5712, 'session_track_state_change', 'OFF'),
(5712, 'session_track_system_variables', 'time_zone,autocommit,character_set_client,character_set_results,character_set_connection'),
(5712, 'session_track_transaction_info', 'OFF'),
(5712, 'show_create_table_verbosity', 'OFF'),
(5712, 'show_old_temporals', 'OFF'),
(5712, 'sort_buffer_size', '262144'),
(5712, 'sql_auto_is_null', 'OFF'),
(5712, 'sql_big_selects', 'ON'),
(5712, 'sql_buffer_result', 'OFF'),
(5712, 'sql_log_bin', 'ON'),
(5712, 'sql_log_off', 'OFF'),
(5712, 'sql_mode', 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'),
(5712, 'sql_notes', 'ON'),
(5712, 'sql_quote_show_create', 'ON'),
(5712, 'sql_safe_updates', 'OFF'),
(5712, 'sql_select_limit', '18446744073709551615'),
(5712, 'sql_warnings', 'OFF'),
(5712, 'time_zone', 'SYSTEM'),
(5712, 'timestamp', '1538655056.797137'),
(5712, 'tmp_table_size', '16777216'),
(5712, 'transaction_alloc_block_size', '8192'),
(5712, 'transaction_allow_batching', 'OFF'),
(5712, 'transaction_isolation', 'REPEATABLE-READ'),
(5712, 'transaction_prealloc_size', '4096'),
(5712, 'transaction_read_only', 'OFF'),
(5712, 'transaction_write_set_extraction', 'OFF'),
(5712, 'tx_isolation', 'REPEATABLE-READ'),
(5712, 'tx_read_only', 'OFF'),
(5712, 'unique_checks', 'ON'),
(5712, 'updatable_views_with_limit', 'YES'),
(5712, 'wait_timeout', '28800'),
(5712, 'warning_count', '0'),
(5713, 'auto_increment_increment', '1'),
(5713, 'auto_increment_offset', '1'),
(5713, 'autocommit', 'ON'),
(5713, 'big_tables', 'OFF'),
(5713, 'binlog_direct_non_transactional_updates', 'OFF'),
(5713, 'binlog_format', 'ROW'),
(5713, 'binlog_row_image', 'FULL'),
(5713, 'binlog_rows_query_log_events', 'OFF'),
(5713, 'block_encryption_mode', 'aes-128-ecb'),
(5713, 'bulk_insert_buffer_size', '8388608'),
(5713, 'character_set_client', 'utf8'),
(5713, 'character_set_connection', 'utf8'),
(5713, 'character_set_database', 'latin1'),
(5713, 'character_set_filesystem', 'binary'),
(5713, 'character_set_results', 'utf8'),
(5713, 'character_set_server', 'latin1'),
(5713, 'collation_connection', 'utf8_general_ci'),
(5713, 'collation_database', 'latin1_swedish_ci'),
(5713, 'collation_server', 'latin1_swedish_ci'),
(5713, 'completion_type', 'NO_CHAIN'),
(5713, 'default_storage_engine', 'InnoDB'),
(5713, 'default_tmp_storage_engine', 'InnoDB'),
(5713, 'default_week_format', '0'),
(5713, 'div_precision_increment', '4'),
(5713, 'end_markers_in_json', 'OFF'),
(5713, 'eq_range_index_dive_limit', '200'),
(5713, 'error_count', '0'),
(5713, 'explicit_defaults_for_timestamp', 'OFF'),
(5713, 'external_user', ''),
(5713, 'foreign_key_checks', 'ON'),
(5713, 'group_concat_max_len', '1024'),
(5713, 'gtid_next', 'AUTOMATIC'),
(5713, 'gtid_owned', ''),
(5713, 'identity', '0'),
(5713, 'innodb_ft_enable_stopword', 'ON'),
(5713, 'innodb_ft_user_stopword_table', ''),
(5713, 'innodb_lock_wait_timeout', '50'),
(5713, 'innodb_strict_mode', 'ON'),
(5713, 'innodb_support_xa', 'ON'),
(5713, 'innodb_table_locks', 'ON'),
(5713, 'innodb_tmpdir', ''),
(5713, 'insert_id', '0'),
(5713, 'interactive_timeout', '28800'),
(5713, 'join_buffer_size', '262144'),
(5713, 'keep_files_on_create', 'OFF'),
(5713, 'last_insert_id', '0'),
(5713, 'lc_messages', 'en_US'),
(5713, 'lc_time_names', 'en_US'),
(5713, 'lock_wait_timeout', '31536000'),
(5713, 'long_query_time', '10.000000'),
(5713, 'low_priority_updates', 'OFF'),
(5713, 'max_allowed_packet', '52428800'),
(5713, 'max_delayed_threads', '20'),
(5713, 'max_error_count', '64'),
(5713, 'max_execution_time', '0'),
(5713, 'max_heap_table_size', '16777216'),
(5713, 'max_insert_delayed_threads', '20'),
(5713, 'max_join_size', '18446744073709551615'),
(5713, 'max_length_for_sort_data', '1024'),
(5713, 'max_points_in_geometry', '65536'),
(5713, 'max_seeks_for_key', '18446744073709551615'),
(5713, 'max_sort_length', '1024'),
(5713, 'max_sp_recursion_depth', '0'),
(5713, 'max_tmp_tables', '32'),
(5713, 'max_user_connections', '0'),
(5713, 'min_examined_row_limit', '0'),
(5713, 'multi_range_count', '256'),
(5713, 'myisam_repair_threads', '1'),
(5713, 'myisam_sort_buffer_size', '8388608'),
(5713, 'myisam_stats_method', 'nulls_unequal'),
(5713, 'net_buffer_length', '16384'),
(5713, 'net_read_timeout', '30'),
(5713, 'net_retry_count', '10'),
(5713, 'net_write_timeout', '60'),
(5713, 'new', 'OFF'),
(5713, 'old_alter_table', 'OFF'),
(5713, 'old_passwords', '0'),
(5713, 'optimizer_prune_level', '1'),
(5713, 'optimizer_search_depth', '62'),
(5713, 'optimizer_switch', 'index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,engine_condition_pushdown=on,index_condition_pushdown=on,mrr=on,mrr_cost_based=on,block_nested_loop=on,batched_key_access=off,materialization=on,semijoin=on,loosescan=on,firstmatch=on,duplicateweedout=on,subquery_materialization_cost_based=on,use_index_extensions=on,condition_fanout_filter=on,derived_merge=on'),
(5713, 'optimizer_trace', 'enabled=off,one_line=off'),
(5713, 'optimizer_trace_features', 'greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on'),
(5713, 'optimizer_trace_limit', '1'),
(5713, 'optimizer_trace_max_mem_size', '16384'),
(5713, 'optimizer_trace_offset', '-1'),
(5713, 'parser_max_mem_size', '18446744073709551615'),
(5713, 'preload_buffer_size', '32768'),
(5713, 'profiling', 'OFF'),
(5713, 'profiling_history_size', '15'),
(5713, 'proxy_user', ''),
(5713, 'pseudo_slave_mode', 'OFF'),
(5713, 'pseudo_thread_id', '5688'),
(5713, 'query_alloc_block_size', '8192'),
(5713, 'query_cache_type', 'OFF'),
(5713, 'query_cache_wlock_invalidate', 'OFF'),
(5713, 'query_prealloc_size', '8192'),
(5713, 'rand_seed1', '0'),
(5713, 'rand_seed2', '0'),
(5713, 'range_alloc_block_size', '4096'),
(5713, 'range_optimizer_max_mem_size', '8388608'),
(5713, 'rbr_exec_mode', 'STRICT'),
(5713, 'read_buffer_size', '131072'),
(5713, 'read_rnd_buffer_size', '262144'),
(5713, 'session_track_gtids', 'OFF'),
(5713, 'session_track_schema', 'ON'),
(5713, 'session_track_state_change', 'OFF'),
(5713, 'session_track_system_variables', 'time_zone,autocommit,character_set_client,character_set_results,character_set_connection'),
(5713, 'session_track_transaction_info', 'OFF'),
(5713, 'show_create_table_verbosity', 'OFF'),
(5713, 'show_old_temporals', 'OFF'),
(5713, 'sort_buffer_size', '262144'),
(5713, 'sql_auto_is_null', 'OFF'),
(5713, 'sql_big_selects', 'ON'),
(5713, 'sql_buffer_result', 'OFF'),
(5713, 'sql_log_bin', 'ON'),
(5713, 'sql_log_off', 'OFF'),
(5713, 'sql_mode', 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'),
(5713, 'sql_notes', 'ON'),
(5713, 'sql_quote_show_create', 'ON'),
(5713, 'sql_safe_updates', 'OFF'),
(5713, 'sql_select_limit', '18446744073709551615'),
(5713, 'sql_warnings', 'OFF'),
(5713, 'time_zone', 'SYSTEM'),
(5713, 'timestamp', '1538655253.332302'),
(5713, 'tmp_table_size', '16777216'),
(5713, 'transaction_alloc_block_size', '8192'),
(5713, 'transaction_allow_batching', 'OFF'),
(5713, 'transaction_isolation', 'REPEATABLE-READ'),
(5713, 'transaction_prealloc_size', '4096'),
(5713, 'transaction_read_only', 'OFF'),
(5713, 'transaction_write_set_extraction', 'OFF'),
(5713, 'tx_isolation', 'REPEATABLE-READ'),
(5713, 'tx_read_only', 'OFF'),
(5713, 'unique_checks', 'ON'),
(5713, 'updatable_views_with_limit', 'YES'),
(5713, 'wait_timeout', '28800'),
(5713, 'warning_count', '0');
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
