320x100
mysql_fetch_row_nonblocking()
enum net_async_status
mysql_fetch_row_nonblocking(MYSQL_RES *result,
MYSQL_ROW *row)
mysql_free_result_nonblocking()
enum net_async_status
mysql_free_result_nonblocking(MYSQL_RES *result)
mysql_next_result_nonblocking()
enum net_async_status
mysql_next_result_nonblocking(MYSQL *mysql)
mysql_real_connect_nonblocking()
enum net_async_status
mysql_real_connect_nonblocking(MYSQL *mysql,
const char *host,
const char *user,
const char *passwd,
const char *db,
unsigned int port,
const char *unix_socket,
unsigned long
client_flag)
mysql_real_query_nonblocking()
enum net_async_status
mysql_real_query_nonblocking(MYSQL *mysql,
const char *stmt_str,
unsigned long length)
mysql_store_result_nonblocking()
enum net_async_status
mysql_store_result_nonblocking(MYSQL *mysql,
MYSQL_RES **result)
https://dev.mysql.com/doc/c-api/8.0/en/c-api-asynchronous-function-descriptions.html
320x100
'DB > MYSQL' 카테고리의 다른 글
동적 쿼리 작성하기 (0) | 2021.10.15 |
---|---|
Replication (0) | 2021.10.14 |
INSERT와 REPLACE 차이 (0) | 2021.10.13 |
실행 계획 보기 (0) | 2021.10.12 |
인코딩 설정 관련 설정 (0) | 2021.10.11 |