Got multiple results sets working for mysql which solves the precedure
[clsql.git] / db-mysql / mysql-api.lisp
index 45328153b20bf356c3e33ef8c9f464cc5a011d32..19d1f91d74a40651e557630c364ecd534173d500 100644 (file)
   :module "mysql"
   :returning :void)
 
+(declaim (inline mysql-next-result))
+(uffi:def-function "mysql_next_result"
+    ((mysql mysql-mysql))
+  :module "mysql"
+  :returning :int)
+
 (declaim (inline mysql-fetch-row))
 (uffi:def-function "mysql_fetch_row"
     ((res mysql-mysql-res))