summaryrefslogtreecommitdiff
path: root/mysqlc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-03-10 23:14:27 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-03-10 23:14:27 +0100
commitf3c618e46e92bc906de6452c2889cf8fb42a8015 (patch)
tree30d0fb32f7ff78183172d40404ab59cf28731341 /mysqlc
parenta2e964afc5187fc1e3b38720ec10ad9856b87020 (diff)
Adapt to removed MYSQL_LIB
...from cad422afb7a4dcd7592c502641b41a832703e536 "Adding libmariadb module for internal mariadb (work in progress)." Change-Id: Iba803a26be6f62589191122d4defc959cb3248eb
Diffstat (limited to 'mysqlc')
-rw-r--r--mysqlc/source/mysqlc_connection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysqlc/source/mysqlc_connection.cxx b/mysqlc/source/mysqlc_connection.cxx
index 717adf9e302e..fe93623beb01 100644
--- a/mysqlc/source/mysqlc_connection.cxx
+++ b/mysqlc/source/mysqlc_connection.cxx
@@ -195,7 +195,7 @@ void OConnection::construct(const OUString& url, const Sequence< PropertyValue >
}
#ifndef SYSTEM_MARIADB
- ::rtl::OUString sMySQLClientLib( MYSQL_LIB );
+ ::rtl::OUString sMySQLClientLib( "libmariadb" SAL_DLLEXTENSION );
::rtl::OUString moduleBase;
OSL_VERIFY( ::osl::Module::getUrlFromAddress( &thisModule, moduleBase ) );