type genlog /opt/mysql_sandboxes/latest/data/msandbox.log # Query 20: 0 QPS, 0x concurrency, ID 0x2DE40AAFA6F4B715 at byte 56687 ___ # This item is included in the report because it matches limit. # pct total min max avg 95% stddev median # Count 0 46 # Exec time 0 0 0 0 0 0 0 0 # Databases 1 anonymous # Time range 20100611 09:33:04 to 20100611 09:33:04 # bytes 3 25.72k 404 1.12k 572.57 833.10 157.30 511.45 # Query_time distribution # 1us # 10us # 100us # 1ms # 10ms # 100ms # 1s # 10s+ # Tables # SHOW TABLE STATUS FROM `TEMP` LIKE 'task'\G # SHOW CREATE TABLE `TEMP`.`task`\G insert into TEMP.task( task_type, state, user_table_schema, user_table_table, user _table_depth, artifact_schema, artifact_table, command ) values( 'GenerateFinalBySort', 'waiting', 'drupal', 'node_revisions', '0', 'TEMP', 'node_revisions$final', 'create table `TEMP`.`node_revisions$final`(`nid` int, `vid` int, `uid` int, `title` varchar(255), `body` longtext, `teaser` longtext, `log` longtext, `timestamp` int, `format` int) select `nid`, `vid`, `uid`, `title`, `body`, `teaser`, `log`, `timestamp`, `format` from `drupal`.`node_revisions` order by `vid`')\G