|
@@ -78,7 +78,7 @@
|
|
# Since: 1.2
|
|
# Since: 1.2
|
|
##
|
|
##
|
|
{ 'struct': 'XBZRLECacheStats',
|
|
{ 'struct': 'XBZRLECacheStats',
|
|
- 'data': {'cache-size': 'int', 'bytes': 'int', 'pages': 'int',
|
|
|
|
|
|
+ 'data': {'cache-size': 'size', 'bytes': 'int', 'pages': 'int',
|
|
'cache-miss': 'int', 'cache-miss-rate': 'number',
|
|
'cache-miss': 'int', 'cache-miss-rate': 'number',
|
|
'encoding-rate': 'number', 'overflow': 'int' } }
|
|
'encoding-rate': 'number', 'overflow': 'int' } }
|
|
|
|
|
|
@@ -1470,7 +1470,7 @@
|
|
# <- { "return": 67108864 }
|
|
# <- { "return": 67108864 }
|
|
#
|
|
#
|
|
##
|
|
##
|
|
-{ 'command': 'query-migrate-cache-size', 'returns': 'int',
|
|
|
|
|
|
+{ 'command': 'query-migrate-cache-size', 'returns': 'size',
|
|
'features': [ 'deprecated' ] }
|
|
'features': [ 'deprecated' ] }
|
|
|
|
|
|
##
|
|
##
|