summaryrefslogtreecommitdiffstats
path: root/storage/rocksdb/mysql-test/storage_engine/show_engine.rdiff
blob: 15a9bb6f171f4bbe28d9c899ebffdba0e2ddef80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- suite/storage_engine/show_engine.result	2017-03-12 04:57:07.169911845 +0200
+++ suite/storage_engine/show_engine.reject	2017-08-14 22:58:15.508554871 +0300
@@ -4,7 +4,11 @@
 # volatile data (timestamps, memory info, etc.)
 SHOW ENGINE <STORAGE_ENGINE> STATUS;
 Type	Name	Status
-<STORAGE_ENGINE>		### Engine status, can be long and changeable ###
+STATISTICS	<STORAGE_ENGINE>	### Engine status, can be long and changeable ###
+DBSTATS	<STORAGE_ENGINE>	### Engine status, can be long and changeable ###
+CF_COMPACTION	__system__	### Engine status, can be long and changeable ###
+CF_COMPACTION	default	### Engine status, can be long and changeable ###
+MEMORY_STATS	<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;