summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sysschema/t/v_ps_check_lost_instrumentation.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/sysschema/t/v_ps_check_lost_instrumentation.test')
-rw-r--r--mysql-test/suite/sysschema/t/v_ps_check_lost_instrumentation.test13
1 files changed, 13 insertions, 0 deletions
diff --git a/mysql-test/suite/sysschema/t/v_ps_check_lost_instrumentation.test b/mysql-test/suite/sysschema/t/v_ps_check_lost_instrumentation.test
new file mode 100644
index 00000000000..b5c7fd19cab
--- /dev/null
+++ b/mysql-test/suite/sysschema/t/v_ps_check_lost_instrumentation.test
@@ -0,0 +1,13 @@
+-- source include/not_embedded.inc
+-- source ../include/ps_truncate_all_tables.inc
+# Tests for sys schema
+# Verify the sys.ps_check_lost_instrumentation view
+
+# Ensure structure changes don't slip in
+DESC sys.ps_check_lost_instrumentation;
+
+# Make sure view select does not error, but ignore results
+--disable_result_log
+SELECT * FROM sys.ps_check_lost_instrumentation;
+--enable_result_log
+