1 of 1
CDR ID State Changes
1 Created
1 of 1

(default) 6 queries took 2 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SHOW FULL COLUMNS FROM `app_state_capture`21211
2SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_general_ci';110
3SELECT `Application`.`app_id`, `Application`.`name`, `Application`.`install_dir`, `Application`.`min_cache_size`, `Application`.`max_cache_size`, `Application`.`launch_options`, `Application`.`on_first_launch`, `Application`.`is_bandwidth_greedy`, `Application`.`current_version_id`, `Application`.`trickle_version_id`, `Application`.`user_defined`, `Application`.`beta_version_password`, `Application`.`beta_version_id`, `Application`.`legacy_install_dir`, `Application`.`skip_mfp_overwrite`, `Application`.`use_filesystem_dvr`, `Application`.`manifest_only`, `Application`.`app_of_manifest_only`, `Application`.`sub_count`, `Application`.`date_updated` FROM `app` AS `Application` WHERE `Application`.`app_id` = 35099 LIMIT 1110
4SELECT COUNT(*) AS `count` FROM `app_state_capture` AS `AppStateCapture` WHERE `app_id` = 35099 110
5SELECT `AppStateCapture`.`cdr_id`, `AppStateCapture`.`created`, `AppStateCapture`.`app_id`, `AppStateCapture`.`name`, `AppStateCapture`.`install_dir`, `AppStateCapture`.`min_cache_size`, `AppStateCapture`.`max_cache_size`, `AppStateCapture`.`launch_options`, `AppStateCapture`.`on_first_launch`, `AppStateCapture`.`is_bandwidth_greedy`, `AppStateCapture`.`current_version_id`, `AppStateCapture`.`trickle_version_id`, `AppStateCapture`.`user_defined`, `AppStateCapture`.`beta_version_password`, `AppStateCapture`.`beta_version_id`, `AppStateCapture`.`legacy_install_dir`, `AppStateCapture`.`skip_mfp_overwrite`, `AppStateCapture`.`use_filesystem_dvr`, `AppStateCapture`.`manifest_only`, `AppStateCapture`.`app_of_manifest_only`, `AppStateCapture`.`sub_count` FROM `app_state_capture` AS `AppStateCapture` WHERE `app_id` = 35099 ORDER BY `AppStateCapture`.`cdr_id` desc LIMIT 100110
6SHOW FULL COLUMNS FROM `cdr`771