Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.1.21
-
None
-
Windows 2008R2, Guru ODBC
Description
I am trying to use MariaDB to expose data from a legacy system (Guru) in order to eventually migrate to something built with MariaDB. DELETE queries seem to always cause a crash, and some UPDATE queries do as well. A query that causes a crash seems to reliably cause crashes.
I have attached the relevant section of the error log, my configuration file, and the schema of the table involved in this query. I had a quick look at OpenDB() in tabodbc.cpp, but didn't get much past comments.
The problem is that the source files on my machine have been updated for new versions. Therefore, the line numbers in your crash file do not match (in the current version line 877 of tabodbc.cpp is not even in the OpenDB function)
For me to check where the crash occured, could you attach the three source files ha_connect.cc, connect.cc and tabodbc.cpp.
Thanks.