diff options
author | konstantin@mysql.com <> | 2005-03-26 01:21:52 +0300 |
---|---|---|
committer | konstantin@mysql.com <> | 2005-03-26 01:21:52 +0300 |
commit | ff8017f0d3ed518ec9045be6e983bd446cb6480c (patch) | |
tree | 9ac46b7e6cf08e07fbf355f33e45cc2dcc24d17a /VC++Files | |
parent | 013c2ed3be8257f9507df851edf661a328a4f5a1 (diff) | |
download | mariadb-git-ff8017f0d3ed518ec9045be6e983bd446cb6480c.tar.gz |
A fix for Bug#8226 "Cannot connect via shared memory":
provide created shared memory objects with proper
access rights to make them usable when client and server
are running under different accounts.
Post review fixes.
Diffstat (limited to 'VC++Files')
-rw-r--r-- | VC++Files/mysys/mysys.dsp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/VC++Files/mysys/mysys.dsp b/VC++Files/mysys/mysys.dsp index f42357c2249..ad6caf1986e 100644 --- a/VC++Files/mysys/mysys.dsp +++ b/VC++Files/mysys/mysys.dsp @@ -532,6 +532,11 @@ SOURCE=.\my_wincond.c # End Source File # Begin Source File +SOURCE=.\my_windac.c +# End Source File +# Begin Source File + + SOURCE=.\my_winsem.c # End Source File # Begin Source File |