[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#749592: libreoffice-mysql-connector: doesn't work ignoring server configuration



Hi, installing libreoffice-mysql-connector_1.0.2+LibO4.3.0~beta2-2_i386.deb on a 4.2.4-4 suite temporary solve the problem (waiting 4.2.5 version ...).
Regards!

Guido

In data venerdì 30 maggio 2014 20:48:58, Rene Engelhard ha scritto:
> Hi,
> 
> On Thu, May 29, 2014 at 02:24:27PM +0200, Rene Engelhard wrote:
> > -        } else if (!pIter->Name.compareToAscii("LocalSocket")) {
> > +        } else if (pIter->Name.equalsAscii("LocalSocket")) {
> >              OSL_VERIFY( pIter->Value >>= sUnixSocket );
> >              unixSocketPassed = true;
> > -        } else if (!pIter->Name.compareToAscii("NamedPipe")) {
> > +        } else if (pIter->Name.equalsAscii("NamedPipe")) {
> >              OSL_VERIFY( pIter->Value >>= sNamedPipe );
> >              namedPipePassed = true;
> 
> Wasn't this but the place was correct. Upstream fixed it.
> (for 4.4 only for now, but that hopefully will be backported)
> 
> I backported the patch[1] and it'll be in the next upload of both the 4.2 and
> 4.3 branches.
> 
> Regards,
>  
> Rene
> 
> [1] http://cgit.freedesktop.org/libreoffice/core/commit/?id=6b50e21473e7d2b24b5c609d8a1c31f27644d842


Reply to: