[MDEV-25767] MariaDB crashes with CONNECT engine ODBC Created: 2021-05-25 Updated: 2022-09-23 Resolved: 2022-09-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Affects Version/s: | 10.3.17 |
| Fix Version/s: | 10.3.37 |
| Type: | Bug | Priority: | Major |
| Reporter: | tae ho lee | Assignee: | Daniel Black |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | crash | ||
| Environment: |
centos7 |
||
| Attachments: |
|
| Description |
|
I created table on MariaDB CONNECT and Postgresql to migrate datas from MariaDB to Postgresql. 1. DELETE * FROM SYNC.ACC009_SYNC 2. DELETE * FROM SYNC.ACC009_SYNC WHERE COM_CODE = '22546' |
| Comments |
| Comment by Andrew Hutchings [ 2022-08-26 ] |
|
Reproduced this as above, the second delete causes the crash. tabodbc.cpp:556, Query is a NULL ptr. |
| Comment by Andrew Hutchings [ 2022-08-26 ] |