<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - MySQL native connector "Commands out of sync..." when calling procedure second time. - Crash"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=112423#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - MySQL native connector "Commands out of sync..." when calling procedure second time. - Crash"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=112423">bug 112423</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>