summaryrefslogtreecommitdiff
path: root/mysqlc/source
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source')
-rw-r--r--mysqlc/source/mysqlc_connection.cxx4
1 files changed, 2 insertions, 2 deletions
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;