Commit Graph

16 Commits

Author SHA1 Message Date
ed9a6d419d Added missing MYSQL_PORT in mariadb_version.h 2020-09-14 10:00:03 +02:00
fb4e99fc7e Fix for CONC-498:
Define MYSQL_UNIX_ADDR in mariadb_version.h
2020-09-13 14:48:18 +02:00
8e6812be71 Fix plugin directory: Instead of PLUGINDIR we need to set INSTALL_PLUGINDIR (install.cmake) 2019-10-07 13:30:49 +02:00
11a2d035dd CONC-431: Use windows crypto libraries on Windows platforms
By default Windows builds now use the native system crypto libraries used
by ed25519, caching_sha2_password and sha256_password authentication plugins.
Even if configuration option WITH_SSL=OFF was specified (or no TLS library was found) authentication plugins using crypto will be available.
2019-08-01 14:02:04 +02:00
690f74a16f Fix for MDEV-19807:
If MariaDB Connector/C is build as subproject in server tree, the path for client plugins
    is wrong. C/C sets it's own configuration only if PLUGINDIR wasn't defined by server build already.
2019-06-20 15:29:02 +02:00
5dd2ba5d0b Fix for CONC-383: client plugins can't be loaded due to missing prefix 2019-06-14 13:33:34 +02:00
f4ad58c965 little MySQL compatibility
define MYSQL_SERVER_VERSION (it's a documented part of the API)
2019-01-18 14:45:28 +01:00
7209efa5aa CONC-282:
Connector/C now provides additional information for package version
mariadb_config --cc_version lists the package version
Beside MARIADB_PACKAGE_VERSION numeric representation MARIADB_PACKAGE_VERSION_ID can be used now within preprocessor directives
2017-10-25 18:32:55 +02:00
240df21700 Added missing dependency for zlib (WITH_EXTERNAL_ZLIB=ON)
Added CC_SOURCE_REVISION definition (mariadb_version.h)
2017-10-12 09:58:31 +02:00
ba8310e82d define MARIADB_BASE_VERSION in mariadb_version.h
this is the only define that could've been used
to distinguish MariaDB from MySQL, so third-party
clients use it for this purpose.
2017-09-16 22:51:37 +02:00
422d0f786e Added MYSQL_VERSION_ID (beside MARIADB_VERSION_ID) 2017-06-07 10:35:35 +02:00
2dc848e3c3 C/C server integration - pass PLUGIN_DIR and other config time variagbles from server build 2016-08-12 19:24:03 +00:00
d316a29eee Since Windows doesn't use ma_config.h, we need to move MARIADB_PLUGINDIR
definition to mariadb_version.h
2016-02-24 07:52:04 +01:00
28edd6d18e 10.2-integration
renamed duplicate symbols in mariadb_version.h
2016-02-17 07:42:11 +01:00
62e69c8b95 Prevent multiple inclusion of mariadb_version.h in client tools 2016-02-08 19:19:33 +01:00
4ca933bb81 Global cleanup:
removed global locks
  removed dead code and files
  removed dbug
2016-02-08 18:43:02 +01:00