mysqlplus icon indicating copy to clipboard operation
mysqlplus copied to clipboard

An enhanced mysql driver with an async interface and threaded access support

Results 6 mysqlplus issues
Sort by recently updated
recently updated
newest added

As of Ruby 2.4.0, Fixnum and Bignum have been unified into the Integer type. So rb_cFixnum is no longer defined. Fortunately, ruby.h defines RUBY_INTEGER_UNIFICATION if rb_cFixnum is no longer available,...

I installed from source 0.1.3 but something wants 0.1.2 and bundle install fails. Sorry, I'm new to all this gem business. How can I install 0.1.2? Thanks!

When compiled on Fedora 14 under Ruby 1.9 (p180 and p290) it will throw an exception that looks like this: ``` ruby: symbol lookup error: /usr/local/rvm/gems/ruby-1.9.2-p290/gems/mysqlplus-0.1.2/lib/mysql.so: undefined symbol: vio_blocking ```...

Hi, "mysqlplus" (and of course also "mysql") driver blocks totally the Ruby process when it's trying to connect to a MySQL server. In case the server doesn't respond then we...

I've ruby1.8.7 and 1.9.1 installed. In both I've the gems: - mysql (2.8.1) - mysqlplus (0.1.1) When I require mysqlplus in 1.8 it is correctly loaded. However in Ruby 1.9...

looks like there's some work to be done in doze.... mysql.o: In function `optimize_for_async': C:/dev/ruby/mysqlplus/ext/mysql.c:336: undefined reference to`vio_blocking' C:/dev/ruby/mysqlplus/ext/mysql.c:337: undefined reference to `vio_is_blocking' C:/dev/ruby/mysqlplus/ext/mysql.c:339: undefined reference to`vio_fastsend' mysql.o: In function...