15 lines
472 B
Plaintext
15 lines
472 B
Plaintext
-- source ../include/ps_truncate_all_tables.inc
|
|
# Tests for sys schema
|
|
# Verify the sys.schema_object_overview view
|
|
|
|
# Ensure structure changes don't slip in
|
|
# The NULL and DEFAULT column changes because of the Bug#28098779,
|
|
# masking the column value until it is fixed.
|
|
--replace_column 3 # 5 #
|
|
DESC sys.schema_object_overview;
|
|
|
|
# Make sure view select does not error, but ignore results
|
|
--disable_result_log
|
|
SELECT * FROM sys.schema_object_overview;
|
|
--enable_result_log
|