summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sysschema/t/v_host_summary_by_file_io_type.test
blob: 9ae9475c478ca61657cbb4be8186c288a401b9e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
-- source include/not_embedded.inc
-- source ../include/ps_truncate_all_tables.inc
# Tests for sys schema
# Verify the sys.host_summary_by_file_io_type view

# Ensure structure changes don't slip in
DESC sys.host_summary_by_file_io_type;

# Make sure view select does not error, but ignore results
--disable_result_log
SELECT * FROM sys.host_summary_by_file_io_type;
--enable_result_log


# Ensure structure changes don't slip in
DESC sys.x$host_summary_by_file_io_type;

# Make sure view select does not error, but ignore results
--disable_result_log
SELECT * FROM sys.x$host_summary_by_file_io_type;
--enable_result_log