mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 00:54:30 +02: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. include/my_md5.h: Rename: include/md5.h -> include/my_md5.h
This commit is contained in:
parent
c3e1eaba62
commit
f4209c71a2
8 changed files with 7 additions and 7 deletions
|
|
@ -31,7 +31,7 @@ group server_global_pch =
|
|||
'myisam.h', 'myisampack.h', '.\myisam\myisamdef.h',
|
||||
'sql_string.h', 'item.h', 'unireg.h',
|
||||
'field.h', 'sql_lex.h', 'sql_list.h', 'sql_repl.h',
|
||||
'md5.h', 'sql_acl.h', 'slave.h',
|
||||
'my_md5.h', 'sql_acl.h', 'slave.h',
|
||||
'ha_myisam.h', 'procedure.h', 'sql_select.h',
|
||||
'errmsg.h', 't_ctype.h', 'direct.h',
|
||||
'mysys_err.h', 'zconf.h', 'zlib.h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue