Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
0.9.52
-
None
Description
I created a cursor as follows:
cursor = conn.cursor(cursor_type=mariadb.CURSOR_TYPE_READ_ONLY)
And then used the cursor to execute a few INSERT statements. Following those, an attempt to do a SELECT caused a segmentation fault.
If I avoid the INSERT statements, the SELECT works fine with CURSOR_TYPE_READ_ONLY set.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | non-read-only.py [ 50307 ] |
Affects Version/s | 0.9.52 [ 24202 ] |
Component/s | DBAPI 2.0 [ 14516 ] |
Fix Version/s | 0.9.53 [ 24203 ] |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Resolution | Fixed [ 1 ] | |
Status | Confirmed [ 10101 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Stalled [ 10000 ] |
Workflow | MariaDB v3 [ 103337 ] | MariaDB v4 [ 135601 ] |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |