diff options
author | Praveenkumar Hulakund <praveenkumar.hulakund@oracle.com> | 2014-03-19 12:30:30 +0530 |
---|---|---|
committer | Praveenkumar Hulakund <praveenkumar.hulakund@oracle.com> | 2014-03-19 12:30:30 +0530 |
commit | e73df7d9d09264573cc3968bdf97a9cd0fe8fca3 (patch) | |
tree | a2441dbcdaa7a3ec12e21d50071b027c87b20d48 /packaging | |
parent | 659bee497b0e7de22f2c7ce48391eaae37ab256d (diff) | |
download | mariadb-git-e73df7d9d09264573cc3968bdf97a9cd0fe8fca3.tar.gz |
Bug#11759519 - INFINITE HANG WITH 100% CPU USAGE WITH LOAD DATA
LOCAL AND IMPORT ERRORS
Description:
-----------
This bug happens due to the fact that current algorithm is designed
that in the case of LOCAL load of data, in case of the error, the
remaining part of the file is read in order to return the proper
error message to the client side.
But, the problem with current implementation is that data stream
for the client side is cleared only in the case where line delimiters
exist, which is not a case with, for example fixed width
fields.
Fix:
----
Ported patch provided by Sinisa Milivojevic n bug report for this
issue to 5.5+ versions.
As part of this patch code is changed to clear the data stream
by calling new member function "READ_INFO::skip_data_till_eof".
Diffstat (limited to 'packaging')
0 files changed, 0 insertions, 0 deletions