diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-10 23:14:27 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-10 23:14:27 +0100 |
commit | f3c618e46e92bc906de6452c2889cf8fb42a8015 (patch) | |
tree | 30d0fb32f7ff78183172d40404ab59cf28731341 /mysqlc/source | |
parent | a2e964afc5187fc1e3b38720ec10ad9856b87020 (diff) |
Adapt to removed MYSQL_LIB
...from cad422afb7a4dcd7592c502641b41a832703e536 "Adding libmariadb module for
internal mariadb (work in progress)."
Change-Id: Iba803a26be6f62589191122d4defc959cb3248eb
Diffstat (limited to 'mysqlc/source')
-rw-r--r-- | mysqlc/source/mysqlc_connection.cxx | 2 |
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 ) ); |