The connector build against 4.1.3 craches with XP works for win7 and win8 but chrash when opening some tables who are opening without problem with 4.0 and his Connector 1. win XP Trye to open a connection with the joined Connector 1.0.2 2. Win7 or Win8 Make a odb document and connect to a MySQL server with the joined table dumps installed.... 3. Try to open the smalest table "agendas" who do crash LO 4. Try to open the bigest table "Jobactions" who makes LO waiting forever... Operating System: Windows (other) Version: 4.1.3.1 rc Last worked in: 4.0.5.2 release
Created attachment 87669 [details] mySQL dumps of 2 tables
Created attachment 87670 [details] MySQL connector for the 4.0 code base
Created attachment 87671 [details] mySQL connector for 4.1 code base
using ODBC as connector lets opens both tables so the problem is probably due to the Native Connector
Reproduced on GNU/Linux. The crash is in libmariadb...
Yup, replacing libmariadb by libmysql solves the crash. Trying to update to newer version of libmariadb...
So, this looks to me like a libmariadb bug. Updating to latest bzr checkout does not help. I'm considering switching back to libmysql.
(In reply to comment #7) > I'm considering switching back to libmysql. I just did that in master.
Lionel Elie Mamane committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=02a11749da521e8e2099b464c0fcbebce9e95e22 fdo#70496 revert to using libmysqlclient The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Lionel: just for my info, does it mean we abandon MariaDB or just for the moment because of this bug?
(In reply to comment #8) > (In reply to comment #7) > > I'm considering switching back to libmysql. > > I just did that in master. @Lionel, what about 4.1?
Jésus, and others, This weekend is worked with the 1.0.2 (build for 4.1) using LO 4.0.5.3 flawlesly ?
Lionel Elie Mamane committed a patch related to this issue. It has been pushed to "libreoffice-4-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=f4d728ab649f0f743e09a744a63565f1cbdf6e88&h=libreoffice-4-1 fdo#70496 revert to using libmysqlclient It will be available in LibreOffice 4.1.4. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
*** Bug 82336 has been marked as a duplicate of this bug. ***