[CONC-116] mariadbclient.lib crash on load data local infile in multithreaded application. Created: 2014-11-27 Updated: 2014-11-27 Resolved: 2014-11-27 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.0.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Abhishek | Assignee: | Georg Richter |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 8, Visual studio 10. |
||
| Attachments: |
|
| Description |
|
Mariadb library crashes on load data local infile if executed in separate thread. All other queries are working fine. I have attached sample source code of console application to reproduce this crash. JIRA interface doesn't allow me to attach whole visual studio project( compressed size~11 MB).Stack trace is also attached. Please fix it. |
| Comments |
| Comment by Georg Richter [ 2014-11-27 ] |
|
Please read documentation and how to use client in threaded applications: georg@mozart:~/work/mariadb/conc-116> grep -c mysql_thread_init crash_report.cpp Please also note that the LOAD DATA statement doesn't return a result set. |
| Comment by Abhishek [ 2014-11-27 ] |
|
Hi, |
| Comment by Abhishek [ 2014-11-27 ] |
|
I will also like to add, This application doesn't crash on any other query. It crashes just on LOAD DATA. |