Lines Matching +full:- +full:not

1 -- MySQL dump 10.14  Distrib 5.5.32-MariaDB, for Linux ()
2 --
3 -- Host: localhost Database: chromeos_autotest_db
4 -- ------------------------------------------------------
5 -- Server version 5.5.32-MariaDB
18 --
19 -- Table structure for table `afe_aborted_host_queue_entries`
20 --
26 `queue_entry_id` int(11) NOT NULL,
27 `aborted_by_id` int(11) NOT NULL,
28 `aborted_on` datetime NOT NULL,
36 --
37 -- Table structure for table `afe_acl_groups`
38 --
44 `id` int(11) NOT NULL AUTO_INCREMENT,
51 --
52 -- Table structure for table `afe_acl_groups_hosts`
53 --
59 `id` int(11) NOT NULL AUTO_INCREMENT,
70 --
71 -- Table structure for table `afe_acl_groups_users`
72 --
78 `id` int(11) NOT NULL AUTO_INCREMENT,
89 --
90 -- Table structure for table `afe_atomic_groups`
91 --
97 `id` int(11) NOT NULL AUTO_INCREMENT,
98 `name` varchar(255) NOT NULL,
100 `max_number_of_machines` int(11) NOT NULL,
101 `invalid` tinyint(1) NOT NULL,
107 --
108 -- Table structure for table `afe_autotests`
109 --
115 `id` int(11) NOT NULL AUTO_INCREMENT,
128 `test_retry` int(11) NOT NULL DEFAULT '0',
129 `run_reset` smallint(6) NOT NULL DEFAULT '1',
134 --
135 -- Table structure for table `afe_autotests_dependency_labels`
136 --
142 `id` int(11) NOT NULL AUTO_INCREMENT,
143 `test_id` int(11) NOT NULL,
144 `label_id` int(11) NOT NULL,
153 --
154 -- Table structure for table `afe_drone_sets`
155 --
161 `id` int(11) NOT NULL AUTO_INCREMENT,
162 `name` varchar(255) NOT NULL,
168 --
169 -- Table structure for table `afe_drone_sets_drones`
170 --
176 `id` int(11) NOT NULL AUTO_INCREMENT,
177 `droneset_id` int(11) NOT NULL,
178 `drone_id` int(11) NOT NULL,
187 --
188 -- Table structure for table `afe_drones`
189 --
195 `id` int(11) NOT NULL AUTO_INCREMENT,
196 `hostname` varchar(255) NOT NULL,
202 --
203 -- Table structure for table `afe_host_attributes`
204 --
210 `id` int(11) NOT NULL AUTO_INCREMENT,
211 `host_id` int(11) NOT NULL,
212 `attribute` varchar(90) NOT NULL,
213 `value` varchar(300) NOT NULL,
221 --
222 -- Table structure for table `afe_host_queue_entries`
223 --
229 `id` int(11) NOT NULL AUTO_INCREMENT,
236 `deleted` tinyint(1) NOT NULL,
237 `execution_subdir` varchar(255) NOT NULL,
239 `aborted` tinyint(1) NOT NULL DEFAULT '0',
264 --
265 -- Table structure for table `afe_host_queue_entry_start_times`
266 --
272 `id` int(11) NOT NULL AUTO_INCREMENT,
273 `insert_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
274 `highest_hqe_id` int(11) NOT NULL,
280 --
281 -- Table structure for table `afe_hosts`
282 --
288 `id` int(11) NOT NULL AUTO_INCREMENT,
294 `protection` int(11) NOT NULL,
297 `dirty` tinyint(1) NOT NULL,
298 `leased` tinyint(1) NOT NULL DEFAULT '1',
310 --
311 -- Table structure for table `afe_hosts_labels`
312 --
318 `id` int(11) NOT NULL AUTO_INCREMENT,
329 --
330 -- Table structure for table `afe_ineligible_host_queues`
331 --
337 `id` int(11) NOT NULL AUTO_INCREMENT,
348 --
349 -- Table structure for table `afe_job_handoffs`
350 --
356 `job_id` int(11) NOT NULL,
357 `created` datetime NOT NULL,
358 `completed` tinyint(1) NOT NULL,
365 --
366 -- Table structure for table `afe_job_keyvals`
367 --
373 `id` int(11) NOT NULL AUTO_INCREMENT,
374 `job_id` int(11) NOT NULL,
375 `key` varchar(90) NOT NULL,
376 `value` varchar(300) NOT NULL,
383 --
384 -- Table structure for table `afe_jobs`
385 --
391 `id` int(11) NOT NULL AUTO_INCREMENT,
398 `synch_count` int(11) NOT NULL,
399 `timeout` int(11) NOT NULL,
401 `email_list` varchar(250) NOT NULL,
402 `reboot_before` smallint(6) NOT NULL,
403 `reboot_after` smallint(6) NOT NULL,
404 `parse_failed_repair` tinyint(1) NOT NULL DEFAULT '1',
405 `max_runtime_hrs` int(11) NOT NULL,
408 `max_runtime_mins` int(11) NOT NULL,
410 `test_retry` int(11) NOT NULL DEFAULT '0',
411 `run_reset` smallint(6) NOT NULL DEFAULT '1',
412 `timeout_mins` int(11) NOT NULL,
429 --
430 -- Table structure for table `afe_jobs_dependency_labels`
431 --
437 `id` int(11) NOT NULL AUTO_INCREMENT,
438 `job_id` int(11) NOT NULL,
439 `label_id` int(11) NOT NULL,
448 --
449 -- Table structure for table `afe_kernels`
450 --
456 `id` int(11) NOT NULL AUTO_INCREMENT,
457 `version` varchar(255) NOT NULL,
464 --
465 -- Table structure for table `afe_labels`
466 --
472 `id` int(11) NOT NULL AUTO_INCREMENT,
476 `invalid` tinyint(1) NOT NULL,
477 `only_if_needed` tinyint(1) NOT NULL,
486 --
487 -- Table structure for table `afe_parameterized_job_parameters`
488 --
494 `id` int(11) NOT NULL AUTO_INCREMENT,
495 `parameterized_job_id` int(11) NOT NULL,
496 `test_parameter_id` int(11) NOT NULL,
497 `parameter_value` text NOT NULL,
507 --
508 -- Table structure for table `afe_parameterized_job_profiler_parameters`
509 --
515 `id` int(11) NOT NULL AUTO_INCREMENT,
516 `parameterized_job_profiler_id` int(11) NOT NULL,
517 `parameter_name` varchar(255) NOT NULL,
518 `parameter_value` text NOT NULL,
526 --
527 -- Table structure for table `afe_parameterized_jobs`
528 --
534 `id` int(11) NOT NULL AUTO_INCREMENT,
535 `test_id` int(11) NOT NULL,
548 --
549 -- Table structure for table `afe_parameterized_jobs_kernels`
550 --
556 `parameterized_job_id` int(11) NOT NULL,
557 `kernel_id` int(11) NOT NULL,
563 --
564 -- Table structure for table `afe_parameterized_jobs_profilers`
565 --
571 `id` int(11) NOT NULL AUTO_INCREMENT,
572 `parameterized_job_id` int(11) NOT NULL,
573 `profiler_id` int(11) NOT NULL,
582 --
583 -- Table structure for table `afe_profilers`
584 --
590 `id` int(11) NOT NULL AUTO_INCREMENT,
591 `name` varchar(255) NOT NULL,
592 `description` longtext NOT NULL,
598 --
599 -- Table structure for table `afe_recurring_run`
600 --
606 `id` int(11) NOT NULL AUTO_INCREMENT,
607 `job_id` int(11) NOT NULL,
608 `owner_id` int(11) NOT NULL,
609 `start_date` datetime NOT NULL,
610 `loop_period` int(11) NOT NULL,
611 `loop_count` int(11) NOT NULL,
620 --
621 -- Table structure for table `afe_replaced_labels`
622 --
628 `id` int(11) NOT NULL AUTO_INCREMENT,
636 --
637 -- Table structure for table `afe_shards`
638 --
644 `id` int(11) NOT NULL AUTO_INCREMENT,
645 `hostname` varchar(255) NOT NULL,
650 --
651 -- Table structure for table `afe_shards_labels`
652 --
658 `id` int(11) NOT NULL AUTO_INCREMENT,
659 `shard_id` int(11) NOT NULL,
660 `label_id` int(11) NOT NULL,
669 --
670 -- Table structure for table `afe_special_tasks`
671 --
677 `id` int(11) NOT NULL AUTO_INCREMENT,
678 `host_id` int(11) NOT NULL,
679 `task` varchar(64) NOT NULL,
680 `time_requested` datetime NOT NULL,
681 `is_active` tinyint(1) NOT NULL DEFAULT '0',
682 `is_complete` tinyint(1) NOT NULL DEFAULT '0',
685 `success` tinyint(1) NOT NULL DEFAULT '0',
686 `requested_by_id` int(11) NOT NULL,
687 `is_aborted` tinyint(1) NOT NULL DEFAULT '0',
700 --
701 -- Table structure for table `afe_stable_versions`
702 --
708 `id` int(11) NOT NULL AUTO_INCREMENT,
709 `board` varchar(255) NOT NULL,
710 `version` varchar(255) NOT NULL,
717 --
718 -- Table structure for table `afe_static_host_attributes`
719 --
725 `id` int(11) NOT NULL AUTO_INCREMENT,
726 `host_id` int(11) NOT NULL,
727 `attribute` varchar(90) NOT NULL,
728 `value` varchar(300) NOT NULL,
736 --
737 -- Table structure for table `afe_static_hosts_labels`
738 --
744 `id` int(11) NOT NULL AUTO_INCREMENT,
755 --
756 -- Table structure for table `afe_static_labels`
757 --
763 `id` int(11) NOT NULL AUTO_INCREMENT,
767 `invalid` tinyint(1) NOT NULL,
768 `only_if_needed` tinyint(1) NOT NULL,
777 --
778 -- Table structure for table `afe_test_parameters`
779 --
785 `id` int(11) NOT NULL AUTO_INCREMENT,
786 `test_id` int(11) NOT NULL,
787 `name` varchar(255) NOT NULL,
794 --
795 -- Table structure for table `afe_users`
796 --
802 `id` int(11) NOT NULL AUTO_INCREMENT,
805 `reboot_before` smallint(6) NOT NULL,
806 `reboot_after` smallint(6) NOT NULL,
807 `show_experimental` tinyint(1) NOT NULL DEFAULT '0',
816 --
817 -- Table structure for table `auth_group`
818 --
824 `id` int(11) NOT NULL AUTO_INCREMENT,
825 `name` varchar(80) NOT NULL,
831 --
832 -- Table structure for table `auth_group_permissions`
833 --
839 `id` int(11) NOT NULL AUTO_INCREMENT,
840 `group_id` int(11) NOT NULL,
841 `permission_id` int(11) NOT NULL,
851 --
852 -- Table structure for table `auth_permission`
853 --
859 `id` int(11) NOT NULL AUTO_INCREMENT,
860 `name` varchar(50) NOT NULL,
861 `content_type_id` int(11) NOT NULL,
862 `codename` varchar(100) NOT NULL,
870 --
871 -- Table structure for table `auth_user`
872 --
878 `id` int(11) NOT NULL AUTO_INCREMENT,
879 `password` varchar(128) NOT NULL,
880 `last_login` datetime NOT NULL,
881 `is_superuser` tinyint(1) NOT NULL,
882 `username` varchar(30) NOT NULL,
883 `first_name` varchar(30) NOT NULL,
884 `last_name` varchar(30) NOT NULL,
885 `email` varchar(75) NOT NULL,
886 `is_staff` tinyint(1) NOT NULL,
887 `is_active` tinyint(1) NOT NULL,
888 `date_joined` datetime NOT NULL,
894 --
895 -- Table structure for table `auth_user_groups`
896 --
902 `id` int(11) NOT NULL AUTO_INCREMENT,
903 `user_id` int(11) NOT NULL,
904 `group_id` int(11) NOT NULL,
914 --
915 -- Table structure for table `auth_user_user_permissions`
916 --
922 `id` int(11) NOT NULL AUTO_INCREMENT,
923 `user_id` int(11) NOT NULL,
924 `permission_id` int(11) NOT NULL,
934 --
935 -- Table structure for table `django_admin_log`
936 --
942 `id` int(11) NOT NULL AUTO_INCREMENT,
943 `action_time` datetime NOT NULL,
944 `user_id` int(11) NOT NULL,
947 `object_repr` varchar(200) NOT NULL,
948 `action_flag` smallint(5) unsigned NOT NULL,
949 `change_message` longtext NOT NULL,
958 --
959 -- Table structure for table `django_content_type`
960 --
966 `id` int(11) NOT NULL AUTO_INCREMENT,
967 `name` varchar(100) NOT NULL,
968 `app_label` varchar(100) NOT NULL,
969 `model` varchar(100) NOT NULL,
975 --
976 -- Table structure for table `django_session`
977 --
983 `session_key` varchar(40) NOT NULL,
984 `session_data` longtext NOT NULL,
985 `expire_date` datetime NOT NULL,
991 --
992 -- Table structure for table `django_site`
993 --
999 `id` int(11) NOT NULL AUTO_INCREMENT,
1000 `domain` varchar(100) NOT NULL,
1001 `name` varchar(50) NOT NULL,
1006 --
1007 -- Table structure for table `migrate_info`
1008 --
1018 --
1019 -- Table structure for table `tko_embedded_graphing_queries`
1020 --
1026 `id` int(11) NOT NULL AUTO_INCREMENT,
1027 `url_token` text NOT NULL,
1028 `graph_type` varchar(16) NOT NULL,
1029 `params` text NOT NULL,
1030 `last_updated` datetime NOT NULL,
1038 --
1039 -- Table structure for table `tko_iteration_attributes`
1040 --
1046 `test_idx` int(10) unsigned NOT NULL,
1055 --
1056 -- Table structure for table `tko_iteration_perf_value`
1057 --
1063 `test_idx` int(10) unsigned NOT NULL,
1069 `higher_is_better` tinyint(1) NOT NULL DEFAULT '1',
1078 --
1079 -- Table structure for table `tko_iteration_result`
1080 --
1086 `test_idx` int(10) unsigned NOT NULL,
1097 --
1098 -- Table structure for table `tko_job_keyvals`
1099 --
1105 `id` int(11) NOT NULL AUTO_INCREMENT,
1106 `job_id` int(10) unsigned NOT NULL,
1107 `key` varchar(90) NOT NULL,
1108 `value` varchar(300) NOT NULL,
1116 --
1117 -- Table structure for table `tko_jobs`
1118 --
1124 `job_idx` int(10) unsigned NOT NULL AUTO_INCREMENT,
1128 `machine_idx` int(10) unsigned NOT NULL,
1154 --
1155 -- Table structure for table `tko_kernels`
1156 --
1162 `kernel_idx` int(10) unsigned NOT NULL AUTO_INCREMENT,
1171 --
1172 -- Table structure for table `tko_machines`
1173 --
1179 `machine_idx` int(10) unsigned NOT NULL AUTO_INCREMENT,
1188 --
1189 -- Table structure for table `tko_patches`
1190 --
1196 `kernel_idx` int(10) unsigned NOT NULL,
1205 --
1206 -- Temporary table structure for view `tko_perf_view`
1207 --
1214 `test_idx` tinyint NOT NULL,
1215 `job_idx` tinyint NOT NULL,
1216 `test` tinyint NOT NULL,
1217 `subdir` tinyint NOT NULL,
1218 `kernel_idx` tinyint NOT NULL,
1219 `status` tinyint NOT NULL,
1220 `reason` tinyint NOT NULL,
1221 `machine_idx` tinyint NOT NULL,
1222 `test_started_time` tinyint NOT NULL,
1223 `test_finished_time` tinyint NOT NULL,
1224 `job_tag` tinyint NOT NULL,
1225 `job_label` tinyint NOT NULL,
1226 `job_username` tinyint NOT NULL,
1227 `job_queued_time` tinyint NOT NULL,
1228 `job_started_time` tinyint NOT NULL,
1229 `job_finished_time` tinyint NOT NULL,
1230 `machine_hostname` tinyint NOT NULL,
1231 `machine_group` tinyint NOT NULL,
1232 `machine_owner` tinyint NOT NULL,
1233 `kernel_hash` tinyint NOT NULL,
1234 `kernel_base` tinyint NOT NULL,
1235 `kernel_printable` tinyint NOT NULL,
1236 `status_word` tinyint NOT NULL,
1237 `iteration` tinyint NOT NULL,
1238 `iteration_key` tinyint NOT NULL,
1239 `iteration_value` tinyint NOT NULL
1243 --
1244 -- Temporary table structure for view `tko_perf_view_2`
1245 --
1252 `test_idx` tinyint NOT NULL,
1253 `job_idx` tinyint NOT NULL,
1254 `test_name` tinyint NOT NULL,
1255 `subdir` tinyint NOT NULL,
1256 `kernel_idx` tinyint NOT NULL,
1257 `status_idx` tinyint NOT NULL,
1258 `reason` tinyint NOT NULL,
1259 `machine_idx` tinyint NOT NULL,
1260 `test_started_time` tinyint NOT NULL,
1261 `test_finished_time` tinyint NOT NULL,
1262 `job_tag` tinyint NOT NULL,
1263 `job_name` tinyint NOT NULL,
1264 `job_owner` tinyint NOT NULL,
1265 `job_queued_time` tinyint NOT NULL,
1266 `job_started_time` tinyint NOT NULL,
1267 `job_finished_time` tinyint NOT NULL,
1268 `hostname` tinyint NOT NULL,
1269 `platform` tinyint NOT NULL,
1270 `machine_owner` tinyint NOT NULL,
1271 `kernel_hash` tinyint NOT NULL,
1272 `kernel_base` tinyint NOT NULL,
1273 `kernel` tinyint NOT NULL,
1274 `status` tinyint NOT NULL,
1275 `iteration` tinyint NOT NULL,
1276 `iteration_key` tinyint NOT NULL,
1277 `iteration_value` tinyint NOT NULL
1281 --
1282 -- Table structure for table `tko_query_history`
1283 --
1296 --
1297 -- Table structure for table `tko_saved_queries`
1298 --
1304 `id` int(11) NOT NULL AUTO_INCREMENT,
1305 `owner` varchar(80) NOT NULL,
1306 `name` varchar(100) NOT NULL,
1307 `url_token` longtext NOT NULL,
1312 --
1313 -- Table structure for table `tko_status`
1314 --
1320 `status_idx` int(10) unsigned NOT NULL AUTO_INCREMENT,
1327 --
1328 -- Dumping data for table `tko_status`
1329 --
1337 --
1338 -- Table structure for table `tko_task_references`
1339 --
1345 `id` int(11) NOT NULL AUTO_INCREMENT,
1346 `reference_type` enum('skylab','afe') NOT NULL,
1347 `tko_job_idx` int(10) unsigned NOT NULL,
1359 --
1360 -- Table structure for table `tko_test_attributes`
1361 --
1367 `test_idx` int(10) unsigned NOT NULL,
1370 `id` bigint(20) NOT NULL AUTO_INCREMENT,
1371 `user_created` tinyint(1) NOT NULL DEFAULT '0',
1380 --
1381 -- Table structure for table `tko_test_labels`
1382 --
1388 `id` int(11) NOT NULL AUTO_INCREMENT,
1389 `name` varchar(80) NOT NULL,
1390 `description` longtext NOT NULL,
1396 --
1397 -- Table structure for table `tko_test_labels_tests`
1398 --
1404 `id` int(11) NOT NULL AUTO_INCREMENT,
1405 `testlabel_id` int(11) NOT NULL,
1406 `test_id` int(10) unsigned NOT NULL,
1416 --
1417 -- Temporary table structure for view `tko_test_view`
1418 --
1425 `test_idx` tinyint NOT NULL,
1426 `job_idx` tinyint NOT NULL,
1427 `test` tinyint NOT NULL,
1428 `subdir` tinyint NOT NULL,
1429 `kernel_idx` tinyint NOT NULL,
1430 `status` tinyint NOT NULL,
1431 `reason` tinyint NOT NULL,
1432 `machine_idx` tinyint NOT NULL,
1433 `test_started_time` tinyint NOT NULL,
1434 `test_finished_time` tinyint NOT NULL,
1435 `job_tag` tinyint NOT NULL,
1436 `job_label` tinyint NOT NULL,
1437 `job_username` tinyint NOT NULL,
1438 `job_queued_time` tinyint NOT NULL,
1439 `job_started_time` tinyint NOT NULL,
1440 `job_finished_time` tinyint NOT NULL,
1441 `machine_hostname` tinyint NOT NULL,
1442 `machine_group` tinyint NOT NULL,
1443 `machine_owner` tinyint NOT NULL,
1444 `kernel_hash` tinyint NOT NULL,
1445 `kernel_base` tinyint NOT NULL,
1446 `kernel_printable` tinyint NOT NULL,
1447 `status_word` tinyint NOT NULL
1451 --
1452 -- Temporary table structure for view `tko_test_view_2`
1453 --
1460 `test_idx` tinyint NOT NULL,
1461 `job_idx` tinyint NOT NULL,
1462 `test_name` tinyint NOT NULL,
1463 `subdir` tinyint NOT NULL,
1464 `kernel_idx` tinyint NOT NULL,
1465 `status_idx` tinyint NOT NULL,
1466 `reason` tinyint NOT NULL,
1467 `machine_idx` tinyint NOT NULL,
1468 `invalid` tinyint NOT NULL,
1469 `invalidates_test_idx` tinyint NOT NULL,
1470 `test_started_time` tinyint NOT NULL,
1471 `test_finished_time` tinyint NOT NULL,
1472 `job_tag` tinyint NOT NULL,
1473 `job_name` tinyint NOT NULL,
1474 `job_owner` tinyint NOT NULL,
1475 `job_queued_time` tinyint NOT NULL,
1476 `job_started_time` tinyint NOT NULL,
1477 `job_finished_time` tinyint NOT NULL,
1478 `afe_job_id` tinyint NOT NULL,
1479 `afe_parent_job_id` tinyint NOT NULL,
1480 `build` tinyint NOT NULL,
1481 `build_version` tinyint NOT NULL,
1482 `suite` tinyint NOT NULL,
1483 `board` tinyint NOT NULL,
1484 `hostname` tinyint NOT NULL,
1485 `platform` tinyint NOT NULL,
1486 `machine_owner` tinyint NOT NULL,
1487 `kernel_hash` tinyint NOT NULL,
1488 `kernel_base` tinyint NOT NULL,
1489 `kernel` tinyint NOT NULL,
1490 `status` tinyint NOT NULL
1494 --
1495 -- Temporary table structure for view `tko_test_view_outer_joins`
1496 --
1503 `test_idx` tinyint NOT NULL,
1504 `job_idx` tinyint NOT NULL,
1505 `test_name` tinyint NOT NULL,
1506 `subdir` tinyint NOT NULL,
1507 `kernel_idx` tinyint NOT NULL,
1508 `status_idx` tinyint NOT NULL,
1509 `reason` tinyint NOT NULL,
1510 `machine_idx` tinyint NOT NULL,
1511 `test_started_time` tinyint NOT NULL,
1512 `test_finished_time` tinyint NOT NULL,
1513 `job_tag` tinyint NOT NULL,
1514 `job_name` tinyint NOT NULL,
1515 `job_owner` tinyint NOT NULL,
1516 `job_queued_time` tinyint NOT NULL,
1517 `job_started_time` tinyint NOT NULL,
1518 `job_finished_time` tinyint NOT NULL,
1519 `hostname` tinyint NOT NULL,
1520 `platform` tinyint NOT NULL,
1521 `machine_owner` tinyint NOT NULL,
1522 `kernel_hash` tinyint NOT NULL,
1523 `kernel_base` tinyint NOT NULL,
1524 `kernel` tinyint NOT NULL,
1525 `status` tinyint NOT NULL
1529 --
1530 -- Table structure for table `tko_tests`
1531 --
1537 `test_idx` int(10) unsigned NOT NULL AUTO_INCREMENT,
1538 `job_idx` int(10) unsigned NOT NULL,
1541 `kernel_idx` int(10) unsigned NOT NULL,
1542 `status` int(10) unsigned NOT NULL,
1544 `machine_idx` int(10) unsigned NOT NULL,
1568 --
1569 -- Final view structure for view `tko_perf_view`
1570 --
1581 /*!50013 DEFINER=`chromeosqa-admin`@`localhost` SQL SECURITY DEFINER */
1587 --
1588 -- Final view structure for view `tko_perf_view_2`
1589 --
1600 /*!50013 DEFINER=`chromeosqa-admin`@`localhost` SQL SECURITY DEFINER */
1606 --
1607 -- Final view structure for view `tko_test_view`
1608 --
1619 /*!50013 DEFINER=`chromeosqa-admin`@`localhost` SQL SECURITY DEFINER */
1625 --
1626 -- Final view structure for view `tko_test_view_2`
1627 --
1638 /*!50013 DEFINER=`chromeosqa-admin`@`localhost` SQL SECURITY DEFINER */
1644 --
1645 -- Final view structure for view `tko_test_view_outer_joins`
1646 --
1657 /*!50013 DEFINER=`chromeosqa-admin`@`localhost` SQL SECURITY DEFINER */
1672 -- Dump completed on 2018-06-18 15:46:13