innodb_ruby 0.7.10 → 0.7.11
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/lib/innodb/index.rb +0 -1
- data/lib/innodb/version.rb +1 -1
- metadata +3 -3
data/lib/innodb/index.rb
CHANGED
|
@@ -289,7 +289,6 @@ class Innodb::Index
|
|
|
289
289
|
@stats[:binary_search_by_directory_linear_search] += 1
|
|
290
290
|
linear_search_from_cursor(page, page.record_cursor(rec[:offset]), key)
|
|
291
291
|
elsif next_key == +1
|
|
292
|
-
puts "+1"
|
|
293
292
|
@stats[:binary_search_by_directory_linear_search] += 1
|
|
294
293
|
linear_search_from_cursor(page, page.record_cursor(next_rec[:offset]), key)
|
|
295
294
|
else
|
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.7.
|
|
4
|
+
version: 0.7.11
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2013-01-15 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bindata
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70308829886920 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: 1.4.5
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70308829886920
|
|
25
25
|
description: Library for parsing InnoDB data files in Ruby
|
|
26
26
|
email: jeremy@jcole.us
|
|
27
27
|
executables:
|