2003-02-28 22:24:00 +02:00
|
|
|
# Microsoft Developer Studio Project File - Name="libmysql" - Package Owner=<4>
|
2001-10-21 23:11:13 -02:00
|
|
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
|
|
|
# ** DO NOT EDIT **
|
|
|
|
|
|
|
|
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
|
|
|
|
|
2003-02-28 22:24:00 +02:00
|
|
|
CFG=libmysql - Win32 Debug
|
2001-10-21 23:11:13 -02:00
|
|
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
|
|
|
!MESSAGE use the Export Makefile command and run
|
2003-02-28 22:24:00 +02:00
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE NMAKE /f "libmysql.mak".
|
|
|
|
!MESSAGE
|
2001-10-21 23:11:13 -02:00
|
|
|
!MESSAGE You can specify a configuration when running NMAKE
|
|
|
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
2003-02-28 22:24:00 +02:00
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE NMAKE /f "libmysql.mak" CFG="libmysql - Win32 Debug"
|
|
|
|
!MESSAGE
|
2001-10-21 23:11:13 -02:00
|
|
|
!MESSAGE Possible choices for configuration are:
|
2003-02-28 22:24:00 +02:00
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE "libmysql - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
|
|
|
|
!MESSAGE "libmysql - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
|
|
|
|
!MESSAGE
|
2001-10-21 23:11:13 -02:00
|
|
|
|
|
|
|
# Begin Project
|
|
|
|
# PROP AllowPerConfigDependencies 0
|
|
|
|
# PROP Scc_ProjName ""
|
|
|
|
# PROP Scc_LocalPath ""
|
2003-04-27 22:12:08 +03:00
|
|
|
CPP=xicl6.exe
|
2001-10-21 23:11:13 -02:00
|
|
|
MTL=midl.exe
|
|
|
|
RSC=rc.exe
|
|
|
|
|
2003-02-28 22:24:00 +02:00
|
|
|
!IF "$(CFG)" == "libmysql - Win32 Release"
|
2001-10-21 23:11:13 -02:00
|
|
|
|
|
|
|
# PROP BASE Use_MFC 0
|
|
|
|
# PROP BASE Use_Debug_Libraries 0
|
|
|
|
# PROP BASE Output_Dir "Release"
|
|
|
|
# PROP BASE Intermediate_Dir "Release"
|
|
|
|
# PROP BASE Target_Dir ""
|
|
|
|
# PROP Use_MFC 0
|
|
|
|
# PROP Use_Debug_Libraries 0
|
|
|
|
# PROP Output_Dir "release"
|
|
|
|
# PROP Intermediate_Dir "release"
|
|
|
|
# PROP Ignore_Export_Lib 0
|
|
|
|
# PROP Target_Dir ""
|
|
|
|
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
2004-05-26 00:27:00 +05:00
|
|
|
# ADD CPP /nologo /G6 /MT /W3 /O2 /I "." /I "..\include" /I "../zlib" /D "DBUG_OFF" /D "_WINDOWS" /D "USE_TLS" /D "NDEBUG" /D "MYSQL_CLIENT" /FD /c
|
2001-10-21 23:11:13 -02:00
|
|
|
# SUBTRACT CPP /YX
|
|
|
|
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
|
|
|
|
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
|
|
|
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
|
|
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
|
|
|
BSC32=bscmake.exe
|
|
|
|
# ADD BASE BSC32 /nologo
|
|
|
|
# ADD BSC32 /nologo
|
2003-04-27 22:12:08 +03:00
|
|
|
LINK32=xilink6.exe
|
2001-10-21 23:11:13 -02:00
|
|
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
|
2003-02-28 22:24:00 +02:00
|
|
|
# ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 /def:"libmysql.def" /out:"..\lib_release\libmysql.dll" /libpath:"." /libpath:"..\lib_release"
|
2001-10-21 23:11:13 -02:00
|
|
|
# SUBTRACT LINK32 /pdb:none
|
|
|
|
# Begin Special Build Tool
|
|
|
|
SOURCE="$(InputPath)"
|
2003-04-16 11:49:52 -07:00
|
|
|
PostBuild_Desc=Move DLL export lib
|
|
|
|
PostBuild_Cmds=xcopy release\libmysql.lib ..\lib_release /y
|
2001-10-21 23:11:13 -02:00
|
|
|
# End Special Build Tool
|
|
|
|
|
2003-02-28 22:24:00 +02:00
|
|
|
!ELSEIF "$(CFG)" == "libmysql - Win32 Debug"
|
2001-10-21 23:11:13 -02:00
|
|
|
|
|
|
|
# PROP BASE Use_MFC 0
|
|
|
|
# PROP BASE Use_Debug_Libraries 1
|
|
|
|
# PROP BASE Output_Dir "Debug"
|
|
|
|
# PROP BASE Intermediate_Dir "Debug"
|
|
|
|
# PROP BASE Target_Dir ""
|
|
|
|
# PROP Use_MFC 0
|
|
|
|
# PROP Use_Debug_Libraries 1
|
|
|
|
# PROP Output_Dir "debug"
|
|
|
|
# PROP Intermediate_Dir "debug"
|
|
|
|
# PROP Ignore_Export_Lib 0
|
|
|
|
# PROP Target_Dir ""
|
|
|
|
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
|
2004-05-26 00:27:00 +05:00
|
|
|
# ADD CPP /nologo /G6 /MTd /W3 /Z7 /Od /I "." /I "..\include" /I "../zlib" /D "_DEBUG" /D "_WINDOWS" /D "SAFE_MUTEX" /D "USE_TLS" /D "MYSQL_CLIENT" /FD /c
|
2002-08-29 18:20:04 +03:00
|
|
|
# SUBTRACT CPP /YX
|
2001-10-21 23:11:13 -02:00
|
|
|
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
|
|
|
|
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
|
|
|
|
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
|
|
|
# ADD RSC /l 0x409 /d "_DEBUG"
|
|
|
|
BSC32=bscmake.exe
|
|
|
|
# ADD BASE BSC32 /nologo
|
|
|
|
# ADD BSC32 /nologo
|
2003-04-27 22:12:08 +03:00
|
|
|
LINK32=xilink6.exe
|
2001-10-21 23:11:13 -02:00
|
|
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
|
2003-02-28 22:24:00 +02:00
|
|
|
# ADD LINK32 zlib.lib wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /incremental:no /map /debug /machine:I386 /def:"libmysql.def" /out:"..\lib_debug\libmysql.dll" /pdbtype:sept /libpath:"." /libpath:"..\lib_debug"
|
2001-10-21 23:11:13 -02:00
|
|
|
# SUBTRACT LINK32 /pdb:none
|
|
|
|
# Begin Special Build Tool
|
|
|
|
SOURCE="$(InputPath)"
|
2003-04-16 11:49:52 -07:00
|
|
|
PostBuild_Desc=Move DLL export lib
|
2004-05-20 13:54:52 +03:00
|
|
|
PostBuild_Cmds=xcopy ..\lib_debug\libmysql.dll %windir%\system32\ /y xcopy debug\libmysql.lib ..\lib_debug\ /y
|
2001-10-21 23:11:13 -02:00
|
|
|
# End Special Build Tool
|
|
|
|
|
2003-02-28 22:24:00 +02:00
|
|
|
!ENDIF
|
2001-10-21 23:11:13 -02:00
|
|
|
|
|
|
|
# Begin Target
|
|
|
|
|
2003-02-28 22:24:00 +02:00
|
|
|
# Name "libmysql - Win32 Release"
|
|
|
|
# Name "libmysql - Win32 Debug"
|
2001-10-21 23:11:13 -02:00
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\array.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\strings\bchange.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\strings\bmove.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\strings\bmove_upp.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-11-20 22:06:25 +02:00
|
|
|
SOURCE="..\mysys\charset-def.c"
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-21 23:11:13 -02:00
|
|
|
SOURCE=..\mysys\charset.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-06-03 20:59:32 -07:00
|
|
|
SOURCE=.\client.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-21 23:11:13 -02:00
|
|
|
SOURCE="..\strings\ctype-big5.c"
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-01-18 14:04:34 -08:00
|
|
|
SOURCE="..\strings\ctype-bin.c"
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2005-04-07 09:51:56 -07:00
|
|
|
SOURCE="..\strings\ctype-cp932.c"
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-21 23:11:13 -02:00
|
|
|
SOURCE="..\strings\ctype-czech.c"
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE="..\strings\ctype-euc_kr.c"
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2005-04-07 09:51:56 -07:00
|
|
|
SOURCE="..\strings\ctype-eucjpms.c"
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-02-20 14:16:57 -08:00
|
|
|
SOURCE="..\strings\ctype-extra.c"
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-21 23:11:13 -02:00
|
|
|
SOURCE="..\strings\ctype-gb2312.c"
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE="..\strings\ctype-gbk.c"
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-02-20 14:16:57 -08:00
|
|
|
SOURCE="..\strings\ctype-latin1.c"
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE="..\strings\ctype-mb.c"
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-10-08 22:28:24 +03:00
|
|
|
SOURCE="..\strings\ctype-simple.c"
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-21 23:11:13 -02:00
|
|
|
SOURCE="..\strings\ctype-sjis.c"
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE="..\strings\ctype-tis620.c"
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-05-06 18:31:09 +02:00
|
|
|
SOURCE="..\strings\ctype-uca.c"
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-12-08 12:25:37 +02:00
|
|
|
SOURCE="..\strings\ctype-ucs2.c"
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-21 23:11:13 -02:00
|
|
|
SOURCE="..\strings\ctype-ujis.c"
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-12-08 12:25:37 +02:00
|
|
|
SOURCE="..\strings\ctype-utf8.c"
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE="..\strings\ctype-win1250ch.c"
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-21 23:11:13 -02:00
|
|
|
SOURCE=..\strings\ctype.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\dbug\dbug.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\default.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\dll.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\errmsg.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\errors.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\get_password.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\strings\int2str.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\strings\is_prefix.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\libmysql.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\Libmysql.def
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\list.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\strings\llstr.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\strings\longlong2str.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\mf_dirname.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\mf_fn_ext.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\mf_format.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\mf_loadpath.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\mf_pack.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-04-27 22:12:08 +03:00
|
|
|
SOURCE=..\mysys\mf_path.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-21 23:11:13 -02:00
|
|
|
SOURCE=..\mysys\mf_unixpath.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\mf_wcomp.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\mulalloc.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_alloc.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2005-05-18 12:15:28 +02:00
|
|
|
SOURCE=..\mysys\my_chsize.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-21 23:11:13 -02:00
|
|
|
SOURCE=..\mysys\my_compress.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_create.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_delete.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_div.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_error.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_fopen.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_fstream.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-06-28 17:26:11 +03:00
|
|
|
SOURCE=..\mysys\my_gethostbyname.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-02-28 22:24:00 +02:00
|
|
|
SOURCE=..\mysys\my_getopt.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-21 23:11:13 -02:00
|
|
|
SOURCE=..\mysys\my_getwd.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_init.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_lib.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_malloc.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_messnc.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_net.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_once.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_open.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_pthread.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_read.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_realloc.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_rename.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2005-05-18 12:15:28 +02:00
|
|
|
SOURCE=..\mysys\my_seek.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-21 23:11:13 -02:00
|
|
|
SOURCE=..\mysys\my_static.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-10-14 14:54:06 +02:00
|
|
|
SOURCE=..\strings\my_strtoll10.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-21 23:11:13 -02:00
|
|
|
SOURCE=..\mysys\my_symlink.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_symlink2.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_tempnam.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_thr_init.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-02-20 14:16:57 -08:00
|
|
|
SOURCE=..\strings\my_vsnprintf.c
|
2002-06-28 17:26:11 +03:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-21 23:11:13 -02:00
|
|
|
SOURCE=..\mysys\my_wincond.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_winthread.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\my_write.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\client\mysys_priv.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-10-02 18:37:28 -03:00
|
|
|
SOURCE=..\sql\net_serv.cpp
|
2001-10-21 23:11:13 -02:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-06-03 18:45:07 -07:00
|
|
|
SOURCE=.\pack.c
|
2001-10-21 23:11:13 -02:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
Fix for Bug#4030 "Client side conversion string -> date type doesn't
work (prepared statements)" and after-review fixes:
- str_to_TIME renamed to str_to_datetime to pair with str_to_time
- functions str_to_time and str_to_TIME moved to sql-common
- send_data_str now supports MYSQL_TYPE_TIME, MYSQL_TIME_DATE,
MYSQL_TIME_DATETIME types of user input buffers.
- few more comments in the client library
- a test case added.
VC++Files/libmysql/libmysql.dsp:
new file: my_time.c
VC++Files/libmysqld/libmysqld.dsp:
new file: my_time.c
VC++Files/sql/mysqld.dsp:
new file: my_time.c
include/Makefile.am:
- mysql_time.h added to the list of installed client library headers
include/mysql.h:
- declarations for MYSQL_TIME and enum_mysql_timestamp_type moved to
mysql_time.h, which is in shared use of client library and mysys.
libmysql/Makefile.shared:
- my_time.lo added to the list of libmysql objects
libmysql/libmysql.c:
Fix for bug#4030 "Client side conversion string -> date type doesn't work
(prepared statements)" and cleanup.
- added case labels for TIME/DATE/DATETIME types to send_data_str
- comments for read_binary_{date,time,datetime}, fetch_result_*, fetch_results.
libmysqld/Makefile.am:
- my_time.c added
sql-common/Makefile.am:
- my_time.c added to the list of files included into source distribution.
sql/Makefile.am:
my_time.c added to the list of mysqld sources.
sql/field.cc:
- TIMESTAMP_{TIME,DATE,DATETIME,...} renamed to
MYSQL_TIMESTAMP_{TIME,DATETIME,DATE,...}
sql/item.cc:
- TIMESTAMP_{TIME,DATE,DATETIME,...} renamed to
MYSQL_TIMESTAMP_{TIME,DATETIME,DATE,...}
sql/item_timefunc.cc:
- TIMESTAMP_{TIME,DATE,DATETIME,...} renamed to
MYSQL_TIMESTAMP_{TIME,DATETIME,DATE,...}
sql/mysql_priv.h:
- added typedefs for TIME and timestamp_type
- removed declarations for str_to_time and str_to_TIME (now this functions
reside in mysys)
sql/mysqld.cc:
- log_10_int moved to mysys (it's used by str_to_TIME and str_to_time)
- enum values TIMESTAMP_{TIME,DATE,DATETIME} were renamed to
MYSQL_TIMESTAMP_{TIME,DATE,DATETIME}
sql/set_var.cc:
- TIMESTAMP_{TIME,DATE,DATETIME,...} renamed to
MYSQL_TIMESTAMP_{TIME,DATETIME,DATE,...}
sql/set_var.h:
- fixed timestamp_type usage to be compatible with typedef.
sql/sql_prepare.cc:
- TIMESTAMP_{TIME,DATE,DATETIME} were renamed to
MYSQL_TIMESTAMP_{TIME,DATE,DATETIME}
- embedded library implementation of set_param_{time,date,datetime} is
much simplier now, as MYSQL_TIME is the same as TIME.
sql/sql_yacc.yy:
- s/\<TIMESTAMP_/MYSQL_TIMESTAMP/gc
sql/structs.h:
- declarations for TIME and timestamp_type replaced with typedefs
- str_to_datetime arguments moved to mysys headers
sql/time.cc:
- str_to_time and str_to_TIME moved to mysys
- TIMESTAMP_{TIME,DATE,DATETIME,...} renamed to
MYSQL_TIMESTAMP_{TIME,DATETIME,DATE,...} as these names are now
exported to client.
- str_to_TIME renamed to str_to_datetime to pair with str_to_time
- str_to_TIME_with_warn renamed accordingly
sql/tztime.cc:
- TIMESTAMP_{TIME,DATE,DATETIME,...} renamed to
MYSQL_TIMESTAMP_{TIME,DATETIME,DATE,...}
tests/client_test.c:
- a test case for Bug#4030 "Client side conversion string -> date type
doesn't work (prepared statements)"
2004-06-24 19:08:36 +04:00
|
|
|
SOURCE=.\my_time.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-06-03 18:45:07 -07:00
|
|
|
SOURCE=.\password.c
|
2001-10-21 23:11:13 -02:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-06-03 18:45:07 -07:00
|
|
|
SOURCE=..\mysys\safemalloc.c
|
2001-10-21 23:11:13 -02:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-01-18 14:04:34 -08:00
|
|
|
SOURCE=..\mysys\sha1.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-21 23:11:13 -02:00
|
|
|
SOURCE=..\client\sql_string.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\client\sql_string.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\strings\str2int.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\strings\strcend.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\strings\strcont.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\strings\strend.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\strings\strfill.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\string.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\strings\strinstr.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\strings\strmake.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\strings\strmov.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\strings\strnlen.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\strings\strnmov.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-02-27 17:27:07 +01:00
|
|
|
SOURCE=..\strings\strtod.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-02-28 22:24:00 +02:00
|
|
|
SOURCE=..\strings\strtoll.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-21 23:11:13 -02:00
|
|
|
SOURCE=..\strings\strxmov.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2004-02-27 16:51:01 +01:00
|
|
|
SOURCE=..\strings\strxnmov.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-10-21 23:11:13 -02:00
|
|
|
SOURCE=..\mysys\thr_mutex.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\mysys\typelib.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\vio\vio.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\vio\viosocket.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\vio\viossl.c
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\vio\viosslfactories.c
|
|
|
|
# End Source File
|
2003-02-20 14:16:57 -08:00
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=..\strings\xml.c
|
|
|
|
# End Source File
|
2001-10-21 23:11:13 -02:00
|
|
|
# End Target
|
|
|
|
# End Project
|