polardbxengine/mysql-test/suite/xengine_sysschema/t/v_schema_index_statistics.test

22 lines
563 B
Plaintext

-- source ../include/ps_truncate_all_tables.inc
# Tests for sys schema
# Verify the sys.schema_index_statistics view
# Ensure structure changes don't slip in
DESC sys.schema_index_statistics;
# Make sure view select does not error, but ignore results
--disable_result_log
SELECT * FROM sys.schema_index_statistics;
--enable_result_log
# Ensure structure changes don't slip in
DESC sys.x$schema_index_statistics;
# Make sure view select does not error, but ignore results
--disable_result_log
SELECT * FROM sys.x$schema_index_statistics;
--enable_result_log