mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
14 lines
391 B
Plaintext
14 lines
391 B
Plaintext
-- 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
|
|
|