summaryrefslogtreecommitdiff
path: root/external/mysqlcppconn
AgeCommit message (Collapse)AuthorFilesLines
2014-12-18Introduce gb_*_set_external_codeStephan Bergmann1-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
2014-12-09external/mysqlcppconn/patches/cmake.patch is deadStephan Bergmann1-363/+0
...since 4c232e49621065d6b12e087333f44a224f788d71 "remove build dependency on cmake for sqlconnector" Change-Id: I9ed77e7db6214e07e5671b07a0d878be1c34be6c
2014-12-09Revert "Fix common typos. No automatic tools. Handmade…"Stephan Bergmann1-1/+1
This reverts commit 759c4d18d57b06dcc26fb82759599a29c61ef853, every part of it is wrong.
2014-12-09Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-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>
2014-11-15Partial revert of da40cac540e7d735edbe9069b3c8ec6af4530208Andrea Gelmini1-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>
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-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>
2014-09-25Fix for CONC-104: mysql_options doesn't support MYSQL_SECURE_AUTH optionRobert Antoni Buj i Gelonch2-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>
2014-09-05mariadb iconv dep apparently is only for MacNorbert Thiebaud1-0/+2
Change-Id: Ic49fa8c62eb7ce01e4488bc32ef9167a9b77662d
2014-09-04non-system mariadb need iconvNorbert Thiebaud1-0/+6
Change-Id: I2c150d9adf9f5d21b36c9cf57f62e214dc97b680
2014-09-04remove build dependency on cmake for sqlconnectorNorbert Thiebaud3-10/+43
Change-Id: I73a56b902099939972b8f5c8a55d231459e5421b
2014-08-12mysqlcppconn: do not force (partial) rebuild each timeLionel Elie Mamane1-4/+2
Change-Id: I2eb014f143dda22011161e82fbf06fcba32ce3c6
2014-08-12mysqlcppconn: limit cmake to the role we left itLionel Elie Mamane2-0/+364
generate version_info.h Change-Id: I6ea57ef1403974d19a0dca1f76e40a6d68a9e44c
2014-08-12mysqlcppconn: when using internal boost, point cmake to itLionel Elie Mamane1-1/+5
Change-Id: Ibc6971599be3e4a4b6bd95fabd74c8cacaf350d6
2014-08-12mysqlcppconn: make mysqlcppconn_configure depend on one .o fileLionel Elie Mamane1-1/+1
so that the build directory at least exists Change-Id: Iaddeb59d60e81b0823ded73c85c2ffd19244d3c2
2014-08-11fixupLionel Elie Mamane1-1/+1
Change-Id: I35996d4337421317ae1c6da2a4647b231782d882
2014-08-11update mysqlcppconn to latest versionLionel Elie Mamane3-13/+8
Change-Id: I2e60d97b777727878daf811c2f3da697af69c484
2014-05-18remove some external header guardsThomas Arnhold1-3/+1
Change-Id: I5a51dc496835f0998a3422f2a1f0f2ff8bb3c13f
2014-05-18update mysqlcppconn urlThomas Arnhold1-1/+1
Change-Id: I96579ed4be05cc22bc66f80bd39d7af961d47470
2014-03-26Resolves: fdo#76638 Patch retrieve_grants.patch.1 failsJulien Nabet2-32/+0
Let's remove this since the future is MariaDB Change-Id: I39641f81c59e7d024aaf48e8e3cc9fc9a7c3127c
2014-02-03-Wunused-parameter (when included from mysqlc/source/)Stephan Bergmann2-0/+12
Change-Id: I4889864a3db2090c687c32e11d4d28c3dda63eb0
2014-01-30User grants debug Mysql part: retrieve IS_GRANTABLE + update column privsJulien Nabet2-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>
2013-10-19fdo#70496 revert to using libmysqlclientLionel Elie Mamane1-1/+0
Change-Id: I5b98b5e7840e4f1c6005aee0c1f43ef814ecf77b
2013-10-19fdo#70393: move mysqlcppconn to a subdir of externalKhaled Hosny9-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>