mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Remove remnant of COM_FIELD_LIST
This commit is contained in:
@@ -152,8 +152,6 @@ MYSQLND_METHOD(mysqlnd_res, read_result_metadata)(MYSQLND_RES * result, MYSQLND_
|
||||
result->meta = NULL;
|
||||
DBG_RETURN(FAIL);
|
||||
}
|
||||
/* COM_FIELD_LIST is broken and has premature EOF, thus we need to hack here and in mysqlnd_res_meta.c */
|
||||
result->field_count = result->meta->field_count;
|
||||
|
||||
/*
|
||||
2. Follows an EOF packet, which the client of mysqlnd_read_result_metadata()
|
||||
|
||||
Reference in New Issue
Block a user