Got multiple results sets working for mysql which solves the precedure
authorRuss Tyndall <russ@acceleration.net>
Mon, 28 Jul 2014 18:41:24 +0000 (14:41 -0400)
committerRuss Tyndall <russ@acceleration.net>
Tue, 29 Jul 2014 18:14:19 +0000 (14:14 -0400)
commit71c68c68c83c7dce7fb5e6243baa365f28f70ebe
tree87b5c493f4b384992c15d2c07f9446b505e31aa5
parent92cad9a9410b8e481987b90cc4f5edd8cc85e7ce
Got multiple results sets working for mysql which solves the precedure
call bug with a reproduction case of the error.

All result sets from a mysql query are now returned as values EG:

rows0 names0 rows1 names1 ...

fix UnwashedMeme/clsql#4
CONTRIBUTORS
ChangeLog
db-mysql/mysql-api.lisp
db-mysql/mysql-package.lisp
db-mysql/mysql-sql.lisp
tests/test-connection.lisp
tests/test-init.lisp
tests/test-pool.lisp