Commit 30f67d70 authored by unknown's avatar unknown

Merge jwinstead@production.mysql.com:my/mysql-4.1-win

into  mysql.com:/home/jimw/my/mysql-4.1-clean

parents 305fe79c 9a67ecc3
...@@ -322,6 +322,10 @@ SOURCE=..\mysys\mulalloc.c ...@@ -322,6 +322,10 @@ SOURCE=..\mysys\mulalloc.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\mysys\my_access.c
# End Source File
# Begin Source File
SOURCE=..\mysys\my_alloc.c SOURCE=..\mysys\my_alloc.c
# End Source File # End Source File
# Begin Source File # Begin Source File
......
...@@ -295,6 +295,10 @@ SOURCE=..\mysys\mulalloc.c ...@@ -295,6 +295,10 @@ SOURCE=..\mysys\mulalloc.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\mysys\my_access.c
# End Source File
# Begin Source File
SOURCE=..\mysys\my_alloc.c SOURCE=..\mysys\my_alloc.c
# End Source File # End Source File
# Begin Source File # Begin Source File
......
...@@ -379,6 +379,7 @@ int vio_close_pipe(Vio * vio) ...@@ -379,6 +379,7 @@ int vio_close_pipe(Vio * vio)
void vio_ignore_timeout(Vio *vio __attribute__((unused)), void vio_ignore_timeout(Vio *vio __attribute__((unused)),
uint which __attribute__((unused)),
uint timeout __attribute__((unused))) uint timeout __attribute__((unused)))
{ {
} }
......
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