innodb_ruby 0.6.3 → 0.6.4
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 +1 -1
- data/lib/innodb/version.rb +1 -1
- metadata +3 -3
data/bin/innodb_space
CHANGED
|
@@ -104,7 +104,7 @@ def space_index_pages_free_plot(space, image)
|
|
|
104
104
|
plot.yrange "[-100:18000]"
|
|
105
105
|
plot.xtics "border"
|
|
106
106
|
|
|
107
|
-
index_data.each do |id, data|
|
|
107
|
+
index_data.sort.each do |id, data|
|
|
108
108
|
plot.data << Gnuplot::DataSet.new([data[:x], data[:y]]) do |ds|
|
|
109
109
|
ds.with = "dots"
|
|
110
110
|
ds.title = id == 0 ? "Unallocated" : "Index #{id}"
|
data/lib/innodb/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: innodb_ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 15
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 6
|
|
9
|
-
-
|
|
10
|
-
version: 0.6.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.6.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jeremy Cole
|