- Fix potential security vulnerabilities in the creation of temporary table file names and the handling of User Defined Functions (UDFs) - Add the possibility to specify the database directory in rc.conf - Move database creation from post-install stage into startup script
11 lines
268 B
C++
11 lines
268 B
C++
--- sql/mysqld.cc.orig Tue Dec 14 13:40:36 2004
|
|
+++ sql/mysqld.cc Mon Jan 10 00:28:52 2005
|
|
@@ -128,7 +128,7 @@
|
|
#endif /* __WIN__ */
|
|
|
|
#ifdef HAVE_LIBWRAP
|
|
-#include <tcpd.h>
|
|
+#include "mytcpd.h"
|
|
#include <syslog.h>
|
|
#ifdef NEED_SYS_SYSLOG_H
|
|
#include <sys/syslog.h>
|