diff options
author | unknown <venu@myvenu.com> | 2003-06-03 22:57:42 -0700 |
---|---|---|
committer | unknown <venu@myvenu.com> | 2003-06-03 22:57:42 -0700 |
commit | b7eadb2a098c3734a6715c33f30bdd28e4f049a4 (patch) | |
tree | 4b15859b2c597539441bbc27b47283f3485854a7 /VC++Files | |
parent | f403a2967b85c1898e4d7c97c185601cfb2c4a33 (diff) | |
download | mariadb-git-b7eadb2a098c3734a6715c33f30bdd28e4f049a4.tar.gz |
Windows build fixups (Fix for slave_net_timeout)
VC++Files/libmysqld/libmysqld.dsp:
Remove the old files from Embedded library
sql/slave.h:
Fix for client.c - slave_net_timeout
sql-common/client.c:
Fix warning
Diffstat (limited to 'VC++Files')
-rw-r--r-- | VC++Files/libmysqld/libmysqld.dsp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/VC++Files/libmysqld/libmysqld.dsp b/VC++Files/libmysqld/libmysqld.dsp index 8a6bd4997d8..069039ee2f2 100644 --- a/VC++Files/libmysqld/libmysqld.dsp +++ b/VC++Files/libmysqld/libmysqld.dsp @@ -87,10 +87,6 @@ LINK32=link.exe # Name "libmysqld - Win32 Debug"
# Begin Source File
-SOURCE=..\sql\convert.cpp
-# End Source File
-# Begin Source File
-
SOURCE=..\sql\derror.cpp
# End Source File
# Begin Source File
@@ -236,10 +232,6 @@ SOURCE=..\sql\mf_iocache.cpp # End Source File
# Begin Source File
-SOURCE=..\sql\mini_client.cpp
-# End Source File
-# Begin Source File
-
SOURCE=..\sql\net_serv.cpp
# End Source File
# Begin Source File
|