Fix handling of large result packets

The RWBackend didn't know to skip the tail end of large packets.
This commit is contained in:
Markus Mäkelä
2019-04-16 23:07:00 +03:00
parent e9cc79d623
commit d3bfe0a712
2 changed files with 12 additions and 0 deletions

View File

@ -156,6 +156,7 @@ private:
bool m_local_infile_requested; /**< Whether a LOCAL INFILE was requested */
ResponseStat m_response_stat;
uint64_t m_num_coldefs = 0;
bool m_skip_next = false;
inline bool is_opening_cursor() const
{