MySQL :: MySQL 8.4 C API Developer Guide :: 7.4.1 mysql_fetch_row_nonblocking() (original) (raw)

7.4.1 mysql_fetch_row_nonblocking()

enum net_async_status
mysql_fetch_row_nonblocking(MYSQL_RES *result,
                            MYSQL_ROW *row)

Description

mysql_fetch_row_nonblocking() is used similarly tomysql_fetch_row(). For details about the latter, see Section 5.4.22, “mysql_fetch_row()”. The two functions differ as follows:

mysql_fetch_row_nonblocking() was added in MySQL 8.0.16.