diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 18:00:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 18:00:34 +0000 |
commit | 3f619478f796eddbba6e39502fe941b285dd97b1 (patch) | |
tree | e2c7b5777f728320e5b5542b6213fd3591ba51e2 /mysql-test/suite/storage_engine/show_engine.result | |
parent | Initial commit. (diff) | |
download | mariadb-upstream.tar.xz mariadb-upstream.zip |
Adding upstream version 1:10.11.6.upstream/1%10.11.6upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mysql-test/suite/storage_engine/show_engine.result')
-rw-r--r-- | mysql-test/suite/storage_engine/show_engine.result | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mysql-test/suite/storage_engine/show_engine.result b/mysql-test/suite/storage_engine/show_engine.result new file mode 100644 index 00000000..ab8c6b8f --- /dev/null +++ b/mysql-test/suite/storage_engine/show_engine.result @@ -0,0 +1,11 @@ +# For most engines SHOW ENGINE .. STATUS produces an empty result, +# so the default result file is empty; but returning a value here is not an error. +# The Status column is masked, because it is likely to contain some +# volatile data (timestamps, memory info, etc.) +SHOW ENGINE <STORAGE_ENGINE> STATUS; +Type Name Status +<STORAGE_ENGINE> ### Engine status, can be long and changeable ### +# For SHOW MUTEX even the number of lines is volatile, so the result logging is disabled, +# the test only checks that the command does not produce any errors +SHOW ENGINE <STORAGE_ENGINE> MUTEX; +SHOW ENGINE ALL MUTEX; |