We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c53042 commit 57b5643Copy full SHA for 57b5643
bin/innodb_space
@@ -1031,7 +1031,7 @@ def index_level_summary(index, level)
1031
page.record_space,
1032
page.free_space,
1033
page.records,
1034
- page.first_record.key_string,
+ page.min_record.key_string,
1035
]
1036
end
1037
@@ -1375,6 +1375,10 @@ if /-list-iterate$/.match(mode) and !@options.list
1375
usage 1, "List name must be specified using -L/--list"
1376
1377
1378
+if /-level-/.match(mode) and !@options.level
1379
+ usage 1, "Level must be specified using -l/--level"
1380
+end
1381
+
1382
if [
1383
"index-recurse",
1384
"index-record-offsets",
0 commit comments