Re: Not consisent result about mysql_stmt_execute and mysql_stmt_errno.
Posted by: Georgi Kodinov
Date: July 19, 2022 01:15AM

Note that mysql_errno() returns the error or success of the last stmt_** API, not the last execution.

If mysql_stmt_execute was your last called, it failed but mysql_stmt_errno() returned 0, please file a bug with the steps to reproduce the issue.

Georgi "Joro" Kodinov
MySQL SrvGen team lead
Plovdiv, Bulgaria

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Not consisent result about mysql_stmt_execute and mysql_stmt_errno.
147
July 19, 2022 01:15AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.