Bug #86762 | Error returned by MySQL Server via ODBC/Connector and MS ADO | ||
---|---|---|---|
Submitted: | 20 Jun 2017 18:39 | Modified: | 28 Aug 2017 10:07 |
Reporter: | Paul Crowley | Email Updates: | |
Status: | Analyzing | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | 5.3.8 | OS: | Windows (Windows 10) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[20 Jun 2017 18:39]
Paul Crowley
[25 Jul 2017 11:49]
Bogdan Degtyariov
Hi Paul, Thank you for reporting a bug in MySQL ODBC driver and for providing us with the test case. Unfortunately, it depends on a number of external tables (site_info, user_info, image_info etc), so were not able to check the actual problem. Would it be possible to narrow it down to the actual failure without the use of multiple tables? Or, at least give us the SQL dump for the tables your test case is working with. Preferable if the dump only contains the test data (not the real one) or no data at all if the test can run without it. Thanks.
[26 Aug 2017 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[26 Aug 2017 19:02]
Paul Crowley
I have attached the create script for the tables and the application works fine with empty tables. No data is required to run to the point of failure. In fact, I believe only the site_info and user_info tables are required for the application to reach the point of failure. However, adding them all will allow the application to complete successfully when the problems are fixed.