| 1 | SHOW FULL COLUMNS FROM `app_state_capture` | | 21 | 21 | 1 |
| 2 | SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_general_ci'; | | 1 | 1 | 0 |
| 3 | SELECT `ContentRecord`.`cdr_id`, `ContentRecord`.`hash`, `ContentRecord`.`version`, `ContentRecord`.`date_updated`, `ContentRecord`.`date_processed`, `ContentRecord`.`app_count`, `ContentRecord`.`sub_count` FROM `cdr` AS `ContentRecord` WHERE `ContentRecord`.`cdr_id` = 10269 LIMIT 1 | | 1 | 1 | 0 |
| 4 | SELECT `AppStateCapture`.`app_id`, `AppStateCapture`.`created`, `AppStateCapture`.`name` FROM `app_state_capture` AS `AppStateCapture` WHERE `cdr_id` = 10269 AND `created` = 1 ORDER BY `app_id` ASC | | 0 | 0 | 0 |
| 5 | SELECT `AppStateCapture`.`app_id`, `AppStateCapture`.`created`, `AppStateCapture`.`name` FROM `app_state_capture` AS `AppStateCapture` WHERE `cdr_id` = 10269 AND `created` = 0 ORDER BY `app_id` ASC | | 5 | 5 | 0 |
| 6 | SELECT `Application`.`app_id`, `Application`.`name` FROM `app` AS `Application` WHERE app_id IN (20590, 20591, 20592, 20593, 20594) | | 5 | 5 | 0 |
| 7 | SELECT `SubStateCapture`.`sub_id`, `SubStateCapture`.`created`, `SubStateCapture`.`name` FROM `sub_state_capture` AS `SubStateCapture` WHERE `cdr_id` = 10269 AND `created` = 1 ORDER BY `sub_id` ASC | | 0 | 0 | 0 |
| 8 | SELECT `SubStateCapture`.`sub_id`, `SubStateCapture`.`created`, `SubStateCapture`.`name` FROM `sub_state_capture` AS `SubStateCapture` WHERE `cdr_id` = 10269 AND `created` = 0 ORDER BY `sub_id` ASC | | 2 | 2 | 1 |
| 9 | SELECT `Subscription`.`sub_id`, `Subscription`.`name` FROM `sub` AS `Subscription` WHERE sub_id IN (3053, 17715) | | 2 | 2 | 0 |