Path: | README.txt |
Last Update: | Thu Jul 05 11:25:56 -0400 2012 |
This is the MySQL API module for Ruby. It provides the same functions for Ruby programs that the MySQL C API provides for C programs.
This is a conversion of tmtm‘s original extension into a proper RubyGems.
Mixing MySQL versions will generate segmentation faults.
Running the binary version of this gem against a different version of MySQL shared library libMySQL.dll will generate segmentation faults and terminate your application.
Please use the exact same MAJOR.MINOR version of MySQL, see History.txt for specific version of MySQL used to build the binaries.