innodb_ruby 0.9.7 → 0.9.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/innodb_space +2 -2
- data/lib/innodb/version.rb +1 -1
- metadata +2 -2
data/bin/innodb_space
CHANGED
|
@@ -619,7 +619,7 @@ def space_inodes_summary(space)
|
|
|
619
619
|
end
|
|
620
620
|
|
|
621
621
|
def space_inodes_detail(space)
|
|
622
|
-
space.
|
|
622
|
+
space.each_inode do |inode|
|
|
623
623
|
print_inode_detail(inode)
|
|
624
624
|
end
|
|
625
625
|
end
|
|
@@ -666,7 +666,7 @@ def page_account(innodb_system, space, page_number)
|
|
|
666
666
|
end
|
|
667
667
|
|
|
668
668
|
page_inode = nil
|
|
669
|
-
space.
|
|
669
|
+
space.each_inode do |inode|
|
|
670
670
|
inode.each_list do |name, list|
|
|
671
671
|
if list.include? xdes
|
|
672
672
|
page_inode = inode
|
data/lib/innodb/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: innodb_ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.8
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2014-04-
|
|
13
|
+
date: 2014-04-04 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bindata
|