Commit 7b703eaa authored by joerg@trift-lap.none's avatar joerg@trift-lap.none

Merge trift-lap.none:/MySQL/M50/bug14151-5.0

into  trift-lap.none:/MySQL/M51/bug14151-5.1
parents f5877506 af3c675b
......@@ -33,7 +33,7 @@ noinst_HEADERS = config-win.h config-netware.h \
mysys_err.h my_base.h help_start.h help_end.h \
my_nosys.h my_alarm.h queues.h rijndael.h sha1.h \
my_aes.h my_tree.h my_trie.h hash.h thr_alarm.h \
thr_lock.h t_ctype.h violite.h md5.h base64.h \
thr_lock.h t_ctype.h violite.h my_md5.h base64.h \
mysql_version.h.in my_handler.h my_time.h \
my_vle.h my_user.h my_atomic.h atomic/nolock.h \
atomic/rwlock.h atomic/x86-gcc.h atomic/x86-msvc.h \
......
......@@ -45,7 +45,7 @@ documentation and/or software.
#include <my_global.h>
#include <m_string.h>
#include "md5.h"
#include "my_md5.h"
/* Constants for MD5Transform routine. */
......
......@@ -25,7 +25,7 @@
#include "mysql_priv.h"
#include <m_ctype.h>
#include "md5.h"
#include "my_md5.h"
#include "sha1.h"
#include "my_aes.h"
#include <zlib.h>
......
......@@ -19,7 +19,7 @@
#include "mysql_priv.h"
#include "sql_trigger.h"
#include <m_ctype.h>
#include "md5.h"
#include "my_md5.h"
/* Functions defined in this file */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment