summaryrefslogtreecommitdiffstats
path: root/external/mysqlcppconn
Commit message (Collapse)AuthorAgeFilesLines
* Introduce gb_*_set_external_codeStephan Bergmann2014-12-181-0/+2
| | | | | | | | | | | ...to harmonize the mechanisms to not define LIBO_INTERNAL_ONLY for extension code and CppunitTest_odk_checkapi. (It also needs to revert any -Wundef, as the config_host/config_*.h files will not be included, so the HAVE_* macros will be undefined.) This obsoletes the need for RTL_DISABLE_FAST_STRING. Change-Id: If5eacba80c349efb90762aade8f2ea6d2db7e314
* external/mysqlcppconn/patches/cmake.patch is deadStephan Bergmann2014-12-091-363/+0
| | | | | | | ...since 4c232e49621065d6b12e087333f44a224f788d71 "remove build dependency on cmake for sqlconnector" Change-Id: I9ed77e7db6214e07e5671b07a0d878be1c34be6c
* Revert "Fix common typos. No automatic tools. Handmade…"Stephan Bergmann2014-12-091-1/+1
| | | | | This reverts commit 759c4d18d57b06dcc26fb82759599a29c61ef853, every part of it is wrong.
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-12-091-1/+1
| | | | | | | Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* Partial revert of da40cac540e7d735edbe9069b3c8ec6af4530208Andrea Gelmini2014-11-151-1/+1
| | | | | | | | | | As requested from Michael Stahl here: https://gerrit.libreoffice.org/#/c/12164/ Change-Id: Ie00bc789c1dfa3f0049c8915e0deeac7fab6e0fd Reviewed-on: https://gerrit.libreoffice.org/12432 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
| | | | | | | Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* Fix for CONC-104: mysql_options doesn't support MYSQL_SECURE_AUTH optionRobert Antoni Buj i Gelonch2014-09-252-0/+28
| | | | | | | | | http://bazaar.launchpad.net/~maria-captains/mariadb-native-client/trunk/revision/149 Change-Id: I273f355b9fc922fdb9d9692e0057cfccfdcbcde1 Reviewed-on: https://gerrit.libreoffice.org/11492 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* mariadb iconv dep apparently is only for MacNorbert Thiebaud2014-09-051-0/+2
| | | | Change-Id: Ic49fa8c62eb7ce01e4488bc32ef9167a9b77662d
* non-system mariadb need iconvNorbert Thiebaud2014-09-041-0/+6
| | | | Change-Id: I2c150d9adf9f5d21b36c9cf57f62e214dc97b680
* remove build dependency on cmake for sqlconnectorNorbert Thiebaud2014-09-043-10/+43
| | | | Change-Id: I73a56b902099939972b8f5c8a55d231459e5421b
* mysqlcppconn: do not force (partial) rebuild each timeLionel Elie Mamane2014-08-121-4/+2
| | | | Change-Id: I2eb014f143dda22011161e82fbf06fcba32ce3c6
* mysqlcppconn: limit cmake to the role we left itLionel Elie Mamane2014-08-122-0/+364
| | | | | | generate version_info.h Change-Id: I6ea57ef1403974d19a0dca1f76e40a6d68a9e44c
* mysqlcppconn: when using internal boost, point cmake to itLionel Elie Mamane2014-08-121-1/+5
| | | | Change-Id: Ibc6971599be3e4a4b6bd95fabd74c8cacaf350d6
* mysqlcppconn: make mysqlcppconn_configure depend on one .o fileLionel Elie Mamane2014-08-121-1/+1
| | | | | | so that the build directory at least exists Change-Id: Iaddeb59d60e81b0823ded73c85c2ffd19244d3c2
* fixupLionel Elie Mamane2014-08-111-1/+1
| | | | Change-Id: I35996d4337421317ae1c6da2a4647b231782d882
* update mysqlcppconn to latest versionLionel Elie Mamane2014-08-113-13/+8
| | | | Change-Id: I2e60d97b777727878daf811c2f3da697af69c484
* remove some external header guardsThomas Arnhold2014-05-181-3/+1
| | | | Change-Id: I5a51dc496835f0998a3422f2a1f0f2ff8bb3c13f
* update mysqlcppconn urlThomas Arnhold2014-05-181-1/+1
| | | | Change-Id: I96579ed4be05cc22bc66f80bd39d7af961d47470
* Resolves: fdo#76638 Patch retrieve_grants.patch.1 failsJulien Nabet2014-03-262-32/+0
| | | | | | Let's remove this since the future is MariaDB Change-Id: I39641f81c59e7d024aaf48e8e3cc9fc9a7c3127c
* -Wunused-parameter (when included from mysqlc/source/)Stephan Bergmann2014-02-032-0/+12
| | | | Change-Id: I4889864a3db2090c687c32e11d4d28c3dda63eb0
* User grants debug Mysql part: retrieve IS_GRANTABLE + update column privsJulien Nabet2014-01-302-0/+32
| | | | | | | | | | (See http://dev.mysql.com/doc/refman/5.6/en/grant-table-structure.html Table 6.7. Set-Type Privilege Column Values Section) Change-Id: I6173ba0df84f722a872afa59d7d7dc9eefe3e368 Reviewed-on: https://gerrit.libreoffice.org/7155 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
* fdo#70496 revert to using libmysqlclientLionel Elie Mamane2013-10-191-1/+0
| | | | Change-Id: I5b98b5e7840e4f1c6005aee0c1f43ef814ecf77b
* fdo#70393: move mysqlcppconn to a subdir of externalKhaled Hosny2013-10-199-0/+298
Change-Id: I5945fa432a9371854e25454feabcafabed7f7b7d Reviewed-on: https://gerrit.libreoffice.org/6346 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>