Skip to content

Commit 9c5c9ae

Browse files
author
Tor Didriksen
committed
Bug#21774967: MYSQL ACCEPTS NON-ASCII IN ASCII COLUMNS
Post-push fix: unistd.h is not available on windows.
1 parent f5cb3ad commit 9c5c9ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

strings/conf_to_src.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
#include <m_string.h>
1818
#include <m_ctype.h>
1919
#include <fcntl.h>
20+
#ifdef HAVE_UNISTD_H
2021
#include <unistd.h>
22+
#endif
2123
#include <my_xml.h>
2224

2325
#define ROW_LEN 16

0 commit comments

Comments
 (0)