summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sysschema/t/v_schema_table_statistics_with_buffer.test
blob: 9fbe523173d78663990f8b02e164096cfcbe8077 (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.schema_table_statistics_with_buffer view

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

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


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

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