mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
Avoid the name conflict between the system-provided "md5.h" and the MySQL one
by renaming "include/md5.h" to "include/my_md5.h". Fixes bug#14151.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include <mysql_version.h>
|
||||
#include <errno.h>
|
||||
#include <my_getopt.h>
|
||||
#include <md5.h>
|
||||
#include "my_md5.h"
|
||||
|
||||
const char* outfile=0,*user="root";
|
||||
|
||||
|
Reference in New Issue
Block a user