update tutorial

This commit is contained in:
XieHan
2020-11-03 02:28:47 +08:00
parent 49586bfc4a
commit a4d89b5cf8
2 changed files with 6 additions and 9 deletions

View File

@@ -93,9 +93,6 @@ void mysql_callback(WFMySQLTask *task)
cursor.get_cursor_status(), cursor.get_field_count(), cursor.get_rows_count());
do {
if (cursor.get_cursor_status() != MYSQL_STATUS_GET_RESULT)
break;
fprintf(stderr, "-------- RESULT SET --------\n");
//nocopy api
fields = cursor.fetch_fields();