Parent

Object

Constants

MysqlRes
MysqlField
MysqlError

Public Instance Methods

default_mysql_config_path() click to toggle source

The first mysql_config binary on PATH …

    # File ext/mysql_api/extconf.rb, line 24
24: def default_mysql_config_path
25:   mysql_config_paths.compact.first
26: end
mysql_config_paths() click to toggle source

All instances of mysql_config on PATH …

    # File ext/mysql_api/extconf.rb, line 16
16: def mysql_config_paths
17:   ENV['PATH'].split(File::PATH_SEPARATOR).collect do |path|
18:     [ "#{path}/mysql_config", "#{path}/mysql_config5" ].
19:       detect { |bin| File.exist?(bin) }
20:   end
21: end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.