Skip to content

Commit c6d3a05

Browse files
kamil-tekielaju1ius
authored andcommitted
Remove remnant of COM_FIELD_LIST
1 parent 1290a01 commit c6d3a05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/mysqlnd/mysqlnd_result.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ MYSQLND_METHOD(mysqlnd_res, read_result_metadata)(MYSQLND_RES * result, MYSQLND_
152152
result->meta = NULL;
153153
DBG_RETURN(FAIL);
154154
}
155-
/* COM_FIELD_LIST is broken and has premature EOF, thus we need to hack here and in mysqlnd_res_meta.c */
156-
result->field_count = result->meta->field_count;
157155

158156
/*
159157
2. Follows an EOF packet, which the client of mysqlnd_read_result_metadata()

0 commit comments

Comments
 (0)