From f3c618e46e92bc906de6452c2889cf8fb42a8015 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sun, 10 Mar 2013 23:14:27 +0100 Subject: Adapt to removed MYSQL_LIB ...from cad422afb7a4dcd7592c502641b41a832703e536 "Adding libmariadb module for internal mariadb (work in progress)." Change-Id: Iba803a26be6f62589191122d4defc959cb3248eb --- mysqlc/source/mysqlc_connection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysqlc/source') 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 ) ); -- cgit