mirror of
https://github.com/sogou/workflow.git
synced 2026-02-08 01:33:17 +08:00
fix MySQLResult's init
This commit is contained in:
@@ -131,6 +131,7 @@ void MySQLResultCursor::init(const MySQLResponse *resp)
|
||||
this->field_count = 0;
|
||||
this->fields = NULL;
|
||||
this->parser = resp->get_parser();
|
||||
this->status = MYSQL_STATUS_NOT_INIT;
|
||||
|
||||
if (!list_empty(&this->parser->result_set_list))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user