From 1bf4306c3967560948f22630ff8f76c268a9c8bd Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Wed, 6 Mar 2013 11:45:50 +0100 Subject: Switch from libmysqlc library to mariadb-native-client Change-Id: I867918bbb61b289e1ad8752e6f46705af6e85b7c --- mysqlc/source/mysqlc_connection.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mysqlc/source/mysqlc_connection.cxx') diff --git a/mysqlc/source/mysqlc_connection.cxx b/mysqlc/source/mysqlc_connection.cxx index d0d4a467957b..717adf9e302e 100644 --- a/mysqlc/source/mysqlc_connection.cxx +++ b/mysqlc/source/mysqlc_connection.cxx @@ -99,7 +99,7 @@ void SAL_CALL OConnection::release() } /* }}} */ -#ifndef SYSTEM_MYSQL +#ifndef SYSTEM_MARIADB extern "C" { void SAL_CALL thisModule() {} } #endif @@ -194,7 +194,7 @@ void OConnection::construct(const OUString& url, const Sequence< PropertyValue > connProps["socket"] = pipe_str; } -#ifndef SYSTEM_MYSQL +#ifndef SYSTEM_MARIADB ::rtl::OUString sMySQLClientLib( MYSQL_LIB ); ::rtl::OUString moduleBase; -- cgit