summaryrefslogtreecommitdiff
path: root/VC++Files/sql/mysqld.dsp
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2003-12-21 02:07:45 +0200
committerunknown <monty@mysql.com>2003-12-21 02:07:45 +0200
commit4f72061f4095e5c9b5823f998b58302eef19382a (patch)
treeb4b50b6b03398c2d68a97d79f6b2d07eb470327e /VC++Files/sql/mysqld.dsp
parente622f6fb0bdf48c7fff4d0819a276f0f6418e0ab (diff)
downloadmariadb-git-4f72061f4095e5c9b5823f998b58302eef19382a.tar.gz
Update for VC++
(Fixed project files, compiler warnings etc..) BitKeeper/etc/ignore: added mysql_priv.h VC++Files/libmysqld/libmysqld.dsp: Update for VC++to VC++Files/sql/mysqld.dsp: Update for VC++ client/mysqlbinlog.cc: Remove not used variable sql-common/client.c: Fix for compilation with VC++ sql/filesort.cc: Remove not used variable sql/item_timefunc.cc: Fixed compiler warnings sql/log_event.cc: Fixed compiler warnings - One can't portable allocate an stack-array dynamicly - Changed sql_mode to ulong to match THD.variables.sql_mode (If they are not the same we get a lot of compiler warnings) sql/log_event.h: Changed sql_mode to ulong to match THD.variables.sql_mode (If they are not the same we get a lot of compiler warnings) sql/sp.cc: sql_mode to ulong Don't use strcpy Replaced sprintf() with strmov sql/sp_cache.cc: Fixed compiler warning sql/sp_head.cc: Removed not used variable sql/sp_rcontext.cc: Removed not used variable sql/sp_rcontext.h: Fixed compiler warning sql/sql_class.cc: Portability fix sql/sql_delete.cc: Fixed compiler warning sql/sql_insert.cc: Fixed compiler warning sql/sql_update.cc: Fixed compiler warning
Diffstat (limited to 'VC++Files/sql/mysqld.dsp')
-rw-r--r--VC++Files/sql/mysqld.dsp32
1 files changed, 25 insertions, 7 deletions
diff --git a/VC++Files/sql/mysqld.dsp b/VC++Files/sql/mysqld.dsp
index b8413a9a7ae..dbf65a11166 100644
--- a/VC++Files/sql/mysqld.dsp
+++ b/VC++Files/sql/mysqld.dsp
@@ -466,21 +466,15 @@ SOURCE=.\item_func.cpp
!ELSEIF "$(CFG)" == "mysqld - Win32 Debug"
-# ADD CPP /G5 /I "../zlib"
+# ADD CPP /G5
# SUBTRACT CPP /YX /Yc /Yu
!ELSEIF "$(CFG)" == "mysqld - Win32 nt"
-# ADD CPP /I "../zlib"
-
!ELSEIF "$(CFG)" == "mysqld - Win32 Max nt"
-# ADD CPP /I "../zlib"
-
!ELSEIF "$(CFG)" == "mysqld - Win32 Max"
-# ADD CPP /I "../zlib"
-
!ENDIF
# End Source File
@@ -789,6 +783,10 @@ SOURCE=.\protocol.cpp
# End Source File
# Begin Source File
+SOURCE=.\protocol_cursor.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\records.cpp
!IF "$(CFG)" == "mysqld - Win32 Release"
@@ -821,6 +819,26 @@ SOURCE=.\slave.cpp
# End Source File
# Begin Source File
+SOURCE=.\sp.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\sp_cache.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\sp_head.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\sp_pcontext.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\sp_rcontext.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\spatial.cpp
# End Source File
# Begin Source File