3388 Marc Alff 2011-10-13
Fixed windows build break (tentative)
my_sys.h is needed early for my_pthread.h on windows.
modified:
storage/perfschema/pfs_digest.cc
3387 Marc Alff 2011-10-13
Added missing my_global.h
modified:
storage/perfschema/pfs_digest.cc
=== modified file 'storage/perfschema/pfs_digest.cc'
--- a/storage/perfschema/pfs_digest.cc 2011-10-13 07:15:46 +0000
+++ b/storage/perfschema/pfs_digest.cc 2011-10-13 08:04:17 +0000
@@ -19,8 +19,8 @@
*/
#include "my_global.h"
-#include "pfs_digest.h"
#include "my_sys.h"
+#include "pfs_digest.h"
#include "pfs_global.h"
#include <string.h>
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-trunk-wl5767 branch (marc.alff:3387 to 3388) | Marc Alff | 13 Oct |