Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Not a Bug
-
10.2.12, 10.1.31
-
None
-
Windows 10
Description
When called from a C# GUI client, after a logical error, CONNECT returns from rnd_next the 122 error code, MariaDB does not respond until timeout. For example:
create table tloop (
|
n int,
|
w char(16), /* too small */
|
f char(3))
|
engine=connect table_type=csv file_name='foo.csv' lrecl=50;
|
The file foo.csv being:
26,Hello world!,foo
|
45,abcdefghijklmnopqrstuvwxyz,bar
|
Executing:
select * from tloop;
|
makes the server not respond until timeout.
Attachments
Issue Links
Activity
Transition | Time In Source Status | Execution Times |
---|
|
264d 2h 57m | 1 |