3328 Georgi Kodinov 2011-04-05 [merge]
merge mysql-5.5->mysql-trunk
modified:
plugin/auth/auth_socket.c
3327 Alfranio Correia 2011-04-04
BUG#11766392 - BUG#59495 Post-fix:
. Suppressing warning message that was making tests to fail.
. Disregarding the error code to print the warning message
as windows and unix fails with different errors for the
same problem (e.g. file does not exist).
. Using F_OK to return success or error to upper functions,
thus keeping the original behavior in order to avoid
issues with differences between windows and unix.
modified:
mysql-test/include/mtr_warnings.sql
sql/rpl_info_file.cc
=== modified file 'plugin/auth/auth_socket.c'
--- a/plugin/auth/auth_socket.c 2011-01-11 14:53:14 +0000
+++ b/plugin/auth/auth_socket.c 2011-04-05 12:25:19 +0000
@@ -17,7 +17,7 @@
/**
@file
- socket_peercred authentication plugin.
+ auth_socket authentication plugin.
Authentication is successful if the connection is done via a unix socket and
the owner of the client process matches the user name that was used when
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-trunk branch (Georgi.Kodinov:3327 to 3328) | Georgi Kodinov | 5 Apr |