Skip to content

Commit 788540e

Browse files
committed
Remove remnant of COM_FIELD_LIST
1 parent 620b622 commit 788540e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/mysqlnd/mysqlnd_result.c

-2
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)