mariadb/sql-common
Davi Arnaut afacea4d60 Bug#41190: shared memory connections do not work in Vista, if server started from cmdline
Backport to MySQL 5.0/1 fix by Vladislav Vaintroub:

In Vista and later and also in when using terminal services, when
server is started from  command line, client cannot connect to it
via shared memory protocol.

This is a regression introduced when  Bug#24731 was fixed.  The
reason is that client is trying to attach to shared memory using
global kernel object  namespace (all kernel objects are prefixed
with Global\). However, server started from the command line in
Vista and later will create shared memory and events using current
session namespace. Thus, client is unable to find the server and
connection fails.

The fix for the client is to first try to find server using "local"
names  (omitting Global\  prefix) and only if server is not found,
trying global namespace.
2009-06-10 10:59:59 -03:00
..
client.c Bug#41190: shared memory connections do not work in Vista, if server started from cmdline 2009-06-10 10:59:59 -03:00
Makefile.am my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
my_time.c Bug#41470: DATE_FORMAT() crashes the complete server with a valid date 2009-01-08 10:25:31 +01:00
my_user.c Bug#29125 Windows Server X64: so many compiler warnings 2009-02-10 17:47:54 -05:00
pack.c Many files: 2006-12-23 20:17:15 +01:00