[Libreoffice-bugs] [Bug 112423] MySQL native connector "Commands out of sync..." when calling procedure second time. - Crash

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Sep 20 19:04:29 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=112423

--- Comment #7 from Julien Nabet <serval2412 at yahoo.fr> ---
Lionel: testing again calls to callstatements, it seems indeed more than 1 rs
triggers pb.
Indeed, it fails here:
mariadb-connector-c/libmariadb/libmariadb.c
    557   if (mysql->status != MYSQL_STATUS_READY ||
    558       mysql->server_status & SERVER_MORE_RESULTS_EXIST)
    559   {
    560     SET_CLIENT_ERROR(mysql, CR_COMMANDS_OUT_OF_SYNC, unknown_sqlstate,
0);
    561     goto end;
    562   }
mysql->status is equal to MYSQL_STATUS_READY but I encountered the second
condition.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170920/600a902c/attachment.html>


More information about the Libreoffice-bugs mailing list