[Libreoffice-bugs] [Bug 46259] re-write mysql connector to use the 'C' connector ...

2012-07-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46259 Lionel Elie Mamane changed: What|Removed |Added Status Whiteboard|EasyHack,DifficultyInterest |EasyHack |ing,Ski

[Libreoffice-bugs] [Bug 46259] re-write mysql connector to use the 'C' connector ...

2012-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46259 Florian Reisinger changed: What|Removed |Added Summary|EasyHack: re-write mysql|re-write mysql connector to

[Libreoffice-bugs] [Bug 46259] re-write mysql connector to use the 'C' connector ...

2013-03-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46259 Anthony Youngman changed: What|Removed |Added CC||anth...@youngman.org.uk --- Comment #

[Libreoffice-bugs] [Bug 46259] re-write mysql connector to use the 'C' connector ...

2013-03-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46259 --- Comment #5 from Julien Nabet --- Anthony: I think it's a bit more complicate, see http://nabble.documentfoundation.org/Bug-59481-FILEOPEN-Linux-rpm-Native-MySQL-connector-aoo-my-sdbc-1-1-0-didn-t-work-any-more-with-LO-40-tp4030195p4030866.htm

[Libreoffice-bugs] [Bug 46259] re-write mysql connector to use the 'C' connector ...

2013-03-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46259 --- Comment #6 from Anthony Youngman --- Julien: Ah, I think I've sussed what you're saying. At present the existing C++ connector talks to the MySQL GPL'd connector. We can't incorporate and distribute the MySQL code. But if we change it to a

[Libreoffice-bugs] [Bug 46259] re-write mysql connector to use the 'C' connector ...

2013-03-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46259 --- Comment #7 from Julien Nabet --- Anthony: I'm not a core dev but if you want to hack, you should start by this page: https://wiki.documentfoundation.org/Development You must know that most of LO is in C++ but there is also C, Python, Java, a

[Libreoffice-bugs] [Bug 46259] re-write mysql connector to use the 'C' connector ...

2013-03-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46259 Lionel Elie Mamane changed: What|Removed |Added CC||fridrich.st...@bluewin.ch --- Comme

[Libreoffice-bugs] [Bug 46259] re-write mysql connector to use the 'C' connector ...

2013-03-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46259 --- Comment #9 from Fridrich Strba --- Lionel, Anthony: Yes, I am thrilled by the possibility to see that done. Nevertheless, since FOSDEM where we discussed it with Lionel, I did not have time to put myself on it. I had many little issues in Vis

[Libreoffice-bugs] [Bug 46259] re-write mysql connector to use the 'C' connector ...

2013-03-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46259 --- Comment #10 from Anthony Youngman --- Okay. I'm digging into this (and getting myself thoroughly confused :-). I've downloaded the MariaDB source and am digging into it. I've also read the readme in LO in the mysqlc directory. The readme say

[Libreoffice-bugs] [Bug 46259] re-write mysql connector to use the 'C' connector ...

2013-03-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46259 --- Comment #11 from Michael Meeks --- Hi Anthony, > The readme says you need to pull in libmysql and libmysqlcppcon - > I guess the idea behind this bug is to use MariaDB's libmysql > rather than MySQL's libmysqlcppcon? OUCH! That's right. So

[Libreoffice-bugs] [Bug 46259] re-write mysql connector to use the 'C' connector ...

2013-03-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46259 --- Comment #12 from Lionel Elie Mamane --- (In reply to comment #10) > I've also read the readme in LO in the mysqlc directory. I've recently significantly updated it; make sure to read the one in the master branch, not the stable (libreoffice-

[Libreoffice-bugs] [Bug 46259] re-write mysql connector to use the 'C' connector ...

2013-03-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46259 --- Comment #13 from Fridrich Strba --- OK, I just switched LO to use libmariadb and I added a libmariadb module where a static library (lib)mariadblib is built in case internal mariadb is requiered. There is still the mysqlcppconn in the play in

[Libreoffice-bugs] [Bug 46259] re-write mysql connector to use the 'C' connector ...

2013-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46259 Lionel Elie Mamane changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|libreof