#At file:///export/home/didrik/repo/trunk/ based on revid:alfranio.correia@stripped
3358 Tor Didriksen 2011-04-04
BUG#11766392 - 59495, post-push fix: R_OK was missing on windows
modified:
include/my_global.h
=== modified file 'include/my_global.h'
--- a/include/my_global.h 2011-03-29 12:56:34 +0000
+++ b/include/my_global.h 2011-04-04 13:49:51 +0000
@@ -126,6 +126,7 @@
/* Define missing access() modes. */
#define F_OK 0
#define W_OK 2
+#define R_OK 4 /* Test for read permission. */
/* Define missing file locking constants. */
#define F_RDLCK 1
Attachment: [text/bzr-bundle] bzr/tor.didriksen@oracle.com-20110404134951-vatvwi09qhqxf8gt.bundle
| Thread |
|---|
| • bzr commit into mysql-trunk branch (tor.didriksen:3358) Bug#11766392 | Tor Didriksen | 4 Apr |