Closed ck closed 15 years ago
This was resolved in one of the last several commits.
Fix confirmed:
$ make test
sh ebin/mysql.app.in 4
mkdir -p ebin
(cd src;make)
~/lib/erlang/erlang_mysql/src
make[1]: Nothing to be done for `all'.
prove t/*.t
t/001-load..............ok
t/connect...............ok
t/execute...............ok
t/fetch_many............ok
t/prepare...............ok
t/prepare_concurrent....ok
t/sleep.................ok
All tests successful.
Files=7, Tests=2044, 4 wallclock secs ( 0.98 cusr + 0.36 csys = 1.34 CPU)
Thanks for your patience and help,
-ck
First let me apologize for submitting this issue. I have to do something wrong, but I can't figure out what.
Cloning and building erlang_mysql works fine, but then I run into errors executing the tests:
Then I check my existing code using the mysql drivers from http://erlang-mysql-driver.googlecode.com/svn/trunk to ensure everything is fine with MySQL. I'm able to connect to the database and retrieve rows. Replacing the mysql lib and the connect call with the one in erlang_mysql I again ran into the same error.
Any pointers where I went of the track are appreciated,
-ck